#include <SoMLImageProps.h>
Public Member Functions | |
| SoMLImageProps () | |
| Constructor. | |
| virtual void | GLRender (SoGLRenderAction *action) |
| 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 | |
| virtual | ~SoMLImageProps () |
| Destructor. | |
Static Protected Member Functions | |
| static void | imageChangedCB (void *data, SoSensor *sensor) |
Protected Attributes | |
| SbMLImageProperties | _imgProps |
Definition at line 21 of file SoMLImageProps.h.
| SoMLImageProps::SoMLImageProps | ( | ) |
Constructor.
| virtual SoMLImageProps::~SoMLImageProps | ( | ) | [protected, virtual] |
Destructor.
| virtual void SoMLImageProps::GLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
Do the check.
| static void SoMLImageProps::imageChangedCB | ( | void * | data, | |
| SoSensor * | sensor | |||
| ) | [static, protected] |
| static void SoMLImageProps::initClass | ( | ) | [static] |
Initialize class with runtime type system.
SbMLImageProperties SoMLImageProps::_imgProps [protected] |
Definition at line 47 of file SoMLImageProps.h.
1.5.8