#include <SoMLSampler3D.h>

Public Member Functions | |
| SoMLSampler3D () | |
| Constructor. | |
| virtual void | updateParameter (SoUniformParameterBase *uniformBase, SoState *state) |
| Assigns or updates the parameter's value. | |
Static Public Member Functions | |
| static void | initClass () |
| Initialize class with runtime type system. | |
Public Attributes | |
| SoSFEnum | wrapT |
| Wrapping mode. Default is REPEAT. | |
| SoSFEnum | wrapR |
| Wrapping mode. Default is REPEAT. | |
Protected Member Functions | |
| virtual | ~SoMLSampler3D () |
| Destructor. | |
| virtual void | imageChanged () |
| Called when the ML images has changed.and is valid. | |
Definition at line 19 of file SoMLSampler3D.h.
| SoMLSampler3D::SoMLSampler3D | ( | ) |
Constructor.
| virtual SoMLSampler3D::~SoMLSampler3D | ( | ) | [protected, virtual] |
Destructor.
| virtual void SoMLSampler3D::imageChanged | ( | ) | [protected, virtual] |
| static void SoMLSampler3D::initClass | ( | ) | [static] |
| virtual void SoMLSampler3D::updateParameter | ( | SoUniformParameterBase * | uniformBase, | |
| SoState * | state | |||
| ) | [virtual] |
| SoSFEnum SoMLSampler3D::wrapR |
| SoSFEnum SoMLSampler3D::wrapT |
1.5.8