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

changed: base rebuild

Files:

Legend:

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

    r998 r1193  
    8686//! Get the value of the DrawableStatsAttachment::_sfVertices field. 
    8787inline 
    88 const UInt32 &DrawableStatsAttachmentBase::getVertices(void) const 
     88const UInt32 DrawableStatsAttachmentBase::getVertices(void) const 
    8989{ 
    9090    return _sfVertices.getValue(); 
     
    119119//! Get the value of the DrawableStatsAttachment::_sfPoints field. 
    120120inline 
    121 const UInt32 &DrawableStatsAttachmentBase::getPoints(void) const 
     121const UInt32 DrawableStatsAttachmentBase::getPoints(void) const 
    122122{ 
    123123    return _sfPoints.getValue(); 
     
    152152//! Get the value of the DrawableStatsAttachment::_sfLines field. 
    153153inline 
    154 const UInt32 &DrawableStatsAttachmentBase::getLines(void) const 
     154const UInt32 DrawableStatsAttachmentBase::getLines(void) const 
    155155{ 
    156156    return _sfLines.getValue(); 
     
    185185//! Get the value of the DrawableStatsAttachment::_sfTriangles field. 
    186186inline 
    187 const UInt32 &DrawableStatsAttachmentBase::getTriangles(void) const 
     187const UInt32 DrawableStatsAttachmentBase::getTriangles(void) const 
    188188{ 
    189189    return _sfTriangles.getValue(); 
     
    218218//! Get the value of the DrawableStatsAttachment::_sfProcessedAttributeBytes field. 
    219219inline 
    220 const UInt32 &DrawableStatsAttachmentBase::getProcessedAttributeBytes(void) const 
     220const UInt32 DrawableStatsAttachmentBase::getProcessedAttributeBytes(void) const 
    221221{ 
    222222    return _sfProcessedAttributeBytes.getValue(); 
     
    251251//! Get the value of the DrawableStatsAttachment::_sfStoredAttributeBytes field. 
    252252inline 
    253 const UInt32 &DrawableStatsAttachmentBase::getStoredAttributeBytes(void) const 
     253const UInt32 DrawableStatsAttachmentBase::getStoredAttributeBytes(void) const 
    254254{ 
    255255    return _sfStoredAttributeBytes.getValue(); 
     
    284284//! Get the value of the DrawableStatsAttachment::_sfValid field. 
    285285inline 
    286 const bool &DrawableStatsAttachmentBase::getValid(void) const 
     286const bool DrawableStatsAttachmentBase::getValid(void) const 
    287287{ 
    288288    return _sfValid.getValue();