Public Member Functions | |
Dtk_feat_body () | |
Constructor of a body feature More... | |
int | get_inner_feat_nb (long *) |
Gets the number of direct inner features More... | |
int | get_inner_feat_tab (Dtk_tab< Dtk_FeaturePtr > &) |
Get the body array containing pointers to direct inner features More... | |
int | get_type (DTK_BODY_TYPE *) |
Get the body type (Solid or Surface) More... | |
int | get_visibility (Bool *) |
Get the body Visibility More... | |
~Dtk_feat_body () | |
Destructor of a body feature More... | |
Data Fields | |
Dtk_tab< Dtk_FeaturePtr > | dtk_inner_feat_tab |
Bool | isVisible |
DTK_BODY_TYPE | type |
Dtk_feat_body::Dtk_feat_body | ( | ) |
Constructor of a body feature
[in/out] | ||
[out] | <br> |
Dtk_feat_body::~Dtk_feat_body | ( | ) |
Destructor of a body feature
[in] | feature | body to destruct |
[in/out] | ||
[out] | <br> |
int Dtk_feat_body::get_inner_feat_nb | ( | long * | ) |
Gets the number of direct inner features
[in] | Body | feature |
[in/out] | ||
[out] | int |
int Dtk_feat_body::get_inner_feat_tab | ( | Dtk_tab< Dtk_FeaturePtr > & | ) |
Get the body array containing pointers to direct inner features
[in] | Body | |
[in/out] | ||
[out] | Dtk_feat | ** |
int Dtk_feat_body::get_type | ( | DTK_BODY_TYPE * | ) |
Get the body type (Solid or Surface)
[in] | Body | |
[in/out] | ||
[out] | DTK_BODY_TYPE | * |
int Dtk_feat_body::get_visibility | ( | Bool * | ) |
Get the body Visibility
[in] | Body | |
[in/out] | ||
[out] | Bool | * |
Dtk_tab<Dtk_FeaturePtr> Dtk_feat_body::dtk_inner_feat_tab |
Bool Dtk_feat_body::isVisible |
DTK_BODY_TYPE Dtk_feat_body::type |