#include <SoMLImageElement.h>
Static Public Member Functions | |
| static void | set (SoState *state, SoNode *node, const SbMLImageProperties &imgProps) |
| Sets the current ML image properties in the state. | |
| static const SbMLImageProperties & | get (SoState *state) |
| Returns the current ML image properties from the state. | |
| static void | initClass () |
| Initialize class with runtime type system. | |
Protected Member Functions | |
| virtual | ~SoMLImageElement () |
| Destructor. | |
Protected Attributes | |
| SbMLImageProperties | _imgProps |
Definition at line 44 of file SoMLImageElement.h.
| virtual SoMLImageElement::~SoMLImageElement | ( | ) | [protected, virtual] |
Destructor.
| static const SbMLImageProperties& SoMLImageElement::get | ( | SoState * | state | ) | [static] |
Returns the current ML image properties from the state.
| static void SoMLImageElement::initClass | ( | ) | [static] |
Initialize class with runtime type system.
| static void SoMLImageElement::set | ( | SoState * | state, | |
| SoNode * | node, | |||
| const SbMLImageProperties & | imgProps | |||
| ) | [static] |
Sets the current ML image properties in the state.
SbMLImageProperties SoMLImageElement::_imgProps [protected] |
Definition at line 64 of file SoMLImageElement.h.
1.5.8