Generic Remove Face.
More...
◆ Dtk_feat_remove_face()
Dtk_feat_remove_face::Dtk_feat_remove_face |
( |
| ) |
|
Constructor of Remove Face Feature
- Parameters
-
| [in/out] |
|
[out] | Allocated | Remove Face feature
|
- Returns
- NOTOK if error, ISOK if ok
◆ ~Dtk_feat_remove_face()
Dtk_feat_remove_face::~Dtk_feat_remove_face |
( |
| ) |
|
Destructor of a Remove Face Feature.
- Parameters
-
[in] | Remove | Face Feature to destruct
|
| [in/out] |
|
[out] | <br> | |
- Returns
- Free Remove Face Feature
◆ get_faces_to_keep()
int Dtk_feat_remove_face::get_faces_to_keep |
( |
Dtk_tab< Dtk_feat_geometry * > & |
| ) |
|
Returns the array of faces to keep of the remove face feature
- Parameters
-
[in] | Remove | Face Feature
|
| [in/out] |
|
[out] | Dtk_tab | <Dtk_feat_geometry *>
|
- Returns
- NOTOK if error, ISOK if ok
◆ get_faces_to_remove()
int Dtk_feat_remove_face::get_faces_to_remove |
( |
Dtk_tab< Dtk_feat_geometry * > & |
| ) |
|
Returns the array of faces to remove of the remove face feature
- Parameters
-
[in] | Remove | Face Feature
|
| [in/out] |
|
[out] | Dtk_tab | <Dtk_feat_geometry *>
|
- Returns
- NOTOK if error, ISOK if ok
◆ get_kept_faces_nb()
int Dtk_feat_remove_face::get_kept_faces_nb |
( |
int * |
| ) |
|
Returns the number of faces to keep of the Remove Face feature
- Parameters
-
[in] | Remove | Face Feature
|
| [in/out] |
|
[out] | int |
|
- Returns
- NOTOK if error, ISOK if ok
◆ get_removed_faces_nb()
int Dtk_feat_remove_face::get_removed_faces_nb |
( |
int * |
| ) |
|
Returns the number of faces to remove of the Remove Face feature
- Parameters
-
[in] | Remove | Face Feature
|
| [in/out] |
|
[out] | int |
|
- Returns
- NOTOK if error, ISOK if ok
◆ faces_to_keep
Dtk_tab<Dtk_feat_geometry*> Dtk_feat_remove_face::faces_to_keep |
◆ faces_to_remove
Dtk_tab<Dtk_feat_geometry*> Dtk_feat_remove_face::faces_to_remove |