Show
Ignore:
Timestamp:
04/15/08 04:48:53 (3 months ago)
Author:
vossg
Message:

changed: renamed fields, base rebuild

Files:

Legend:

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

    r1106 r1161  
    184184//! Get the Geometry::_mfProperties field. 
    185185inline 
    186 const MFUnrecFieldContainerChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 
     186const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 
    187187{ 
    188188    return _mfProperties; 
     
    198198//! Get the Geometry::_mfPropIndices field. 
    199199inline 
    200 const MFUnrecFieldContainerChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 
     200const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 
    201201{ 
    202202    return _mfPropIndices;