|
|
| SmartTaggerVT (Mesh &_mesh, unsigned int _tag_range=1) |
| |
|
| SmartTaggerT (Mesh &_mesh, unsigned int _tag_range=1) |
| | Constructor.
|
| |
|
| ~SmartTaggerT () |
| | Destructor.
|
| |
| void | untag_all () |
| | untag all elements More...
|
| |
| void | untag_all (const unsigned int _new_tag_range) |
| | untag all elements and set new tag_range More...
|
| |
| void | set_tag (const Mesh::VertexHandle_eh, unsigned int _tag=1) |
| | set tag to a value in [0..tag_range] More...
|
| |
| unsigned int | get_tag (const Mesh::VertexHandle_eh) const |
| | get tag value in range [0..tag_range] More...
|
| |
| bool | is_tagged (const Mesh::VertexHandle_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...
|
| |
template<class Mesh>
class ACG::SmartTaggerVT< Mesh >
Definition at line 77 of file SmartTaggerT.hh.