Show
Ignore:
Timestamp:
05/05/08 07:12:19 (2 months ago)
Author:
vossg
Message:

changed: interface cleanup, removed ptr typedefs, nullfc

these will be needed for the 1.x compat stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Contrib/VTK/OSGVTKMapperBase.inl

    r1193 r1198  
    7777//! Get the value of the VTKMapper::_sfRoot field. 
    7878inline 
    79 NodePtr VTKMapperBase::getRoot(void) const 
     79Node * VTKMapperBase::getRoot(void) const 
    8080{ 
    8181    return _sfRoot.getValue(); 
     
    8484//! Set the value of the VTKMapper::_sfRoot field. 
    8585inline 
    86 void VTKMapperBase::setRoot(const NodePtr value) 
     86void VTKMapperBase::setRoot(Node * const value) 
    8787{ 
    8888    editSField(RootFieldMask); 
     
    9393//! Get the value of the \a index element the VTKMapper::_mfGeoRoots field. 
    9494inline 
    95 NodePtr VTKMapperBase::getGeoRoots(const UInt32 index) const 
     95Node * VTKMapperBase::getGeoRoots(const UInt32 index) const 
    9696{ 
    9797    return _mfGeoRoots[index]; 
     
    100100//! Get the value of the \a index element the VTKMapper::_mfGeometries field. 
    101101inline 
    102 GeometryPtr VTKMapperBase::getGeometries(const UInt32 index) const 
     102Geometry * VTKMapperBase::getGeometries(const UInt32 index) const 
    103103{ 
    104104    return _mfGeometries[index]; 
     
    107107//! Get the value of the \a index element the VTKMapper::_mfMaterials field. 
    108108inline 
    109 ChunkMaterialPtr VTKMapperBase::getMaterials(const UInt32 index) const 
     109ChunkMaterial * VTKMapperBase::getMaterials(const UInt32 index) const 
    110110{ 
    111111    return _mfMaterials[index]; 
     
    114114//! Get the value of the \a index element the VTKMapper::_mfMaterialChunks field. 
    115115inline 
    116 MaterialChunkPtr VTKMapperBase::getMaterialChunks(const UInt32 index) const 
     116MaterialChunk * VTKMapperBase::getMaterialChunks(const UInt32 index) const 
    117117{ 
    118118    return _mfMaterialChunks[index]; 
     
    121121//! Get the value of the \a index element the VTKMapper::_mfPositions field. 
    122122inline 
    123 GeoPnt3fPropertyPtr VTKMapperBase::getPositions(const UInt32 index) const 
     123GeoPnt3fProperty * VTKMapperBase::getPositions(const UInt32 index) const 
    124124{ 
    125125    return _mfPositions[index]; 
     
    128128//! Get the value of the \a index element the VTKMapper::_mfLength field. 
    129129inline 
    130 GeoUInt32PropertyPtr VTKMapperBase::getLength(const UInt32 index) const 
     130GeoUInt32Property * VTKMapperBase::getLength(const UInt32 index) const 
    131131{ 
    132132    return _mfLength[index]; 
     
    135135//! Get the value of the \a index element the VTKMapper::_mfTypes field. 
    136136inline 
    137 GeoUInt8PropertyPtr VTKMapperBase::getTypes(const UInt32 index) const 
     137GeoUInt8Property * VTKMapperBase::getTypes(const UInt32 index) const 
    138138{ 
    139139    return _mfTypes[index]; 
     
    142142//! Get the value of the \a index element the VTKMapper::_mfColors field. 
    143143inline 
    144 GeoColor4fPropertyPtr VTKMapperBase::getColors(const UInt32 index) const 
     144GeoColor4fProperty * VTKMapperBase::getColors(const UInt32 index) const 
    145145{ 
    146146    return _mfColors[index]; 
     
    149149//! Get the value of the \a index element the VTKMapper::_mfNormals field. 
    150150inline 
    151 GeoVec3fPropertyPtr VTKMapperBase::getNormals(const UInt32 index) const 
     151GeoVec3fProperty * VTKMapperBase::getNormals(const UInt32 index) const 
    152152{ 
    153153    return _mfNormals[index];