#include <Surface.h>
Public Member Functions | |
Surface (string namefile) | |
default constructor | |
~Surface () | |
int | ReadNumPlanes () |
Decimal | GetRotTranslMatrixElem (int NumMatrix, int row, int col) |
MIPMatrix * | GetRotTranslMatrix (int NumMatrix) |
Position3D | GetPlaneRefPoint (int Plane) |
Decimal | GetCoef_a (int Plane) |
Decimal | GetCoef_b (int Plane) |
Decimal | GetCoef_c (int Plane) |
Decimal | GetCoef_d (int Plane) |
Surface::Surface | ( | string | namefile | ) | [inline] |
default constructor
Surface::~Surface | ( | ) | [inline] |
int Surface::ReadNumPlanes | ( | ) | [inline] |
Decimal Surface::GetRotTranslMatrixElem | ( | int | NumMatrix, | |
int | row, | |||
int | col | |||
) | [inline] |
MIPMatrix* Surface::GetRotTranslMatrix | ( | int | NumMatrix | ) | [inline] |
Position3D Surface::GetPlaneRefPoint | ( | int | Plane | ) | [inline] |
Decimal Surface::GetCoef_a | ( | int | Plane | ) | [inline] |
Decimal Surface::GetCoef_b | ( | int | Plane | ) | [inline] |
Decimal Surface::GetCoef_c | ( | int | Plane | ) | [inline] |
Decimal Surface::GetCoef_d | ( | int | Plane | ) | [inline] |