|
MeVisLab Toolbox Reference
|
#include <SoMLTexture2.h>
Public Member Functions | |
| SoMLTexture2 () | |
| Constructor. | |
Static Public Member Functions | |
| static void | initClass () |
| Initialize class with runtime type system. | |
Public Attributes | |
| SoSFMLImage | mlImage |
| ML image connector. | |
| SoSFUInt32 | startZ |
| Origin of the 2d slice in Z dimension. Default is 0. | |
| SoSFUInt32 | startT |
| Origin of the 2d slice in T dimension. Default is 0. | |
| SoSFUInt32 | startU |
| Origin of the 2d slice in U dimension. Default is 0. | |
Protected Member Functions | |
| ~SoMLTexture2 () override | |
| Destructor. | |
Definition at line 21 of file SoMLTexture2.h.
| SoMLTexture2::SoMLTexture2 | ( | ) |
Constructor.
|
overrideprotected |
Destructor.
|
static |
Initialize class with runtime type system.
| SoSFMLImage SoMLTexture2::mlImage |
ML image connector.
Definition at line 30 of file SoMLTexture2.h.
| SoSFUInt32 SoMLTexture2::startT |
Origin of the 2d slice in T dimension. Default is 0.
Definition at line 36 of file SoMLTexture2.h.
| SoSFUInt32 SoMLTexture2::startU |
Origin of the 2d slice in U dimension. Default is 0.
Definition at line 39 of file SoMLTexture2.h.
| SoSFUInt32 SoMLTexture2::startZ |
Origin of the 2d slice in Z dimension. Default is 0.
Definition at line 33 of file SoMLTexture2.h.