Show
Ignore:
Timestamp:
04/18/08 04:10:31 (4 months ago)
Author:
vossg
Message:

changed: pointer cleanup base rebuild

Files:

Legend:

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

    r1161 r1178  
    7777//! Get the value of the Geometry::_sfTypes field. 
    7878inline 
    79 GeoIntegralPropertyPtrConst GeometryBase::getTypes(void) const 
     79GeoIntegralPropertyPtr GeometryBase::getTypes(void) const 
    8080{ 
    8181    return _sfTypes.getValue(); 
     
    8484//! Set the value of the Geometry::_sfTypes field. 
    8585inline 
    86 void GeometryBase::setTypes(GeoIntegralPropertyPtrConstArg value) 
     86void GeometryBase::setTypes(const GeoIntegralPropertyPtr value) 
    8787{ 
    8888    editSField(TypesFieldMask); 
     
    9494//! Get the value of the Geometry::_sfLengths field. 
    9595inline 
    96 GeoIntegralPropertyPtrConst GeometryBase::getLengths(void) const 
     96GeoIntegralPropertyPtr GeometryBase::getLengths(void) const 
    9797{ 
    9898    return _sfLengths.getValue(); 
     
    101101//! Set the value of the Geometry::_sfLengths field. 
    102102inline 
    103 void GeometryBase::setLengths(GeoIntegralPropertyPtrConstArg value) 
     103void GeometryBase::setLengths(const GeoIntegralPropertyPtr value) 
    104104{ 
    105105    editSField(LengthsFieldMask); 
     
    177177//! Get the value of the \a index element the Geometry::_mfProperties field. 
    178178inline 
    179 GeoVectorPropertyPtrConst GeometryBase::getProperties(const UInt32 index) const 
     179GeoVectorPropertyPtr GeometryBase::getProperties(const UInt32 index) const 
    180180{ 
    181181    return _mfProperties[index]; 
     
    191191//! Get the value of the \a index element the Geometry::_mfPropIndices field. 
    192192inline 
    193 GeoIntegralPropertyPtrConst GeometryBase::getPropIndices(const UInt32 index) const 
     193GeoIntegralPropertyPtr GeometryBase::getPropIndices(const UInt32 index) const 
    194194{ 
    195195    return _mfPropIndices[index];