MeVisLab Toolbox Reference
|
#include <SoGLColorDepthInfo.h>
Public Member Functions | |
SoGLColorDepthInfo () | |
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 | |
SoSFInt32 | alphaBits |
Fields. | |
SoSFInt32 | redBits |
SoSFInt32 | greenBits |
SoSFInt32 | blueBits |
Protected Member Functions | |
~SoGLColorDepthInfo () override | |
Definition at line 19 of file SoGLColorDepthInfo.h.
SoGLColorDepthInfo::SoGLColorDepthInfo | ( | ) |
|
overrideprotected |
|
inlineoverride |
this node does not affect the state, so return false!
Definition at line 41 of file SoGLColorDepthInfo.h.
|
override |
derived render method that renders the background
SoSFInt32 SoGLColorDepthInfo::alphaBits |
Fields.
Definition at line 25 of file SoGLColorDepthInfo.h.
SoSFInt32 SoGLColorDepthInfo::blueBits |
Definition at line 28 of file SoGLColorDepthInfo.h.
SoSFInt32 SoGLColorDepthInfo::greenBits |
Definition at line 27 of file SoGLColorDepthInfo.h.
SoSFInt32 SoGLColorDepthInfo::redBits |
Definition at line 26 of file SoGLColorDepthInfo.h.