Changeset 459 for trunk/Source/Contrib/VTK/OSGVTKMapperBase.h
- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
-
- trunk/Source/Contrib/VTK/OSGVTKMapperBase.h (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/VTK/OSGVTKMapperBase.h
r439 r459 272 272 273 273 274 275 274 void pushToGeometries (GeometryPtrConstArg value ); 276 275 void insertIntoGeometries (UInt32 uiIndex, … … 285 284 286 285 287 288 286 void pushToMaterials (ChunkMaterialPtrConstArg value ); 289 287 void insertIntoMaterials (UInt32 uiIndex, … … 298 296 299 297 300 301 298 void pushToMaterialChunks (MaterialChunkPtrConstArg value ); 302 299 void insertIntoMaterialChunks (UInt32 uiIndex, … … 311 308 312 309 313 314 310 void pushToPositions (GeoPnt3fPropertyPtrConstArg value ); 315 311 void insertIntoPositions (UInt32 uiIndex, … … 324 320 325 321 326 327 322 void pushToLength (GeoUInt32PropertyPtrConstArg value ); 328 323 void insertIntoLength (UInt32 uiIndex, … … 337 332 338 333 339 340 334 void pushToTypes (GeoUInt8PropertyPtrConstArg value ); 341 335 void insertIntoTypes (UInt32 uiIndex, … … 350 344 351 345 352 353 346 void pushToColors (GeoColor4fPropertyPtrConstArg value ); 354 347 void insertIntoColors (UInt32 uiIndex, … … 363 356 364 357 365 366 358 void pushToNormals (GeoVec3fPropertyPtrConstArg value ); 367 359 void insertIntoNormals (UInt32 uiIndex, … … 374 366 void removeFromNormals(GeoVec3fPropertyPtrConstArg value ); 375 367 void clearNormals (void ); 376 377 368 378 369
