13#ifndef SO_MLIMAGE_PROPS_H 
   14#define SO_MLIMAGE_PROPS_H 
   19#include "SoMLSupportSystem.h" 
   21#include <Inventor/nodes/SoSubNode.h> 
   24class SoGLRenderAction;
 
   31   typedef SoNode inherited;
 
   46      void GLRender(SoGLRenderAction *action) 
override;
 
 
Inventor element storing ML image properties in the OpenInventor state.
 
Inventor node providing access to ML image properties.
 
SoMLImageProps()
Constructor.
 
SoSFMLImage image
Read ML image properties from this field.
 
void GLRender(SoGLRenderAction *action) override
Do the check.
 
void imageChangedCB(SoField *field)
 
SbMLImageProperties _imgProps
 
static void initClass()
Initialize class with runtime type system.
 
~SoMLImageProps() override
Destructor.
 
The SoSFMLImage field is the interface used by Inventor Nodes to access image data (in the current im...