MeVisLab Toolbox Reference
|
SoMLVolumeBox renders a background bar. More...
#include <SoMLVolumeBox.h>
Public Member Functions | |
SoMLVolumeBox () | |
void | GLRender (SoGLRenderAction *action) override |
derived render method that renders the background | |
void | getBoundingBox (SoGetBoundingBoxAction *action) override |
Static Public Member Functions | |
static void | initClass () |
inventor runtime system | |
Public Attributes | |
SoSFBool | on |
Fields. | |
SoSFBool | drawingOn |
SoSFColor | color |
SoSFMLImage | inImage |
Protected Member Functions | |
~SoMLVolumeBox () override | |
SoMLVolumeBox renders a background bar.
SoMLVolumeBox renders the bounding box of the ML volume in world coordinates.
Definition at line 29 of file SoMLVolumeBox.h.
SoMLVolumeBox::SoMLVolumeBox | ( | ) |
|
overrideprotected |
|
override |
|
override |
derived render method that renders the background
SoSFColor SoMLVolumeBox::color |
Definition at line 40 of file SoMLVolumeBox.h.
SoSFBool SoMLVolumeBox::drawingOn |
Definition at line 38 of file SoMLVolumeBox.h.
SoSFMLImage SoMLVolumeBox::inImage |
Definition at line 42 of file SoMLVolumeBox.h.
SoSFBool SoMLVolumeBox::on |
Fields.
Definition at line 36 of file SoMLVolumeBox.h.