Show
Ignore:
Timestamp:
04/15/08 04:48:53 (4 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/WS/OSGGeometryBase.inl

    r1106 r1161  
    217217//! Get the Geometry::_mfProperties field. 
    218218inline 
    219 const MFUnrecFieldContainerChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 
     219const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const 
    220220{ 
    221221    return _mfProperties; 
     
    231231//! Get the Geometry::_mfPropIndices field. 
    232232inline 
    233 const MFUnrecFieldContainerChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 
     233const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const 
    234234{ 
    235235    return _mfPropIndices;