![]() |
VoxelBlur
Depth-of-field volume rendering
|
This class contains metadata for volumes, like dimensions and the file where the data can be found. More...
#include <volumeloader.h>
Public Types | |
| enum | VolumeDataType { VolumeDataType::uchar =8, VolumeDataType::ushort =16 } |
| Defines the supported data types. More... | |
Static Public Member Functions | |
| static QString | enumToString (const VolumeDataType type) |
| static VolumeDataType | stringToEnum (const QString &str) |
Public Attributes | |
| QString | name |
| Derived from the metadata file name. | |
| enum VolumeMetaData::VolumeDataType | type |
| uchar | actualBits |
| uint | width |
| uint | height |
| uint | depth |
| float | aspectX |
| float | aspectY |
| float | aspectZ |
| uint | skipBytes |
| QString | dataFile |
| QString | source |
This class contains metadata for volumes, like dimensions and the file where the data can be found.
|
strong |
1.8.6