- Timestamp:
- 04/15/08 04:48:53 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/ES/OSGGeometryBase.inl
r1106 r1161 184 184 //! Get the Geometry::_mfProperties field. 185 185 inline 186 const MFUnrec FieldContainerChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const186 const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 187 187 { 188 188 return _mfProperties; … … 198 198 //! Get the Geometry::_mfPropIndices field. 199 199 inline 200 const MFUnrec FieldContainerChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const200 const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 201 201 { 202 202 return _mfPropIndices;
