Data Structures | |
| union | dtk_translate_type |
Public Member Functions | |
| Dtk_feat_translate () | |
| Constructor of a generic translate Feature More... | |
| int | get_coordinates_translate (Dtk_feat_translate_coordinates **) |
| Returns Coordinates translate entity More... | |
| int | get_direction_translate (Dtk_feat_translate_direction **) |
| Returns Direction translate entity More... | |
| int | get_is_surface_translate (bool *) |
| Returns the boolean value that indicates if the translate feature is a surface feature. More... | |
| int | get_point_to_point_translate (Dtk_feat_translate_point **) |
| Returns Point_to_point translate entity More... | |
| int | get_surface_translate (Dtk_feat_surface_transfo **) |
| Returns the surface translate entity, the translate should be surface to be able to call this function More... | |
| int | get_type (TRANSLATE_TYPE *) |
| Returns the type of the translate feature. More... | |
| ~Dtk_feat_translate () | |
| Destructor a generic translate Feature More... | |
Data Fields | |
| union Dtk_feat_translate::dtk_translate_type | entity |
| bool | isSurfaceTranslate |
| Dtk_feat_surface_transfo * | surfaceTranslate |
| TRANSLATE_TYPE | type |
| Dtk_feat_translate::Dtk_feat_translate | ( | ) |
Constructor of a generic translate Feature
| [in] | <br> | |
| [in/out] | ||
| [out] | Allocated | generic translate feature |
| Dtk_feat_translate::~Dtk_feat_translate | ( | ) |
Destructor a generic translate Feature
| [in] | generic | translate feature to destruct |
| [in/out] | ||
| [out] | <br> |
| int Dtk_feat_translate::get_coordinates_translate | ( | Dtk_feat_translate_coordinates ** | ) |
Returns Coordinates translate entity
| [in] | Generic | Translate Feature |
| [in/out] | ||
| [out] | Dtk_feat_translate_direction |
| int Dtk_feat_translate::get_direction_translate | ( | Dtk_feat_translate_direction ** | ) |
Returns Direction translate entity
| [in] | Generic | Translate Feature |
| [in/out] | ||
| [out] | Dtk_feat_translate_direction |
| int Dtk_feat_translate::get_is_surface_translate | ( | bool * | ) |
Returns the boolean value that indicates if the translate feature is a surface feature.
| [in] | Generic | Translate Feature |
| [in/out] | ||
| [out] | bool |
| int Dtk_feat_translate::get_point_to_point_translate | ( | Dtk_feat_translate_point ** | ) |
Returns Point_to_point translate entity
| [in] | Generic | Translate Feature |
| [in/out] | ||
| [out] | Dtk_feat_translate_point |
| int Dtk_feat_translate::get_surface_translate | ( | Dtk_feat_surface_transfo ** | ) |
Returns the surface translate entity, the translate should be surface to be able to call this function
| [in] | Generic | Translate Feature |
| [in/out] | ||
| [out] | Dtk_feat_surface_transfo |
| int Dtk_feat_translate::get_type | ( | TRANSLATE_TYPE * | ) |
Returns the type of the translate feature.
| [in] | Generic | Translate Feature |
| [in/out] | TRANSLATE_TYPE | |
| [out] | <br> |
| union Dtk_feat_translate::dtk_translate_type Dtk_feat_translate::entity |
| bool Dtk_feat_translate::isSurfaceTranslate |
| Dtk_feat_surface_transfo* Dtk_feat_translate::surfaceTranslate |
| TRANSLATE_TYPE Dtk_feat_translate::type |