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/System/NodeCores/Drawables/Geometry/Base/ES/OSGGeometryBase.h

    r1178 r1193  
    146146    /*! \{                                                                 */ 
    147147 
    148             const SFUnrecChildGeoIntegralPropertyPtr *getSFTypes           (void) const; 
    149             const SFUnrecChildGeoIntegralPropertyPtr *getSFLengths         (void) const; 
    150             const MFUnrecChildGeoVectorPropertyPtr *getMFProperties      (void) const; 
    151             const MFUnrecChildGeoIntegralPropertyPtr *getMFPropIndices     (void) const; 
     148            const SFUnrecChildGeoIntegralPropertyPtr *getSFTypes          (void) const; 
     149                  SFUnrecChildGeoIntegralPropertyPtr *editSFTypes          (void); 
     150            const SFUnrecChildGeoIntegralPropertyPtr *getSFLengths        (void) const; 
     151                  SFUnrecChildGeoIntegralPropertyPtr *editSFLengths        (void); 
     152            const MFUnrecChildGeoVectorPropertyPtr *getMFProperties     (void) const; 
     153                  MFUnrecChildGeoVectorPropertyPtr *editMFProperties     (void); 
     154            const MFUnrecChildGeoIntegralPropertyPtr *getMFPropIndices    (void) const; 
     155                  MFUnrecChildGeoIntegralPropertyPtr *editMFPropIndices    (void); 
    152156 
    153157 
     
    157161 
    158162                  GeoVectorPropertyPtr getProperties     (const UInt32 index) const; 
    159             const MFUnrecChildGeoVectorPropertyPtr &getProperties     (void) const; 
    160163 
    161164                  GeoIntegralPropertyPtr getPropIndices    (const UInt32 index) const; 
    162             const MFUnrecChildGeoIntegralPropertyPtr &getPropIndices    (void) const; 
    163165 
    164166    /*! \}                                                                 */ 
     
    182184    void pushToProperties           (const GeoVectorPropertyPtr value   ); 
    183185    void assignProperties           (const MFUnrecChildGeoVectorPropertyPtr &value); 
    184     void insertIntoProperties      (      UInt32         uiIndex, 
    185                                              const GeoVectorPropertyPtr value   ); 
    186     void replaceInProperties  (      UInt32         uiIndex, 
    187                                              const GeoVectorPropertyPtr value   ); 
    188     void replaceInProperties (const GeoVectorPropertyPtr pOldElem, 
    189                                              const GeoVectorPropertyPtr pNewElem); 
    190186    void removeFromProperties (UInt32                uiIndex ); 
    191187    void removeFromProperties(const GeoVectorPropertyPtr value   ); 
     
    193189 
    194190 
    195  
    196191    void pushToPropIndices           (const GeoIntegralPropertyPtr value   ); 
    197192    void assignPropIndices           (const MFUnrecChildGeoIntegralPropertyPtr &value); 
    198     void insertIntoPropIndices      (      UInt32         uiIndex, 
    199                                              const GeoIntegralPropertyPtr value   ); 
    200     void replaceInPropIndices  (      UInt32         uiIndex, 
    201                                              const GeoIntegralPropertyPtr value   ); 
    202     void replaceInPropIndices (const GeoIntegralPropertyPtr pOldElem, 
    203                                              const GeoIntegralPropertyPtr pNewElem); 
    204193    void removeFromPropIndices (UInt32                uiIndex ); 
    205194    void removeFromPropIndices(const GeoIntegralPropertyPtr value   ); 
     
    317306 
    318307 
    319 #ifdef OSG_1_GET_COMPAT 
    320                   SFInt32             *getSFClassicGLId     (void); 
    321 #endif 
    322308                  SFInt32             *editSFClassicGLId    (void); 
    323309            const SFInt32             *getSFClassicGLId     (void) const; 
    324310 
    325 #ifdef OSG_1_GET_COMPAT 
    326                   SFInt32             *getSFAttGLId         (void); 
    327 #endif 
    328311                  SFInt32             *editSFAttGLId        (void); 
    329312            const SFInt32             *getSFAttGLId         (void) const; 
    330313 
    331314 
    332 #ifdef OSG_1_GET_COMPAT 
    333                   Int32               &getClassicGLId     (void); 
    334 #endif 
    335315                  Int32               &editClassicGLId    (void); 
    336             const Int32               &getClassicGLId     (void) const; 
    337  
    338 #ifdef OSG_1_GET_COMPAT 
    339                   Int32               &getAttGLId         (void); 
    340 #endif 
     316            const Int32                getClassicGLId     (void) const; 
     317 
    341318                  Int32               &editAttGLId        (void); 
    342             const Int32               &getAttGLId         (void) const; 
     319            const Int32                getAttGLId         (void) const; 
    343320 
    344321    /*! \}                                                                 */ 
     
    354331    /*! \name                Ptr MField Set                                */ 
    355332    /*! \{                                                                 */ 
     333 
    356334    /*! \}                                                                 */ 
    357335    /*---------------------------------------------------------------------*/