— StatusSet API — More...
#include <OpenMesh/Core/Mesh/ArrayKernel.hh>


Public Types | |
| typedef HandleT | Handle |
Public Attributes | |
| const unsigned int | bit_mask_ |
Protected Attributes | |
| ArrayKernel & | kernel_ |
— StatusSet API —
Implements a set of connectivity entities (vertex, edge, face, halfedge) using the available bits in the corresponding mesh status field.
Status-based sets are much faster than std::set<> and equivalent in performance to std::vector<bool>, but much more convenient.