#include <VolumeLoader.h>
| Public Member Functions | |
| VolumeLoader () | |
| virtual | ~VolumeLoader () | 
| bool | loadData (const char *filename) | 
| Volume * | getVolume () | 
| Public Attributes | |
| Volume * | volume_ | 
| The loaded volume. | |
| Protected Attributes | |
| int | less_z_val | 
| ProgressDialog * | progress_ | 
| VolumeLoader::VolumeLoader | ( | ) | 
The destructor.
| VolumeLoader::~VolumeLoader | ( | ) |  [virtual] | 
The destructor.
| Volume * VolumeLoader::getVolume | ( | ) | 
Returns the volume data.
| Returns | the volume. | 
| bool VolumeLoader::loadData | ( | const char * | filename | ) | 
Loads the DAT-file containing the opacities of the voxels
| The | data file. | 
| int VolumeLoader::less_z_val  [protected] | 
| ProgressDialog* VolumeLoader::progress_  [protected] | 
The loaded volume.
 1.4.7
 1.4.7