MeVisLabToolboxReference
SbMLImageProperties Class Reference

Open Inventor data type to store ML image properties. More...

#include <SoMLImageElement.h>

List of all members.

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

Detailed Description

Open Inventor data type to store ML image properties.

Definition at line 17 of file SoMLImageElement.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

void SbMLImageProperties::setOutOfDate ( ) [inline]

Definition at line 37 of file SoMLImageElement.h.

References isUpToDate.


Member Data Documentation

Definition at line 23 of file SoMLImageElement.h.

Definition at line 21 of file SoMLImageElement.h.

Referenced by setOutOfDate().

Definition at line 29 of file SoMLImageElement.h.

Definition at line 28 of file SoMLImageElement.h.

Definition at line 24 of file SoMLImageElement.h.


The documentation for this class was generated from the following file: