- Timestamp:
- 05/05/08 06:39:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/WS/OSGGeometryBase.inl
r1178 r1193 89 89 90 90 _sfTypes.setValue(value); 91 92 91 } 93 92 … … 106 105 107 106 _sfLengths.setValue(value); 108 109 107 } 110 108 //! Get the value of the Geometry::_sfDlistCache field. … … 120 118 //! Get the value of the Geometry::_sfDlistCache field. 121 119 inline 122 const bool &GeometryBase::getDlistCache(void) const120 const bool GeometryBase::getDlistCache(void) const 123 121 { 124 122 return _sfDlistCache.getValue(); … … 153 151 //! Get the value of the Geometry::_sfClassicGLId field. 154 152 inline 155 const Int32 &GeometryBase::getClassicGLId(void) const153 const Int32 GeometryBase::getClassicGLId(void) const 156 154 { 157 155 return _sfClassicGLId.getValue(); … … 186 184 //! Get the value of the Geometry::_sfAttGLId field. 187 185 inline 188 const Int32 &GeometryBase::getAttGLId(void) const186 const Int32 GeometryBase::getAttGLId(void) const 189 187 { 190 188 return _sfAttGLId.getValue(); … … 215 213 } 216 214 217 //! Get the Geometry::_mfProperties field.218 inline219 const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const220 {221 return _mfProperties;222 }223 224 215 //! Get the value of the \a index element the Geometry::_mfPropIndices field. 225 216 inline … … 227 218 { 228 219 return _mfPropIndices[index]; 229 }230 231 //! Get the Geometry::_mfPropIndices field.232 inline233 const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const234 {235 return _mfPropIndices;236 220 } 237 221
