Show
Ignore:
Timestamp:
05/05/08 06:39:01 (4 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

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

    r1178 r1193  
    162162    /*! \{                                                                 */ 
    163163 
    164             const SFUnrecNodePtr      *getSFRoot            (void) const; 
    165             const MFUnrecNodePtr      *getMFGeoRoots        (void) const; 
    166             const MFUnrecGeometryPtr  *getMFGeometries      (void) const; 
    167             const MFUnrecChunkMaterialPtr *getMFMaterials       (void) const; 
    168             const MFUnrecMaterialChunkPtr *getMFMaterialChunks  (void) const; 
    169             const MFUnrecGeoPnt3fPropertyPtr *getMFPositions       (void) const; 
    170             const MFUnrecGeoUInt32PropertyPtr *getMFLength          (void) const; 
    171             const MFUnrecGeoUInt8PropertyPtr *getMFTypes           (void) const; 
    172             const MFUnrecGeoColor4fPropertyPtr *getMFColors          (void) const; 
    173             const MFUnrecGeoVec3fPropertyPtr *getMFNormals         (void) const; 
     164            const SFUnrecNodePtr      *getSFRoot           (void) const; 
     165                  SFUnrecNodePtr      *editSFRoot           (void); 
     166            const MFUnrecNodePtr      *getMFGeoRoots       (void) const; 
     167                  MFUnrecNodePtr      *editMFGeoRoots       (void); 
     168            const MFUnrecGeometryPtr  *getMFGeometries     (void) const; 
     169                  MFUnrecGeometryPtr  *editMFGeometries     (void); 
     170            const MFUnrecChunkMaterialPtr *getMFMaterials      (void) const; 
     171                  MFUnrecChunkMaterialPtr *editMFMaterials      (void); 
     172            const MFUnrecMaterialChunkPtr *getMFMaterialChunks (void) const; 
     173                  MFUnrecMaterialChunkPtr *editMFMaterialChunks (void); 
     174            const MFUnrecGeoPnt3fPropertyPtr *getMFPositions      (void) const; 
     175                  MFUnrecGeoPnt3fPropertyPtr *editMFPositions      (void); 
     176            const MFUnrecGeoUInt32PropertyPtr *getMFLength         (void) const; 
     177                  MFUnrecGeoUInt32PropertyPtr *editMFLength         (void); 
     178            const MFUnrecGeoUInt8PropertyPtr *getMFTypes          (void) const; 
     179                  MFUnrecGeoUInt8PropertyPtr *editMFTypes          (void); 
     180            const MFUnrecGeoColor4fPropertyPtr *getMFColors         (void) const; 
     181                  MFUnrecGeoColor4fPropertyPtr *editMFColors         (void); 
     182            const MFUnrecGeoVec3fPropertyPtr *getMFNormals        (void) const; 
     183                  MFUnrecGeoVec3fPropertyPtr *editMFNormals        (void); 
    174184 
    175185 
     
    177187 
    178188                  NodePtr getGeoRoots       (const UInt32 index) const; 
    179             const MFUnrecNodePtr      &getGeoRoots       (void) const; 
    180189 
    181190                  GeometryPtr getGeometries     (const UInt32 index) const; 
    182             const MFUnrecGeometryPtr  &getGeometries     (void) const; 
    183191 
    184192                  ChunkMaterialPtr getMaterials      (const UInt32 index) const; 
    185             const MFUnrecChunkMaterialPtr &getMaterials      (void) const; 
    186193 
    187194                  MaterialChunkPtr getMaterialChunks (const UInt32 index) const; 
    188             const MFUnrecMaterialChunkPtr &getMaterialChunks (void) const; 
    189195 
    190196                  GeoPnt3fPropertyPtr getPositions      (const UInt32 index) const; 
    191             const MFUnrecGeoPnt3fPropertyPtr &getPositions      (void) const; 
    192197 
    193198                  GeoUInt32PropertyPtr getLength         (const UInt32 index) const; 
    194             const MFUnrecGeoUInt32PropertyPtr &getLength         (void) const; 
    195199 
    196200                  GeoUInt8PropertyPtr getTypes          (const UInt32 index) const; 
    197             const MFUnrecGeoUInt8PropertyPtr &getTypes          (void) const; 
    198201 
    199202                  GeoColor4fPropertyPtr getColors         (const UInt32 index) const; 
    200             const MFUnrecGeoColor4fPropertyPtr &getColors         (void) const; 
    201203 
    202204                  GeoVec3fPropertyPtr getNormals        (const UInt32 index) const; 
    203             const MFUnrecGeoVec3fPropertyPtr &getNormals        (void) const; 
    204205 
    205206    /*! \}                                                                 */ 
     
    222223    void pushToGeoRoots            (const NodePtr value   ); 
    223224    void assignGeoRoots            (const MFUnrecNodePtr    &value); 
    224     void insertIntoGeoRoots      (      UInt32         uiIndex, 
    225                                              const NodePtr value   ); 
    226     void replaceInGeoRoots  (      UInt32         uiIndex, 
    227                                              const NodePtr value   ); 
    228     void replaceInGeoRoots (const NodePtr pOldElem, 
    229                                              const NodePtr pNewElem); 
    230225    void removeFromGeoRoots (UInt32                uiIndex ); 
    231226    void removeFromGeoRoots(const NodePtr value   ); 
     
    233228 
    234229 
    235  
    236230    void pushToGeometries           (const GeometryPtr value   ); 
    237231    void assignGeometries           (const MFUnrecGeometryPtr &value); 
    238     void insertIntoGeometries      (      UInt32         uiIndex, 
    239                                              const GeometryPtr value   ); 
    240     void replaceInGeometries  (      UInt32         uiIndex, 
    241                                              const GeometryPtr value   ); 
    242     void replaceInGeometries (const GeometryPtr pOldElem, 
    243                                              const GeometryPtr pNewElem); 
    244232    void removeFromGeometries (UInt32                uiIndex ); 
    245233    void removeFromGeometries(const GeometryPtr value   ); 
     
    247235 
    248236 
    249  
    250237    void pushToMaterials           (const ChunkMaterialPtr value   ); 
    251238    void assignMaterials           (const MFUnrecChunkMaterialPtr &value); 
    252     void insertIntoMaterials      (      UInt32         uiIndex, 
    253                                              const ChunkMaterialPtr value   ); 
    254     void replaceInMaterials  (      UInt32         uiIndex, 
    255                                              const ChunkMaterialPtr value   ); 
    256     void replaceInMaterials (const ChunkMaterialPtr pOldElem, 
    257                                              const ChunkMaterialPtr pNewElem); 
    258239    void removeFromMaterials (UInt32                uiIndex ); 
    259240    void removeFromMaterials(const ChunkMaterialPtr value   ); 
     
    261242 
    262243 
    263  
    264244    void pushToMaterialChunks           (const MaterialChunkPtr value   ); 
    265245    void assignMaterialChunks           (const MFUnrecMaterialChunkPtr &value); 
    266     void insertIntoMaterialChunks      (      UInt32         uiIndex, 
    267                                              const MaterialChunkPtr value   ); 
    268     void replaceInMaterialChunks  (      UInt32         uiIndex, 
    269                                              const MaterialChunkPtr value   ); 
    270     void replaceInMaterialChunks (const MaterialChunkPtr pOldElem, 
    271                                              const MaterialChunkPtr pNewElem); 
    272246    void removeFromMaterialChunks (UInt32                uiIndex ); 
    273247    void removeFromMaterialChunks(const MaterialChunkPtr value   ); 
     
    275249 
    276250 
    277  
    278251    void pushToPositions           (const GeoPnt3fPropertyPtr value   ); 
    279252    void assignPositions           (const MFUnrecGeoPnt3fPropertyPtr &value); 
    280     void insertIntoPositions      (      UInt32         uiIndex, 
    281                                              const GeoPnt3fPropertyPtr value   ); 
    282     void replaceInPositions  (      UInt32         uiIndex, 
    283                                              const GeoPnt3fPropertyPtr value   ); 
    284     void replaceInPositions (const GeoPnt3fPropertyPtr pOldElem, 
    285                                              const GeoPnt3fPropertyPtr pNewElem); 
    286253    void removeFromPositions (UInt32                uiIndex ); 
    287254    void removeFromPositions(const GeoPnt3fPropertyPtr value   ); 
     
    289256 
    290257 
    291  
    292258    void pushToLength              (const GeoUInt32PropertyPtr value   ); 
    293259    void assignLength              (const MFUnrecGeoUInt32PropertyPtr &value); 
    294     void insertIntoLength      (      UInt32         uiIndex, 
    295                                              const GeoUInt32PropertyPtr value   ); 
    296     void replaceInLength  (      UInt32         uiIndex, 
    297                                              const GeoUInt32PropertyPtr value   ); 
    298     void replaceInLength (const GeoUInt32PropertyPtr pOldElem, 
    299                                              const GeoUInt32PropertyPtr pNewElem); 
    300260    void removeFromLength (UInt32                uiIndex ); 
    301261    void removeFromLength(const GeoUInt32PropertyPtr value   ); 
     
    303263 
    304264 
    305  
    306265    void pushToTypes               (const GeoUInt8PropertyPtr value   ); 
    307266    void assignTypes               (const MFUnrecGeoUInt8PropertyPtr &value); 
    308     void insertIntoTypes      (      UInt32         uiIndex, 
    309                                              const GeoUInt8PropertyPtr value   ); 
    310     void replaceInTypes   (      UInt32         uiIndex, 
    311                                              const GeoUInt8PropertyPtr value   ); 
    312     void replaceInTypes  (const GeoUInt8PropertyPtr pOldElem, 
    313                                              const GeoUInt8PropertyPtr pNewElem); 
    314267    void removeFromTypes (UInt32                uiIndex ); 
    315268    void removeFromTypes(const GeoUInt8PropertyPtr value   ); 
     
    317270 
    318271 
    319  
    320272    void pushToColors              (const GeoColor4fPropertyPtr value   ); 
    321273    void assignColors              (const MFUnrecGeoColor4fPropertyPtr &value); 
    322     void insertIntoColors      (      UInt32         uiIndex, 
    323                                              const GeoColor4fPropertyPtr value   ); 
    324     void replaceInColors  (      UInt32         uiIndex, 
    325                                              const GeoColor4fPropertyPtr value   ); 
    326     void replaceInColors (const GeoColor4fPropertyPtr pOldElem, 
    327                                              const GeoColor4fPropertyPtr pNewElem); 
    328274    void removeFromColors (UInt32                uiIndex ); 
    329275    void removeFromColors(const GeoColor4fPropertyPtr value   ); 
     
    331277 
    332278 
    333  
    334279    void pushToNormals             (const GeoVec3fPropertyPtr value   ); 
    335280    void assignNormals             (const MFUnrecGeoVec3fPropertyPtr &value); 
    336     void insertIntoNormals      (      UInt32         uiIndex, 
    337                                              const GeoVec3fPropertyPtr value   ); 
    338     void replaceInNormals  (      UInt32         uiIndex, 
    339                                              const GeoVec3fPropertyPtr value   ); 
    340     void replaceInNormals (const GeoVec3fPropertyPtr pOldElem, 
    341                                              const GeoVec3fPropertyPtr pNewElem); 
    342281    void removeFromNormals (UInt32                uiIndex ); 
    343282    void removeFromNormals(const GeoVec3fPropertyPtr value   );