|
|
| SmartTaggerET (Mesh &_mesh, unsigned int _tag_range=1) |
| |
|
| SmartTaggerT (Mesh &_mesh, unsigned int _tag_range=1) |
| | Constructor.
|
| |
|
| ~SmartTaggerT () |
| | Destructor.
|
| |
|
void | untag_all () |
| | untag all elements
|
| |
| void | untag_all (const unsigned int _new_tag_range) |
| | untag all elements and set new tag_range More...
|
| |
| void | set_tag (const Mesh::EdgeHandle _eh, unsigned int _tag=1) |
| | set tag to a value in [0..tag_range] More...
|
| |
| unsigned int | get_tag (const Mesh::EdgeHandle _eh) const |
| | get tag value in range [0..tag_range] More...
|
| |
| bool | is_tagged (const Mesh::EdgeHandle _eh) const |
| | overloaded member for boolean tags More...
|
| |
| void | set_tag_range (const unsigned int _tag_range) |
| | set new tag range and untag_all More...
|
| |
|
|
void | all_tags_to_zero () |
| |
|
Mesh & | mesh_ |
| |
|
OpenMesh::EPropHandleT< unsigned int > | ep_tag_ |
| |
|
unsigned int | current_base_ |
| |
|
unsigned int | tag_range_ |
| |
The documentation for this class was generated from the following file: