Show
Ignore:
Timestamp:
05/05/08 06:58:23 (4 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

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

    r1193 r1197  
    7777//! Get the value of the Geometry::_sfTypes field. 
    7878inline 
    79 GeoIntegralPropertyPtr GeometryBase::getTypes(void) const 
     79GeoIntegralProperty * GeometryBase::getTypes(void) const 
    8080{ 
    8181    return _sfTypes.getValue(); 
     
    8484//! Set the value of the Geometry::_sfTypes field. 
    8585inline 
    86 void GeometryBase::setTypes(const GeoIntegralPropertyPtr value) 
     86void GeometryBase::setTypes(GeoIntegralProperty * const value) 
    8787{ 
    8888    editSField(TypesFieldMask); 
     
    9393//! Get the value of the Geometry::_sfLengths field. 
    9494inline 
    95 GeoIntegralPropertyPtr GeometryBase::getLengths(void) const 
     95GeoIntegralProperty * GeometryBase::getLengths(void) const 
    9696{ 
    9797    return _sfLengths.getValue(); 
     
    100100//! Set the value of the Geometry::_sfLengths field. 
    101101inline 
    102 void GeometryBase::setLengths(const GeoIntegralPropertyPtr value) 
     102void GeometryBase::setLengths(GeoIntegralProperty * const value) 
    103103{ 
    104104    editSField(LengthsFieldMask); 
     
    208208//! Get the value of the \a index element the Geometry::_mfProperties field. 
    209209inline 
    210 GeoVectorPropertyPtr GeometryBase::getProperties(const UInt32 index) const 
     210GeoVectorProperty * GeometryBase::getProperties(const UInt32 index) const 
    211211{ 
    212212    return _mfProperties[index]; 
     
    215215//! Get the value of the \a index element the Geometry::_mfPropIndices field. 
    216216inline 
    217 GeoIntegralPropertyPtr GeometryBase::getPropIndices(const UInt32 index) const 
     217GeoIntegralProperty * GeometryBase::getPropIndices(const UInt32 index) const 
    218218{ 
    219219    return _mfPropIndices[index];