#include <Importer.h>
Inheritance diagram for LUVis::Importer:

Public Member Functions | |
| Importer (Flow^_theFlow) | |
| virtual | ~Importer (void) |
Public Attributes | |
| System::Text::Encoding | encoding |
Private Attributes | |
| array< unsigned short, 1 > | size |
| one dimensional array, which contain the size of the volume (X,Y and Z) | |
| array< unsigned short, 1 > | memoryData |
| A one dimensional array with all the data loaded from the data file. | |
| array< float, 3 > | memoryGrid |
| Flow | theFlow |
Class to import .dat files (ct scans).
| Importer::Importer | ( | Flow^ | _theFlow | ) |
| Importer::~Importer | ( | void | ) | [virtual] |
| System::Text::Encoding LUVis::Importer::encoding |
array<unsigned short,1> LUVis::Importer::memoryData [private] |
A one dimensional array with all the data loaded from the data file.
array<float,3> LUVis::Importer::memoryGrid [private] |
array<unsigned short, 1> LUVis::Importer::size [private] |
one dimensional array, which contain the size of the volume (X,Y and Z)
Flow LUVis::Importer::theFlow [private] |
1.4.7