|
Public Types |
typedef vctl::MCCoordinate3D<
double > | tCoordinates |
| Type of VCTL coordinates.
|
Public Member Functions |
void | conv2Real (tCoordinates *pPoint) const |
| Forward conversion of a given point.
|
void | conv2Real (double dX, double dY, double dZ, tCoordinates *pPoint) const |
| Forward conversion of a given point.
|
void | conv2Real (mds::tSize x, mds::tSize y, mds::tSize z, tCoordinates *pPoint) const |
| Forward conversion of a given point.
|
void | conv2Real (mds::tSize x, mds::tSize y, mds::tSize z, double &dX, double &dY, double &dZ) const |
| Forward conversion of given coordinates.
|
void | conv2Volume (tCoordinates *pPoint) const |
| Backward conversion of a given point.
|
void | conv2Volume (tCoordinates *pPoint, double &x, double &y, double &z) const |
| Backward conversion of a given point.
|
void | conv2Volume (tCoordinates *pPoint, mds::tSize &x, mds::tSize &y, mds::tSize &z) const |
| Backward conversion of a given point.
|
void | conv2Volume (double dX, double dY, double dZ, mds::tSize &x, mds::tSize &y, mds::tSize &z) const |
| Backward conversion of given coordinates.
|
| CTetraScaling (double dDX, double dDY, double dDZ) |
| Constructor.
|
| CTetraScaling () |
| Default constructor.
|
double | getMinRealSize (double Value) const |
| Forward conversion using minimal voxel size.
|
double | getMinVolumeSize (double Value) const |
| Backward conversion using minimal voxel size.
|
double | getRealX (double x) const |
| Forward conversion of given coordinates.
|
double | getRealY (double y) const |
double | getRealZ (double z) const |
mds::tSize | getVolumeX (double x) const |
| Backward conversion of given coordinates.
|
mds::tSize | getVolumeY (double y) const |
mds::tSize | getVolumeZ (double z) const |
void | setVoxelSize (double dDX, double dDY, double dDZ) |
| Sets the real voxel size.
|
| ~CTetraScaling () |
| Destructor.
|
Protected Attributes |
double | m_dDX |
| Real voxel size.
|
double | m_dDY |
double | m_dDZ |
double | m_dInvDX |
| Backward conversion of coordinates.
|
double | m_dInvDY |
double | m_dInvDZ |
double | m_dInvMin |
double | m_dMin |
| Minimal voxel size.
|