DATAKIT API  V2025.1
Dtk_feat_scaling Class Reference

Generic Feature Scaling. More...

Public Member Functions

 Dtk_feat_scaling ()
 Constructor of Scaling Feature
More...
 
int get_ratio (double *)
 Gets the ratio of the scaling feature
More...
 
int get_reference (Dtk_feat_geometry **)
 Gets the geometric reference of the scaling feature
More...
 
 ~Dtk_feat_scaling ()
 Destructor of a Scaling feature. More...
 

Data Fields

double ratio
 
Dtk_feat_geometry * reference
 

Detailed Description

Generic Feature Scaling.

Constructor & Destructor Documentation

◆ Dtk_feat_scaling()

Dtk_feat_scaling::Dtk_feat_scaling ( )

Constructor of Scaling Feature

Parameters
[in]<br>
[in/out]
[out]AllocatedScaling feature
Returns

Remarks

◆ ~Dtk_feat_scaling()

Dtk_feat_scaling::~Dtk_feat_scaling ( )

Destructor of a Scaling feature.

Parameters
[in]Scalingfeature to destruct
[in/out]
[out]<br>
Returns
Free Scaling Feature
Remarks

Member Function Documentation

◆ get_ratio()

int Dtk_feat_scaling::get_ratio ( double *  )

Gets the ratio of the scaling feature

Parameters
[in]Scalingfeature
[in/out]
[out]double
Returns
NOTOK if error, ISOK if ok
Remarks
You need to test the type to get the inner feature

◆ get_reference()

int Dtk_feat_scaling::get_reference ( Dtk_feat_geometry **  )

Gets the geometric reference of the scaling feature

Parameters
[in]Scalingfeature
[in/out]
[out]Dtk_feat_geometry
Returns
NOTOK if error, ISOK if ok
Remarks
You need to test the type to get the inner feature

Field Documentation

◆ ratio

double Dtk_feat_scaling::ratio

◆ reference

Dtk_feat_geometry* Dtk_feat_scaling::reference