![]() |
OpenMesh
|
— StatusSet API — More...
#include <OpenMesh/Core/Mesh/ArrayKernel.hh>
Public Member Functions | |
StatusSetT (ArrayKernel &_kernel, unsigned int _bit_mask) | |
bool | is_in (Handle _hnd) const |
void | insert (Handle _hnd) |
void | erase (Handle _hnd) |
unsigned int | size () const |
Note: 0(n) complexity. | |
void | clear () |
Note: O(n) complexity. | |
Public Attributes | |
const unsigned int | bit_mask_ |
Protected Attributes | |
ArrayKernel & | kernel_ |
— StatusSet API —