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

changed: base rebuild

Files:

Legend:

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

    r1116 r1193  
    198198#endif 
    199199                  UInt32              &editVertices       (void); 
    200             const UInt32              &getVertices        (void) const; 
     200            const UInt32              getVertices        (void) const; 
    201201 
    202202#ifdef OSG_1_GET_COMPAT 
     
    204204#endif 
    205205                  UInt32              &editPoints         (void); 
    206             const UInt32              &getPoints          (void) const; 
     206            const UInt32              getPoints          (void) const; 
    207207 
    208208#ifdef OSG_1_GET_COMPAT 
     
    210210#endif 
    211211                  UInt32              &editLines          (void); 
    212             const UInt32              &getLines           (void) const; 
     212            const UInt32              getLines           (void) const; 
    213213 
    214214#ifdef OSG_1_GET_COMPAT 
     
    216216#endif 
    217217                  UInt32              &editTriangles      (void); 
    218             const UInt32              &getTriangles       (void) const; 
     218            const UInt32              getTriangles       (void) const; 
    219219 
    220220#ifdef OSG_1_GET_COMPAT 
     
    222222#endif 
    223223                  UInt32              &editProcessedAttributeBytes(void); 
    224             const UInt32              &getProcessedAttributeBytes (void) const; 
     224            const UInt32              getProcessedAttributeBytes (void) const; 
    225225 
    226226#ifdef OSG_1_GET_COMPAT 
     
    228228#endif 
    229229                  UInt32              &editStoredAttributeBytes(void); 
    230             const UInt32              &getStoredAttributeBytes (void) const; 
     230            const UInt32              getStoredAttributeBytes (void) const; 
    231231 
    232232#ifdef OSG_1_GET_COMPAT 
     
    234234#endif 
    235235                  bool                &editValid          (void); 
    236             const bool                &getValid           (void) const; 
     236            const bool                getValid           (void) const; 
    237237 
    238238    /*! \}                                                                 */ 
     
    253253    /*! \name                Ptr MField Set                                */ 
    254254    /*! \{                                                                 */ 
     255 
    255256    /*! \}                                                                 */ 
    256257    /*---------------------------------------------------------------------*/