MeVisLab Toolbox Reference
|
#include <SoClearBuffers.h>
Public Member Functions | |
SoClearBuffers () | |
void | GLRender (SoGLRenderAction *action) override |
derived render method that renders the background | |
bool | affectsState () const override |
this node does not affect the state, so return false! | |
Static Public Member Functions | |
static void | initClass () |
inventor runtime system | |
Public Attributes | |
SoSFBool | clearColor |
Fields. | |
SoSFColor | color |
SoSFFloat | alpha |
SoSFDouble | depth |
SoSFBool | clearDepth |
SoSFBool | clearStencil |
Protected Member Functions | |
~SoClearBuffers () override | |
Definition at line 21 of file SoClearBuffers.h.
SoClearBuffers::SoClearBuffers | ( | ) |
|
overrideprotected |
|
inlineoverride |
this node does not affect the state, so return false!
Definition at line 45 of file SoClearBuffers.h.
|
override |
derived render method that renders the background
SoSFFloat SoClearBuffers::alpha |
Definition at line 29 of file SoClearBuffers.h.
SoSFBool SoClearBuffers::clearColor |
Fields.
Definition at line 27 of file SoClearBuffers.h.
SoSFBool SoClearBuffers::clearDepth |
Definition at line 31 of file SoClearBuffers.h.
SoSFBool SoClearBuffers::clearStencil |
Definition at line 32 of file SoClearBuffers.h.
SoSFColor SoClearBuffers::color |
Definition at line 28 of file SoClearBuffers.h.
SoSFDouble SoClearBuffers::depth |
Definition at line 30 of file SoClearBuffers.h.