OpenMesh::Attributes::StatusInfo Class Reference
#include <OpenMesh/Attributes/Status.hh>
List of all members.
Detailed Description
Add status information to a base class.
- See also:
- StatusBits
Definition at line 92 of file Status.hh.
Member Typedef Documentation
Constructor & Destructor Documentation
| OpenMesh::Attributes::StatusInfo::StatusInfo |
( |
|
) |
[inline] |
Member Function Documentation
| unsigned int OpenMesh::Attributes::StatusInfo::bits |
( |
|
) |
const [inline] |
return whole status
Definition at line 149 of file Status.hh.
| void OpenMesh::Attributes::StatusInfo::change_bit |
( |
unsigned int |
_s, |
|
|
bool |
_b | |
|
) |
| | [inline] |
set or unset a certain bit
Definition at line 161 of file Status.hh.
| bool OpenMesh::Attributes::StatusInfo::deleted |
( |
|
) |
const [inline] |
| bool OpenMesh::Attributes::StatusInfo::feature |
( |
|
) |
const [inline] |
| bool OpenMesh::Attributes::StatusInfo::fixed_nonmanifold |
( |
|
) |
const [inline] |
is fixed non-manifold ?
Definition at line 143 of file Status.hh.
| bool OpenMesh::Attributes::StatusInfo::hidden |
( |
|
) |
const [inline] |
| bool OpenMesh::Attributes::StatusInfo::is_bit_set |
( |
unsigned int |
_s |
) |
const [inline] |
is a certain bit set ?
Definition at line 155 of file Status.hh.
| bool OpenMesh::Attributes::StatusInfo::locked |
( |
|
) |
const [inline] |
| bool OpenMesh::Attributes::StatusInfo::selected |
( |
|
) |
const [inline] |
| void OpenMesh::Attributes::StatusInfo::set_bit |
( |
unsigned int |
_s |
) |
[inline] |
| void OpenMesh::Attributes::StatusInfo::set_bits |
( |
unsigned int |
_bits |
) |
[inline] |
set whole status at once
Definition at line 151 of file Status.hh.
| void OpenMesh::Attributes::StatusInfo::set_deleted |
( |
bool |
_b |
) |
[inline] |
| void OpenMesh::Attributes::StatusInfo::set_feature |
( |
bool |
_b |
) |
[inline] |
| void OpenMesh::Attributes::StatusInfo::set_fixed_nonmanifold |
( |
bool |
_b |
) |
[inline] |
set fixed non-manifold
Definition at line 145 of file Status.hh.
| void OpenMesh::Attributes::StatusInfo::set_hidden |
( |
bool |
_b |
) |
[inline] |
| void OpenMesh::Attributes::StatusInfo::set_locked |
( |
bool |
_b |
) |
[inline] |
| void OpenMesh::Attributes::StatusInfo::set_selected |
( |
bool |
_b |
) |
[inline] |
| void OpenMesh::Attributes::StatusInfo::set_tagged |
( |
bool |
_b |
) |
[inline] |
| void OpenMesh::Attributes::StatusInfo::set_tagged2 |
( |
bool |
_b |
) |
[inline] |
| bool OpenMesh::Attributes::StatusInfo::tagged |
( |
|
) |
const [inline] |
| bool OpenMesh::Attributes::StatusInfo::tagged2 |
( |
|
) |
const [inline] |
is tagged2 ? This is just one more tag info.
Definition at line 137 of file Status.hh.
| void OpenMesh::Attributes::StatusInfo::unset_bit |
( |
unsigned int |
_s |
) |
[inline] |
unset a certain bit
Definition at line 159 of file Status.hh.
Member Data Documentation
The documentation for this class was generated from the following file: