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/WS/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); 
     
    210210//! Get the value of the \a index element the Geometry::_mfProperties field. 
    211211inline 
    212 GeoVectorPropertyPtrConst GeometryBase::getProperties(const UInt32 index) const 
     212GeoVectorPropertyPtr GeometryBase::getProperties(const UInt32 index) const 
    213213{ 
    214214    return _mfProperties[index]; 
     
    224224//! Get the value of the \a index element the Geometry::_mfPropIndices field. 
    225225inline 
    226 GeoIntegralPropertyPtrConst GeometryBase::getPropIndices(const UInt32 index) const 
     226GeoIntegralPropertyPtr GeometryBase::getPropIndices(const UInt32 index) const 
    227227{ 
    228228    return _mfPropIndices[index];