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/OSGVTKMapper.h

    r1177 r1198  
    137137 
    138138#ifdef OSG_WITH_VTK 
    139     bool processPrimitive(OSG::GeoPnt3fPropertyPtr   pPoints, 
    140                           OSG::GeoColor4fPropertyPtr pColors, 
    141                           OSG::GeoVec3fPropertyPtr   pNormals, 
    142                           OSG::GeoUInt32PropertyPtr  pLengths, 
    143                           OSG::GeoUInt8PropertyPtr   pTypes, 
     139    bool processPrimitive(OSG::GeoPnt3fProperty   *pPoints, 
     140                          OSG::GeoColor4fProperty *pColors, 
     141                          OSG::GeoVec3fProperty   *pNormals, 
     142                          OSG::GeoUInt32Property  *pLengths, 
     143                          OSG::GeoUInt8Property   *pTypes, 
    144144                           
    145145                          vtkActor                *actor,  
     
    183183typedef VTKMapper *VTKMapperP; 
    184184 
    185 typedef VTKMapper::ObjPtr      VTKMapperPtr; 
    186 typedef VTKMapper::ConstObjPtr ConstVTKMapperPtr; 
    187  
    188185OSG_END_NAMESPACE 
    189186