Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Contrib/VTK/OSGVTKMapperBase.h

    r439 r459  
    272272 
    273273 
    274  
    275274    void pushToGeometries           (GeometryPtrConstArg value   ); 
    276275    void insertIntoGeometries      (UInt32                uiIndex, 
     
    285284 
    286285 
    287  
    288286    void pushToMaterials           (ChunkMaterialPtrConstArg value   ); 
    289287    void insertIntoMaterials      (UInt32                uiIndex, 
     
    298296 
    299297 
    300  
    301298    void pushToMaterialChunks           (MaterialChunkPtrConstArg value   ); 
    302299    void insertIntoMaterialChunks      (UInt32                uiIndex, 
     
    311308 
    312309 
    313  
    314310    void pushToPositions           (GeoPnt3fPropertyPtrConstArg value   ); 
    315311    void insertIntoPositions      (UInt32                uiIndex, 
     
    324320 
    325321 
    326  
    327322    void pushToLength              (GeoUInt32PropertyPtrConstArg value   ); 
    328323    void insertIntoLength      (UInt32                uiIndex, 
     
    337332 
    338333 
    339  
    340334    void pushToTypes               (GeoUInt8PropertyPtrConstArg value   ); 
    341335    void insertIntoTypes      (UInt32                uiIndex, 
     
    350344 
    351345 
    352  
    353346    void pushToColors              (GeoColor4fPropertyPtrConstArg value   ); 
    354347    void insertIntoColors      (UInt32                uiIndex, 
     
    363356 
    364357 
    365  
    366358    void pushToNormals             (GeoVec3fPropertyPtrConstArg value   ); 
    367359    void insertIntoNormals      (UInt32                uiIndex, 
     
    374366    void removeFromNormals(GeoVec3fPropertyPtrConstArg value   ); 
    375367    void clearNormals               (void                          ); 
    376  
    377368 
    378369