#include <SoShowFPS.h>
Public Member Functions | |
| SoShowFPS () | |
| virtual void | GLRender (SoGLRenderAction *action) |
| derived render method that renders the FPS | |
Static Public Member Functions | |
| static void | initClass () |
| inventor runtime system | |
Public Attributes | |
| SoSFInt32 | numAverageFrames |
Protected Member Functions | |
| virtual | ~SoShowFPS () |
Definition at line 21 of file SoShowFPS.h.
| SoShowFPS::SoShowFPS | ( | ) |
| virtual SoShowFPS::~SoShowFPS | ( | ) | [protected, virtual] |
| virtual void SoShowFPS::GLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
derived render method that renders the FPS
| static void SoShowFPS::initClass | ( | ) | [static] |
inventor runtime system
| SoSFInt32 SoShowFPS::numAverageFrames |
Definition at line 36 of file SoShowFPS.h.
1.5.8