Generic Feature Scaling.
More...
◆ Dtk_feat_scaling()
| Dtk_feat_scaling::Dtk_feat_scaling |
( |
| ) |
|
Constructor of Scaling Feature
- Parameters
-
| [in] | <br> | |
| [in/out] | |
| [out] | Allocated | Scaling feature
|
- Returns
◆ ~Dtk_feat_scaling()
| Dtk_feat_scaling::~Dtk_feat_scaling |
( |
| ) |
|
Destructor of a Scaling feature.
- Parameters
-
| [in] | Scaling | feature to destruct
|
| [in/out] |
|
| [out] | <br> | |
- Returns
- Free Scaling Feature
◆ get_ratio()
| int Dtk_feat_scaling::get_ratio |
( |
double * |
| ) |
|
Gets the ratio of the scaling feature
- Parameters
-
| [in] | Scaling | feature
|
| [in/out] |
|
| [out] | double |
|
- Returns
- NOTOK if error, ISOK if ok
◆ get_reference()
| int Dtk_feat_scaling::get_reference |
( |
Dtk_feat_geometry ** |
| ) |
|
Gets the geometric reference of the scaling feature
- Parameters
-
| [in] | Scaling | feature
|
| [in/out] |
|
| [out] | Dtk_feat_geometry |
|
- Returns
- NOTOK if error, ISOK if ok
◆ ratio
| double Dtk_feat_scaling::ratio |
◆ reference
| Dtk_feat_geometry* Dtk_feat_scaling::reference |