OpenMesh
|
AutoStatusSetT: A status set that automatically picks a status bit. More...
#include <OpenMesh/Core/Mesh/ArrayKernel.hh>
Public Member Functions | |
AutoStatusSetT (ArrayKernel &_kernel) | |
Public Member Functions inherited from OpenMesh::ArrayKernel::StatusSetT< HandleT > | |
StatusSetT (ArrayKernel &_kernel, const unsigned int _bit_mask) | |
bool | is_in (Handle _hnd) const |
void | insert (Handle _hnd) |
void | erase (Handle _hnd) |
size_t | size () const |
Note: 0(n) complexity. | |
void | clear () |
Note: O(n) complexity. | |
Additional Inherited Members | |
Public Types inherited from OpenMesh::ArrayKernel::StatusSetT< HandleT > | |
typedef HandleT | Handle |
Public Attributes inherited from OpenMesh::ArrayKernel::StatusSetT< HandleT > | |
const unsigned int | bit_mask_ |
Protected Attributes inherited from OpenMesh::ArrayKernel::StatusSetT< HandleT > | |
ArrayKernel & | kernel_ |
AutoStatusSetT: A status set that automatically picks a status bit.