Show
Ignore:
Timestamp:
04/15/08 04:48:53 (5 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/ES/OSGGeometryBase.h

    r1156 r1161  
    146146    /*! \{                                                                 */ 
    147147 
    148             const SFUnrecFieldContainerChildGeoIntegralPropertyPtr *getSFTypes           (void) const; 
    149             const SFUnrecFieldContainerChildGeoIntegralPropertyPtr *getSFLengths         (void) const; 
    150             const MFUnrecFieldContainerChildGeoVectorPropertyPtr *getMFProperties      (void) const; 
    151             const MFUnrecFieldContainerChildGeoIntegralPropertyPtr *getMFPropIndices     (void) const; 
     148            const SFUnrecChildGeoIntegralPropertyPtr *getSFTypes           (void) const; 
     149            const SFUnrecChildGeoIntegralPropertyPtr *getSFLengths         (void) const; 
     150            const MFUnrecChildGeoVectorPropertyPtr *getMFProperties      (void) const; 
     151            const MFUnrecChildGeoIntegralPropertyPtr *getMFPropIndices     (void) const; 
    152152 
    153153 
     
    157157 
    158158                  GeoVectorPropertyPtrConst getProperties     (const UInt32 index) const; 
    159             const MFUnrecFieldContainerChildGeoVectorPropertyPtr &getProperties     (void) const; 
     159            const MFUnrecChildGeoVectorPropertyPtr &getProperties     (void) const; 
    160160 
    161161                  GeoIntegralPropertyPtrConst getPropIndices    (const UInt32 index) const; 
    162             const MFUnrecFieldContainerChildGeoIntegralPropertyPtr &getPropIndices    (void) const; 
     162            const MFUnrecChildGeoIntegralPropertyPtr &getPropIndices    (void) const; 
    163163 
    164164    /*! \}                                                                 */ 
     
    181181 
    182182    void pushToProperties           (GeoVectorPropertyPtrConstArg value   ); 
    183     void assignProperties           (const MFUnrecFieldContainerChildGeoVectorPropertyPtr &value); 
     183    void assignProperties           (const MFUnrecChildGeoVectorPropertyPtr &value); 
    184184    void insertIntoProperties      (UInt32                uiIndex, 
    185185                                             GeoVectorPropertyPtrConstArg value   ); 
     
    195195 
    196196    void pushToPropIndices           (GeoIntegralPropertyPtrConstArg value   ); 
    197     void assignPropIndices           (const MFUnrecFieldContainerChildGeoIntegralPropertyPtr &value); 
     197    void assignPropIndices           (const MFUnrecChildGeoIntegralPropertyPtr &value); 
    198198    void insertIntoPropIndices      (UInt32                uiIndex, 
    199199                                             GeoIntegralPropertyPtrConstArg value   ); 
     
    256256    /*! \{                                                                 */ 
    257257 
    258     SFUnrecFieldContainerChildGeoIntegralPropertyPtr _sfTypes; 
    259     SFUnrecFieldContainerChildGeoIntegralPropertyPtr _sfLengths; 
    260     MFUnrecFieldContainerChildGeoVectorPropertyPtr _mfProperties; 
    261     MFUnrecFieldContainerChildGeoIntegralPropertyPtr _mfPropIndices; 
     258    SFUnrecChildGeoIntegralPropertyPtr _sfTypes; 
     259    SFUnrecChildGeoIntegralPropertyPtr _sfLengths; 
     260    MFUnrecChildGeoVectorPropertyPtr _mfProperties; 
     261    MFUnrecChildGeoIntegralPropertyPtr _mfPropIndices; 
    262262    SFInt32           _sfClassicGLId; 
    263263    SFInt32           _sfAttGLId;