Public Member Functions | |
Dtk_feat_translate_coordinates () | |
Constructor of a coordinates translate Feature More... | |
int | get_axis_system (Dtk_transfo **) |
Returns the Axis System of the coordinate translate feature. More... | |
int | get_X (double *) |
Returns the first coordinate value of the translate feature. More... | |
int | get_Y (double *) |
Returns the second coordinate value of the translate feature. More... | |
int | get_Z (double *) |
Returns the Third coordinate value of the translate feature. More... | |
~Dtk_feat_translate_coordinates () | |
Destructor a coordinates translate Feature More... | |
Data Fields | |
Dtk_transfo * | AxisSystem |
double | X |
double | Y |
double | Z |
Dtk_feat_translate_coordinates::Dtk_feat_translate_coordinates | ( | ) |
Constructor of a coordinates translate Feature
[in] | <br> | |
[in/out] | ||
[out] | Allocated | coordinates translate feature |
Dtk_feat_translate_coordinates::~Dtk_feat_translate_coordinates | ( | ) |
Destructor a coordinates translate Feature
[in] | coordinates | translate feature to destruct |
[in/out] | ||
[out] | <br> |
int Dtk_feat_translate_coordinates::get_axis_system | ( | Dtk_transfo ** | ) |
Returns the Axis System of the coordinate translate feature.
[in] | Axis | System for the Translate Feature |
[in/out] | ||
[out] | <br> |
int Dtk_feat_translate_coordinates::get_X | ( | double * | ) |
Returns the first coordinate value of the translate feature.
[in] | Coordinates | Translate Feature |
[in/out] | ||
[out] | <br> |
int Dtk_feat_translate_coordinates::get_Y | ( | double * | ) |
Returns the second coordinate value of the translate feature.
[in] | Coordinates | Translate Feature |
[in/out] | ||
[out] | <br> |
int Dtk_feat_translate_coordinates::get_Z | ( | double * | ) |
Returns the Third coordinate value of the translate feature.
[in] | Coordinates | Translate Feature |
[in/out] | ||
[out] | <br> |
Dtk_transfo* Dtk_feat_translate_coordinates::AxisSystem |
double Dtk_feat_translate_coordinates::X |
double Dtk_feat_translate_coordinates::Y |
double Dtk_feat_translate_coordinates::Z |