DATAKIT API  V2025.1
Dtk_feat_translate_coordinates Class Reference

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_transfoAxisSystem
 
double X
 
double Y
 
double Z
 

Constructor & Destructor Documentation

◆ Dtk_feat_translate_coordinates()

Dtk_feat_translate_coordinates::Dtk_feat_translate_coordinates ( )

Constructor of a coordinates translate Feature

Parameters
[in]<br>
[in/out]
[out]Allocatedcoordinates translate feature
Returns

Remarks

◆ ~Dtk_feat_translate_coordinates()

Dtk_feat_translate_coordinates::~Dtk_feat_translate_coordinates ( )

Destructor a coordinates translate Feature

Parameters
[in]coordinatestranslate feature to destruct
[in/out]
[out]<br>
Returns
Free coordinates translate Feature
Remarks

Member Function Documentation

◆ get_axis_system()

int Dtk_feat_translate_coordinates::get_axis_system ( Dtk_transfo **  )

Returns the Axis System of the coordinate translate feature.

Parameters
[in]AxisSystem for the Translate Feature
[in/out]
[out]<br>
Returns
NOTOK if error, ISOK if ok
Remarks

◆ get_X()

int Dtk_feat_translate_coordinates::get_X ( double *  )

Returns the first coordinate value of the translate feature.

Parameters
[in]CoordinatesTranslate Feature
[in/out]
[out]<br>
Returns
NOTOK if error, ISOK if ok
Remarks

◆ get_Y()

int Dtk_feat_translate_coordinates::get_Y ( double *  )

Returns the second coordinate value of the translate feature.

Parameters
[in]CoordinatesTranslate Feature
[in/out]
[out]<br>
Returns
NOTOK if error, ISOK if ok
Remarks

◆ get_Z()

int Dtk_feat_translate_coordinates::get_Z ( double *  )

Returns the Third coordinate value of the translate feature.

Parameters
[in]CoordinatesTranslate Feature
[in/out]
[out]<br>
Returns
NOTOK if error, ISOK if ok
Remarks

Field Documentation

◆ AxisSystem

Dtk_transfo* Dtk_feat_translate_coordinates::AxisSystem

◆ X

double Dtk_feat_translate_coordinates::X

◆ Y

double Dtk_feat_translate_coordinates::Y

◆ Z

double Dtk_feat_translate_coordinates::Z