#include <OSGStatisticsForeground.h>
Inheritance diagram for osg::StatisticsForeground:


Public Methods | |
Sync | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
Output | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
draw | |
| virtual void | draw (DrawActionBase *action, Viewport *port)=0 |
Protected Methods | |
Constructors | |
| StatisticsForeground (void) | |
| Constructor. | |
| StatisticsForeground (const StatisticsForeground &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~StatisticsForeground (void) |
| Destructor. | |
Private Types | |
| typedef StatisticsForegroundBase | Inherited |
Private Methods | |
| void | operator= (const StatisticsForeground &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Friends | |
| class | FieldContainer |
| class | StatisticsForegroundBase |
Background is the base class for all background clearing.
|
|
Reimplemented from osg::StatisticsForegroundBase. Reimplemented in osg::SimpleStatisticsForeground, and osg::SimpleStatisticsForegroundBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
react to field changes
Reimplemented from osg::Foreground. Reimplemented in osg::SimpleStatisticsForeground. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::Foreground. Reimplemented in osg::SimpleStatisticsForeground. |
|
||||||||||||
|
Implements osg::Foreground. Implemented in osg::SimpleStatisticsForeground. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::Foreground. Reimplemented in osg::SimpleStatisticsForeground. |
|
|
|
|
|
Reimplemented from osg::StatisticsForegroundBase. Reimplemented in osg::SimpleStatisticsForeground, and osg::SimpleStatisticsForegroundBase. |
|
|
|
1.2.16