- Timestamp:
- 05/05/08 06:39:01 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachmentBase.h
r1116 r1193 198 198 #endif 199 199 UInt32 &editVertices (void); 200 const UInt32 &getVertices (void) const;200 const UInt32 getVertices (void) const; 201 201 202 202 #ifdef OSG_1_GET_COMPAT … … 204 204 #endif 205 205 UInt32 &editPoints (void); 206 const UInt32 &getPoints (void) const;206 const UInt32 getPoints (void) const; 207 207 208 208 #ifdef OSG_1_GET_COMPAT … … 210 210 #endif 211 211 UInt32 &editLines (void); 212 const UInt32 &getLines (void) const;212 const UInt32 getLines (void) const; 213 213 214 214 #ifdef OSG_1_GET_COMPAT … … 216 216 #endif 217 217 UInt32 &editTriangles (void); 218 const UInt32 &getTriangles (void) const;218 const UInt32 getTriangles (void) const; 219 219 220 220 #ifdef OSG_1_GET_COMPAT … … 222 222 #endif 223 223 UInt32 &editProcessedAttributeBytes(void); 224 const UInt32 &getProcessedAttributeBytes (void) const;224 const UInt32 getProcessedAttributeBytes (void) const; 225 225 226 226 #ifdef OSG_1_GET_COMPAT … … 228 228 #endif 229 229 UInt32 &editStoredAttributeBytes(void); 230 const UInt32 &getStoredAttributeBytes (void) const;230 const UInt32 getStoredAttributeBytes (void) const; 231 231 232 232 #ifdef OSG_1_GET_COMPAT … … 234 234 #endif 235 235 bool &editValid (void); 236 const bool &getValid (void) const;236 const bool getValid (void) const; 237 237 238 238 /*! \} */ … … 253 253 /*! \name Ptr MField Set */ 254 254 /*! \{ */ 255 255 256 /*! \} */ 256 257 /*---------------------------------------------------------------------*/
