Developer Documentation
|
Base class for all smart handle types that contains status related methods. More...
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/Mesh/SmartHandles.hh>
Public Member Functions | |
bool | feature () const |
Returns true iff the handle is marked as feature. More... | |
bool | selected () const |
Returns true iff the handle is marked as selected. More... | |
bool | tagged () const |
Returns true iff the handle is marked as tagged. More... | |
bool | tagged2 () const |
Returns true iff the handle is marked as tagged2. More... | |
bool | locked () const |
Returns true iff the handle is marked as locked. More... | |
bool | hidden () const |
Returns true iff the handle is marked as hidden. More... | |
bool | deleted () const |
Returns true iff the handle is marked as deleted. More... | |
Base class for all smart handle types that contains status related methods.
Definition at line 80 of file SmartHandles.hh.
|
inline |
Returns true iff the handle is marked as deleted.
Definition at line 342 of file SmartHandles.hh.
|
inline |
Returns true iff the handle is marked as feature.
Definition at line 294 of file SmartHandles.hh.
|
inline |
Returns true iff the handle is marked as hidden.
Definition at line 334 of file SmartHandles.hh.
|
inline |
Returns true iff the handle is marked as locked.
Definition at line 326 of file SmartHandles.hh.
|
inline |
Returns true iff the handle is marked as selected.
Definition at line 302 of file SmartHandles.hh.
|
inline |
Returns true iff the handle is marked as tagged.
Definition at line 310 of file SmartHandles.hh.
|
inline |
Returns true iff the handle is marked as tagged2.
Definition at line 318 of file SmartHandles.hh.