VolViz
A volume visualization tool
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Attributes | List of all members
VolViz::VolumeDescriptor Struct Reference

#include <Volume.h>

+ Collaboration diagram for VolViz::VolumeDescriptor:

Public Attributes

VolumeType type {VolumeType::GrayScale}
 
VoxelSize voxelSize {{1 * milli * meter, 1 * milli *meter, 1 * milli *meter}}
 
Size3 size {Size3::Zero()}
 
Range< float > range {0.f, 0.f}
 
InterpolationType interpolation {InterpolationType::Nearest}
 

Member Data Documentation

InterpolationType VolViz::VolumeDescriptor::interpolation {InterpolationType::Nearest}
Range<float> VolViz::VolumeDescriptor::range {0.f, 0.f}
Size3 VolViz::VolumeDescriptor::size {Size3::Zero()}
VolumeType VolViz::VolumeDescriptor::type {VolumeType::GrayScale}
VoxelSize VolViz::VolumeDescriptor::voxelSize {{1 * milli * meter, 1 * milli *meter, 1 * milli *meter}}

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