Changeset 1198 for trunk/Source/Contrib/VTK/OSGVTKMapper.cpp
- Timestamp:
- 05/05/08 07:12:19 (4 months ago)
- Files:
-
- trunk/Source/Contrib/VTK/OSGVTKMapper.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/VTK/OSGVTKMapper.cpp
r1167 r1198 169 169 170 170 bool VTKMapper::processPrimitive( 171 OSG::GeoPnt3fProperty PtrpPoints,172 OSG::GeoColor4fProperty PtrpColors,173 OSG::GeoVec3fProperty PtrpNormals,174 OSG::GeoUInt32Property PtrpLengths,175 OSG::GeoUInt8Property PtrpTypes,171 OSG::GeoPnt3fProperty *pPoints, 172 OSG::GeoColor4fProperty *pColors, 173 OSG::GeoVec3fProperty *pNormals, 174 OSG::GeoUInt32Property *pLengths, 175 OSG::GeoUInt8Property *pTypes, 176 176 177 177 vtkActor *actor, … … 406 406 } 407 407 408 if(_sfRoot.getValue() == N ullFC)408 if(_sfRoot.getValue() == NULL) 409 409 { 410 410 initGeometries(); … … 553 553 this->execute(); 554 554 555 if(_sfRoot.getValue() != N ullFC)555 if(_sfRoot.getValue() != NULL) 556 556 { 557 557 _sfRoot.getValue()->updateVolume(); … … 575 575 PLOG << "Root" << std::endl; 576 576 577 if(_sfRoot.getValue() != OSGNullFC)577 if(_sfRoot.getValue() != NULL) 578 578 { 579 579 _sfRoot.getValue()->dump(uiIndent + 8, bvFlags);
