--- StatusSet API --- More...
#include <ArrayKernel.hh>

Public Member Functions | |
| void | clear () |
| Note: O(n) complexity. | |
| void | erase (Handle _hnd) |
| void | insert (Handle _hnd) |
| bool | is_in (Handle _hnd) const |
| uint | size () const |
| Note: 0(n) complexity. | |
| StatusSetT (ArrayKernel &_kernel, uint _bit_mask) | |
| ~StatusSetT () | |
Public Attributes | |
| const uint | bit_mask_ |
Protected Attributes | |
| ArrayKernel & | kernel_ |
--- StatusSet API ---
Definition at line 510 of file ArrayKernel.hh.
| OpenMesh::ArrayKernel::StatusSetT< Handle >::StatusSetT | ( | ArrayKernel & | _kernel, | |
| uint | _bit_mask | |||
| ) | [inline] |
Definition at line 519 of file ArrayKernel.hh.
| OpenMesh::ArrayKernel::StatusSetT< Handle >::~StatusSetT | ( | ) | [inline] |
Definition at line 523 of file ArrayKernel.hh.
| void OpenMesh::ArrayKernel::StatusSetT< Handle >::clear | ( | void | ) | [inline] |
Note: O(n) complexity.
Reimplemented in OpenMesh::ArrayKernel::ExtStatusSetT< Handle >.
Definition at line 549 of file ArrayKernel.hh.
| void OpenMesh::ArrayKernel::StatusSetT< Handle >::erase | ( | Handle | _hnd | ) | [inline] |
Reimplemented in OpenMesh::ArrayKernel::ExtStatusSetT< Handle >.
Definition at line 532 of file ArrayKernel.hh.
| void OpenMesh::ArrayKernel::StatusSetT< Handle >::insert | ( | Handle | _hnd | ) | [inline] |
Reimplemented in OpenMesh::ArrayKernel::ExtStatusSetT< Handle >.
Definition at line 529 of file ArrayKernel.hh.
| bool OpenMesh::ArrayKernel::StatusSetT< Handle >::is_in | ( | Handle | _hnd | ) | const [inline] |
Definition at line 526 of file ArrayKernel.hh.
| uint OpenMesh::ArrayKernel::StatusSetT< Handle >::size | ( | ) | const [inline] |
Note: 0(n) complexity.
Reimplemented in OpenMesh::ArrayKernel::ExtStatusSetT< Handle >.
Definition at line 536 of file ArrayKernel.hh.
| const uint OpenMesh::ArrayKernel::StatusSetT< Handle >::bit_mask_ |
Definition at line 516 of file ArrayKernel.hh.
ArrayKernel& OpenMesh::ArrayKernel::StatusSetT< Handle >::kernel_ [protected] |
Definition at line 513 of file ArrayKernel.hh.