Public Member Functions | |
| Dtk_feat_translate_point () | |
| Constructor of a Point to Point translate Feature More... | |
| int | get_end_point (Dtk_pnt *) |
| Returns the end point of the translate feature. More... | |
| int | get_start_point (Dtk_pnt *) |
| Returns the start point of the translate feature. More... | |
| ~Dtk_feat_translate_point () | |
| Destructor a point_to_point translate Feature More... | |
Data Fields | |
| Dtk_pnt | end_point |
| Dtk_pnt | start_point |
| Dtk_feat_translate_point::Dtk_feat_translate_point | ( | ) |
Constructor of a Point to Point translate Feature
| [in] | <br> | |
| [in/out] | ||
| [out] | Allocated | direction translate feature |
| Dtk_feat_translate_point::~Dtk_feat_translate_point | ( | ) |
Destructor a point_to_point translate Feature
| [in] | point_to_point | translate feature to destruct |
| [in/out] | ||
| [out] | <br> |
| int Dtk_feat_translate_point::get_end_point | ( | Dtk_pnt * | ) |
Returns the end point of the translate feature.
| [in] | point_to_point | Translate Feature |
| [in/out] | ||
| [out] | <br> |
| int Dtk_feat_translate_point::get_start_point | ( | Dtk_pnt * | ) |
Returns the start point of the translate feature.
| [in] | point_to_point | Translate Feature |
| [in/out] | ||
| [out] | <br> |
| Dtk_pnt Dtk_feat_translate_point::end_point |
| Dtk_pnt Dtk_feat_translate_point::start_point |