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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.h

    r1178 r1193  
    150150    /*! \{                                                                 */ 
    151151 
    152             const SFUnrecGeoMultiPropertyDataPtr *getSFContainer       (void) const; 
     152            const SFUnrecGeoMultiPropertyDataPtr *getSFContainer      (void) const; 
     153                  SFUnrecGeoMultiPropertyDataPtr *editSFContainer      (void); 
    153154 
    154155#ifdef OSG_1_GET_COMPAT 
     
    195196#endif 
    196197                  UInt32              &editOffset         (void); 
    197             const UInt32              &getOffset          (void) const; 
     198            const UInt32              getOffset          (void) const; 
    198199 
    199200#ifdef OSG_1_GET_COMPAT 
     
    201202#endif 
    202203                  GLenum              &editIFormat        (void); 
    203             const GLenum              &getIFormat         (void) const; 
     204            const GLenum              getIFormat         (void) const; 
    204205 
    205206#ifdef OSG_1_GET_COMPAT 
     
    207208#endif 
    208209                  UInt32              &editIDimension     (void); 
    209             const UInt32              &getIDimension      (void) const; 
     210            const UInt32              getIDimension      (void) const; 
    210211 
    211212#ifdef OSG_1_GET_COMPAT 
     
    213214#endif 
    214215                  UInt32              &editISize          (void); 
    215             const UInt32              &getISize           (void) const; 
     216            const UInt32              getISize           (void) const; 
    216217 
    217218#ifdef OSG_1_GET_COMPAT 
     
    219220#endif 
    220221                  bool                &editINormalize     (void); 
    221             const bool                &getINormalize      (void) const; 
     222            const bool                getINormalize      (void) const; 
    222223 
    223224#ifdef OSG_1_GET_COMPAT 
     
    225226#endif 
    226227                  UInt32              &editIStride        (void); 
    227             const UInt32              &getIStride         (void) const; 
     228            const UInt32              getIStride         (void) const; 
    228229 
    229230    /*! \}                                                                 */ 
     
    249250    /*! \name                Ptr MField Set                                */ 
    250251    /*! \{                                                                 */ 
     252 
    251253    /*! \}                                                                 */ 
    252254    /*---------------------------------------------------------------------*/