Show
Ignore:
Timestamp:
05/05/08 06:39:01 (2 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Base/WS/OSGGeometryBase.inl

    r1178 r1193  
    8989 
    9090    _sfTypes.setValue(value); 
    91  
    9291} 
    9392 
     
    106105 
    107106    _sfLengths.setValue(value); 
    108  
    109107} 
    110108//! Get the value of the Geometry::_sfDlistCache field. 
     
    120118//! Get the value of the Geometry::_sfDlistCache field. 
    121119inline 
    122 const bool &GeometryBase::getDlistCache(void) const 
     120const bool GeometryBase::getDlistCache(void) const 
    123121{ 
    124122    return _sfDlistCache.getValue(); 
     
    153151//! Get the value of the Geometry::_sfClassicGLId field. 
    154152inline 
    155 const Int32 &GeometryBase::getClassicGLId(void) const 
     153const Int32 GeometryBase::getClassicGLId(void) const 
    156154{ 
    157155    return _sfClassicGLId.getValue(); 
     
    186184//! Get the value of the Geometry::_sfAttGLId field. 
    187185inline 
    188 const Int32 &GeometryBase::getAttGLId(void) const 
     186const Int32 GeometryBase::getAttGLId(void) const 
    189187{ 
    190188    return _sfAttGLId.getValue(); 
     
    215213} 
    216214 
    217 //! Get the Geometry::_mfProperties field. 
    218 inline 
    219 const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 
    220 { 
    221     return _mfProperties; 
    222 } 
    223  
    224215//! Get the value of the \a index element the Geometry::_mfPropIndices field. 
    225216inline 
     
    227218{ 
    228219    return _mfPropIndices[index]; 
    229 } 
    230  
    231 //! Get the Geometry::_mfPropIndices field. 
    232 inline 
    233 const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 
    234 { 
    235     return _mfPropIndices; 
    236220} 
    237221