Show
Ignore:
Timestamp:
05/05/08 07:12:19 (4 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.cpp

    r1167 r1198  
    169169 
    170170bool VTKMapper::processPrimitive( 
    171     OSG::GeoPnt3fPropertyPtr   pPoints, 
    172     OSG::GeoColor4fPropertyPtr pColors, 
    173     OSG::GeoVec3fPropertyPtr   pNormals, 
    174     OSG::GeoUInt32PropertyPtr  pLengths, 
    175     OSG::GeoUInt8PropertyPtr   pTypes, 
     171    OSG::GeoPnt3fProperty   *pPoints, 
     172    OSG::GeoColor4fProperty *pColors, 
     173    OSG::GeoVec3fProperty   *pNormals, 
     174    OSG::GeoUInt32Property  *pLengths, 
     175    OSG::GeoUInt8Property   *pTypes, 
    176176     
    177177    vtkActor                *actor,  
     
    406406    } 
    407407 
    408     if(_sfRoot.getValue() == NullFC
     408    if(_sfRoot.getValue() == NULL
    409409    { 
    410410        initGeometries(); 
     
    553553    this->execute(); 
    554554 
    555     if(_sfRoot.getValue() != NullFC
     555    if(_sfRoot.getValue() != NULL
    556556    { 
    557557        _sfRoot.getValue()->updateVolume(); 
     
    575575   PLOG << "Root" << std::endl; 
    576576 
    577    if(_sfRoot.getValue() != OSGNullFC
     577   if(_sfRoot.getValue() != NULL
    578578   { 
    579579       _sfRoot.getValue()->dump(uiIndent + 8, bvFlags);