- Timestamp:
- 04/15/08 04:48:53 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/WS/OSGGeometryBase.inl
r1106 r1161 217 217 //! Get the Geometry::_mfProperties field. 218 218 inline 219 const MFUnrec FieldContainerChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const219 const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 220 220 { 221 221 return _mfProperties; … … 231 231 //! Get the Geometry::_mfPropIndices field. 232 232 inline 233 const MFUnrec FieldContainerChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const233 const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 234 234 { 235 235 return _mfPropIndices;
