Changeset 1198 for trunk/Source/Contrib/VTK/OSGVTKMapper.h
- Timestamp:
- 05/05/08 07:12:19 (2 months ago)
- Files:
-
- trunk/Source/Contrib/VTK/OSGVTKMapper.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/VTK/OSGVTKMapper.h
r1177 r1198 137 137 138 138 #ifdef OSG_WITH_VTK 139 bool processPrimitive(OSG::GeoPnt3fProperty PtrpPoints,140 OSG::GeoColor4fProperty PtrpColors,141 OSG::GeoVec3fProperty PtrpNormals,142 OSG::GeoUInt32Property PtrpLengths,143 OSG::GeoUInt8Property PtrpTypes,139 bool processPrimitive(OSG::GeoPnt3fProperty *pPoints, 140 OSG::GeoColor4fProperty *pColors, 141 OSG::GeoVec3fProperty *pNormals, 142 OSG::GeoUInt32Property *pLengths, 143 OSG::GeoUInt8Property *pTypes, 144 144 145 145 vtkActor *actor, … … 183 183 typedef VTKMapper *VTKMapperP; 184 184 185 typedef VTKMapper::ObjPtr VTKMapperPtr;186 typedef VTKMapper::ConstObjPtr ConstVTKMapperPtr;187 188 185 OSG_END_NAMESPACE 189 186
