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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Base/ES/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::_sfClassicGLId field. 
     
    120118//! Get the value of the Geometry::_sfClassicGLId field. 
    121119inline 
    122 const Int32 &GeometryBase::getClassicGLId(void) const 
     120const Int32 GeometryBase::getClassicGLId(void) const 
    123121{ 
    124122    return _sfClassicGLId.getValue(); 
     
    153151//! Get the value of the Geometry::_sfAttGLId field. 
    154152inline 
    155 const Int32 &GeometryBase::getAttGLId(void) const 
     153const Int32 GeometryBase::getAttGLId(void) const 
    156154{ 
    157155    return _sfAttGLId.getValue(); 
     
    182180} 
    183181 
    184 //! Get the Geometry::_mfProperties field. 
    185 inline 
    186 const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 
    187 { 
    188     return _mfProperties; 
    189 } 
    190  
    191182//! Get the value of the \a index element the Geometry::_mfPropIndices field. 
    192183inline 
     
    194185{ 
    195186    return _mfPropIndices[index]; 
    196 } 
    197  
    198 //! Get the Geometry::_mfPropIndices field. 
    199 inline 
    200 const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 
    201 { 
    202     return _mfPropIndices; 
    203187} 
    204188