- Timestamp:
- 05/05/08 06:39:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachmentBase.inl
r998 r1193 86 86 //! Get the value of the DrawableStatsAttachment::_sfVertices field. 87 87 inline 88 const UInt32 &DrawableStatsAttachmentBase::getVertices(void) const88 const UInt32 DrawableStatsAttachmentBase::getVertices(void) const 89 89 { 90 90 return _sfVertices.getValue(); … … 119 119 //! Get the value of the DrawableStatsAttachment::_sfPoints field. 120 120 inline 121 const UInt32 &DrawableStatsAttachmentBase::getPoints(void) const121 const UInt32 DrawableStatsAttachmentBase::getPoints(void) const 122 122 { 123 123 return _sfPoints.getValue(); … … 152 152 //! Get the value of the DrawableStatsAttachment::_sfLines field. 153 153 inline 154 const UInt32 &DrawableStatsAttachmentBase::getLines(void) const154 const UInt32 DrawableStatsAttachmentBase::getLines(void) const 155 155 { 156 156 return _sfLines.getValue(); … … 185 185 //! Get the value of the DrawableStatsAttachment::_sfTriangles field. 186 186 inline 187 const UInt32 &DrawableStatsAttachmentBase::getTriangles(void) const187 const UInt32 DrawableStatsAttachmentBase::getTriangles(void) const 188 188 { 189 189 return _sfTriangles.getValue(); … … 218 218 //! Get the value of the DrawableStatsAttachment::_sfProcessedAttributeBytes field. 219 219 inline 220 const UInt32 &DrawableStatsAttachmentBase::getProcessedAttributeBytes(void) const220 const UInt32 DrawableStatsAttachmentBase::getProcessedAttributeBytes(void) const 221 221 { 222 222 return _sfProcessedAttributeBytes.getValue(); … … 251 251 //! Get the value of the DrawableStatsAttachment::_sfStoredAttributeBytes field. 252 252 inline 253 const UInt32 &DrawableStatsAttachmentBase::getStoredAttributeBytes(void) const253 const UInt32 DrawableStatsAttachmentBase::getStoredAttributeBytes(void) const 254 254 { 255 255 return _sfStoredAttributeBytes.getValue(); … … 284 284 //! Get the value of the DrawableStatsAttachment::_sfValid field. 285 285 inline 286 const bool &DrawableStatsAttachmentBase::getValid(void) const286 const bool DrawableStatsAttachmentBase::getValid(void) const 287 287 { 288 288 return _sfValid.getValue();
