Developer Documentation
|
AutoStatusSetT: A status set that automatically picks a status bit. More...
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/Mesh/ArrayKernel.hh>
Public Member Functions | |
AutoStatusSetT (ArrayKernel &_kernel) | |
![]() | |
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. More... | |
void | clear () |
Note: O(n) complexity. More... | |
Private Types | |
typedef HandleT | Handle |
typedef StatusSetT< Handle > | Base |
Additional Inherited Members | |
![]() | |
typedef HandleT | Handle |
![]() | |
const unsigned int | bit_mask_ |
![]() | |
ArrayKernel & | kernel_ |
AutoStatusSetT: A status set that automatically picks a status bit.
Definition at line 695 of file ArrayKernel.hh.
|
private |
Definition at line 699 of file ArrayKernel.hh.
|
private |
Definition at line 698 of file ArrayKernel.hh.
|
inlineexplicit |
Definition at line 702 of file ArrayKernel.hh.
|
inline |
Definition at line 706 of file ArrayKernel.hh.