#include <SoMLImageElement.h>
Public Member Functions | |
| SbMLImageProperties () | |
| SbMLImageProperties (const SbVec3s &_imageSize, const SbVec3f &_voxelSize, MLDataType _dataType, double _minVoxelValue, double _maxVoxelValue) | |
| void | setOutOfDate () |
Public Attributes | |
| bool | isUpToDate |
| SbVec3s | imageSize |
| SbVec3f | voxelSize |
| MLDataType | dataType |
| double | minVoxelValue |
| double | maxVoxelValue |
Definition at line 17 of file SoMLImageElement.h.
| SbMLImageProperties::SbMLImageProperties | ( | ) | [inline] |
Definition at line 31 of file SoMLImageElement.h.
| SbMLImageProperties::SbMLImageProperties | ( | const SbVec3s & | _imageSize, | |
| const SbVec3f & | _voxelSize, | |||
| MLDataType | _dataType, | |||
| double | _minVoxelValue, | |||
| double | _maxVoxelValue | |||
| ) | [inline] |
Definition at line 34 of file SoMLImageElement.h.
| void SbMLImageProperties::setOutOfDate | ( | ) | [inline] |
Definition at line 26 of file SoMLImageElement.h.
| SbVec3s SbMLImageProperties::imageSize |
Definition at line 23 of file SoMLImageElement.h.
Definition at line 29 of file SoMLImageElement.h.
Definition at line 28 of file SoMLImageElement.h.
| SbVec3f SbMLImageProperties::voxelSize |
Definition at line 24 of file SoMLImageElement.h.
1.5.8