Show
Ignore:
Timestamp:
04/15/08 04:48:53 (3 months ago)
Author:
vossg
Message:

changed: renamed fields, base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Base/WS/OSGGeometryBase.h

    r1156 r1161  
    150150    /*! \{                                                                 */ 
    151151 
    152             const SFUnrecFieldContainerChildGeoIntegralPropertyPtr *getSFTypes           (void) const; 
    153             const SFUnrecFieldContainerChildGeoIntegralPropertyPtr *getSFLengths         (void) const; 
    154             const MFUnrecFieldContainerChildGeoVectorPropertyPtr *getMFProperties      (void) const; 
    155             const MFUnrecFieldContainerChildGeoIntegralPropertyPtr *getMFPropIndices     (void) const; 
     152            const SFUnrecChildGeoIntegralPropertyPtr *getSFTypes           (void) const; 
     153            const SFUnrecChildGeoIntegralPropertyPtr *getSFLengths         (void) const; 
     154            const MFUnrecChildGeoVectorPropertyPtr *getMFProperties      (void) const; 
     155            const MFUnrecChildGeoIntegralPropertyPtr *getMFPropIndices     (void) const; 
    156156 
    157157#ifdef OSG_1_GET_COMPAT 
     
    167167 
    168168                  GeoVectorPropertyPtrConst getProperties     (const UInt32 index) const; 
    169             const MFUnrecFieldContainerChildGeoVectorPropertyPtr &getProperties     (void) const; 
     169            const MFUnrecChildGeoVectorPropertyPtr &getProperties     (void) const; 
    170170 
    171171                  GeoIntegralPropertyPtrConst getPropIndices    (const UInt32 index) const; 
    172             const MFUnrecFieldContainerChildGeoIntegralPropertyPtr &getPropIndices    (void) const; 
     172            const MFUnrecChildGeoIntegralPropertyPtr &getPropIndices    (void) const; 
    173173 
    174174#ifdef OSG_1_GET_COMPAT 
     
    198198 
    199199    void pushToProperties           (GeoVectorPropertyPtrConstArg value   ); 
    200     void assignProperties           (const MFUnrecFieldContainerChildGeoVectorPropertyPtr &value); 
     200    void assignProperties           (const MFUnrecChildGeoVectorPropertyPtr &value); 
    201201    void insertIntoProperties      (UInt32                uiIndex, 
    202202                                             GeoVectorPropertyPtrConstArg value   ); 
     
    212212 
    213213    void pushToPropIndices           (GeoIntegralPropertyPtrConstArg value   ); 
    214     void assignPropIndices           (const MFUnrecFieldContainerChildGeoIntegralPropertyPtr &value); 
     214    void assignPropIndices           (const MFUnrecChildGeoIntegralPropertyPtr &value); 
    215215    void insertIntoPropIndices      (UInt32                uiIndex, 
    216216                                             GeoIntegralPropertyPtrConstArg value   ); 
     
    273273    /*! \{                                                                 */ 
    274274 
    275     SFUnrecFieldContainerChildGeoIntegralPropertyPtr _sfTypes; 
    276     SFUnrecFieldContainerChildGeoIntegralPropertyPtr _sfLengths; 
    277     MFUnrecFieldContainerChildGeoVectorPropertyPtr _mfProperties; 
    278     MFUnrecFieldContainerChildGeoIntegralPropertyPtr _mfPropIndices; 
     275    SFUnrecChildGeoIntegralPropertyPtr _sfTypes; 
     276    SFUnrecChildGeoIntegralPropertyPtr _sfLengths; 
     277    MFUnrecChildGeoVectorPropertyPtr _mfProperties; 
     278    MFUnrecChildGeoIntegralPropertyPtr _mfPropIndices; 
    279279    SFBool            _sfDlistCache; 
    280280    SFInt32           _sfClassicGLId;