#include <CDensities.h>
Public Member Functions | |
void | Init (unsigned short dimX, unsigned short dimY) |
void | Shutdown () |
BOOL | IsValid () |
unsigned short | GetDimX () |
unsigned short | GetMaxValue () |
Definition at line 11 of file CDensities.h.
|
accessors to the dimensions of the densities data set. Definition at line 82 of file CDensities.h. |
|
Computes the max value for the loaded volumetric data set. Definition at line 61 of file CDensities.cpp. |
|
Initialization routine, called when new data set is loaded. Definition at line 30 of file CDensities.h. |
|
Identifies whether the loaded densities are valid Definition at line 77 of file CDensities.h. |
|
Shutdown routine, called also from the destructor. Definition at line 62 of file CDensities.h. |