MeVisLab Toolbox Reference
|
Inventor node providing access to ML image properties. More...
#include <SoMLImageProps.h>
Public Member Functions | |
SoMLImageProps () | |
Constructor. | |
void | GLRender (SoGLRenderAction *action) override |
Do the check. | |
Static Public Member Functions | |
static void | initClass () |
Initialize class with runtime type system. | |
Public Attributes | |
SoSFMLImage | image |
Read ML image properties from this field. | |
Protected Member Functions | |
~SoMLImageProps () override | |
Destructor. | |
void | imageChangedCB (SoField *field) |
Protected Attributes | |
SbMLImageProperties | _imgProps |
Inventor node providing access to ML image properties.
Definition at line 29 of file SoMLImageProps.h.
SoMLImageProps::SoMLImageProps | ( | ) |
Constructor.
|
overrideprotected |
Destructor.
|
override |
Do the check.
|
protected |
Definition at line 55 of file SoMLImageProps.h.
SoSFMLImage SoMLImageProps::image |
Read ML image properties from this field.
Definition at line 38 of file SoMLImageProps.h.