Data Structures | |
union | dtk_pattern_type |
Public Member Functions | |
Dtk_feat_pattern () | |
int | get_active_instances (Bool **) |
Returns the array of boolean values to determine an occurrence to be set active or inactive. More... | |
int | get_angle (double *) |
Returns the rotation angle specified to the pattern feature. More... | |
int | get_circ_pattern (Dtk_feat_circ_pattern **) |
Returns the circular entity of the pattern feature. More... | |
int | get_features (Dtk_tab< Dtk_FeaturePtr > &) |
Returns the array of features resulted of the pattern feature. More... | |
int | get_gener_tool (bool *) |
Returns the generated tool status indicating if generated features are to be gotten. More... | |
int | get_input_ids (Dtk_tab< long > &) |
Returns the array of Feature's IDs or Body ID to pattern. More... | |
int | get_keep_spec (Bool *) |
Returns the design intent of the pattern (keeping specifications). More... | |
int | get_nb_features (int *) |
Returns the number of features resulted of the pattern feature. More... | |
int | get_nb_input_ids (int *) |
Returns the number of feature's IDs to pattern. More... | |
int | get_nb_instances (int *) |
Returns the number of whole instances generated by the pattern feature . More... | |
int | get_nb_objects_to_pattern (int *) |
Returns the number of objects to pattern. More... | |
int | get_object_type (DTK_OBJECT_TYPE *) |
Returns object type More... | |
int | get_objects_to_pattern (Dtk_tab< Dtk_feat_geometry * > &) |
Returns the set of objects geometry to pattern. More... | |
int | get_rect_pattern (Dtk_feat_rect_pattern **) |
Returns the rectangular entity of the pattern feature. More... | |
int | get_row1 (int *) |
Returns the order of the base feature in the list of occurrences resulted of the pattern feature. More... | |
int | get_row2 (int *) |
Returns the order of the base feature in the list of occurrences resulted of the pattern feature. More... | |
int | get_simple_rep (Bool *) |
Returns a boolean value indicating whether some inactive occurrences are set. More... | |
int | get_type (DTK_PATTERN_TYPE *) |
Returns pattern type More... | |
~Dtk_feat_pattern () | |
Data Fields | |
Bool * | active_instances |
double | angle |
Dtk_tab< Dtk_FeaturePtr > | dtk_features |
union Dtk_feat_pattern::dtk_pattern_type | entity |
bool | gener_tool |
Dtk_tab< long > | input_ids |
Bool | keep_spec |
int | nb_instances |
DTK_OBJECT_TYPE | object_type |
Dtk_tab< Dtk_transfo > | objects_placement |
Dtk_tab< Dtk_feat_geometry * > | objects_to_pattern |
int | row1 |
int | row2 |
Bool | simple_rep |
DTK_PATTERN_TYPE | type |
Dtk_feat_pattern::Dtk_feat_pattern | ( | ) |
Dtk_feat_pattern::~Dtk_feat_pattern | ( | ) |
int Dtk_feat_pattern::get_active_instances | ( | Bool ** | ) |
Returns the array of boolean values to determine an occurrence to be set active or inactive.
[in] | Pattern | Feature |
[in/out] | ||
[out] | Bool | * (size of the array = nb_instances) |
int Dtk_feat_pattern::get_angle | ( | double * | ) |
Returns the rotation angle specified to the pattern feature.
[in] | Pattern | Feature |
[in/out] | ||
[out] | double |
int Dtk_feat_pattern::get_circ_pattern | ( | Dtk_feat_circ_pattern ** | ) |
Returns the circular entity of the pattern feature.
[in] | Pattern | Feature |
[in/out] | ||
[out] | Dtk_feat_circ_pattern* |
int Dtk_feat_pattern::get_features | ( | Dtk_tab< Dtk_FeaturePtr > & | ) |
Returns the array of features resulted of the pattern feature.
[in] | Pattern | Feature |
[in/out] | ||
[out] | Dtk_feat | ** |
int Dtk_feat_pattern::get_gener_tool | ( | bool * | ) |
Returns the generated tool status indicating if generated features are to be gotten.
[in] | Pattern | Feature |
[in/out] | ||
[out] | bool |
int Dtk_feat_pattern::get_input_ids | ( | Dtk_tab< long > & | ) |
Returns the array of Feature's IDs or Body ID to pattern.
[in] | pattern | Feature |
[in/out] | ||
[out] | long | * (Array of IDs, size = nb_input_ids) |
int Dtk_feat_pattern::get_keep_spec | ( | Bool * | ) |
Returns the design intent of the pattern (keeping specifications).
[in] | Pattern | Feature |
[in/out] | ||
[out] | Bool |
int Dtk_feat_pattern::get_nb_features | ( | int * | ) |
Returns the number of features resulted of the pattern feature.
[in] | Pattern | Feature |
[in/out] | ||
[out] | int |
int Dtk_feat_pattern::get_nb_input_ids | ( | int * | ) |
Returns the number of feature's IDs to pattern.
[in] | pattern | Feature |
[in/out] | ||
[out] | int |
int Dtk_feat_pattern::get_nb_instances | ( | int * | ) |
Returns the number of whole instances generated by the pattern feature .
[in] | Pattern | Feature |
[in/out] | ||
[out] | int |
int Dtk_feat_pattern::get_nb_objects_to_pattern | ( | int * | ) |
Returns the number of objects to pattern.
[in] | pattern | Feature |
[in/out] | ||
[out] | int |
int Dtk_feat_pattern::get_object_type | ( | DTK_OBJECT_TYPE * | ) |
Returns object type
[in] | Pattern | Feature |
[in/out] | ||
[out] | DTK_OBJECT_TYPE |
int Dtk_feat_pattern::get_objects_to_pattern | ( | Dtk_tab< Dtk_feat_geometry * > & | ) |
Returns the set of objects geometry to pattern.
[in] | pattern | Feature |
[in/out] | ||
[out] | Dtk_feat_geometry | ** (the geometry of the objects to pattern) |
int Dtk_feat_pattern::get_rect_pattern | ( | Dtk_feat_rect_pattern ** | ) |
Returns the rectangular entity of the pattern feature.
[in] | Pattern | Feature |
[in/out] | ||
[out] | Dtk_feat_rect_pattern* |
int Dtk_feat_pattern::get_row1 | ( | int * | ) |
Returns the order of the base feature in the list of occurrences resulted of the pattern feature.
[in] | Pattern | Feature |
[in/out] | ||
[out] | int |
int Dtk_feat_pattern::get_row2 | ( | int * | ) |
Returns the order of the base feature in the list of occurrences resulted of the pattern feature.
[in] | Pattern | Feature |
[in/out] | ||
[out] | int |
int Dtk_feat_pattern::get_simple_rep | ( | Bool * | ) |
Returns a boolean value indicating whether some inactive occurrences are set.
[in] | Pattern | Feature |
[in/out] | ||
[out] | Bool |
int Dtk_feat_pattern::get_type | ( | DTK_PATTERN_TYPE * | ) |
Returns pattern type
[in] | Pattern | Feature |
[in/out] | ||
[out] | DTK_PATTERN_TYPE |
Bool* Dtk_feat_pattern::active_instances |
double Dtk_feat_pattern::angle |
Dtk_tab<Dtk_FeaturePtr> Dtk_feat_pattern::dtk_features |
union Dtk_feat_pattern::dtk_pattern_type Dtk_feat_pattern::entity |
bool Dtk_feat_pattern::gener_tool |
Dtk_tab<long> Dtk_feat_pattern::input_ids |
Bool Dtk_feat_pattern::keep_spec |
int Dtk_feat_pattern::nb_instances |
DTK_OBJECT_TYPE Dtk_feat_pattern::object_type |
Dtk_tab<Dtk_transfo> Dtk_feat_pattern::objects_placement |
Dtk_tab<Dtk_feat_geometry *> Dtk_feat_pattern::objects_to_pattern |
int Dtk_feat_pattern::row1 |
int Dtk_feat_pattern::row2 |
Bool Dtk_feat_pattern::simple_rep |
DTK_PATTERN_TYPE Dtk_feat_pattern::type |