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. | |
bool | selected () const |
Returns true iff the handle is marked as selected. | |
bool | tagged () const |
Returns true iff the handle is marked as tagged. | |
bool | tagged2 () const |
Returns true iff the handle is marked as tagged2. | |
bool | locked () const |
Returns true iff the handle is marked as locked. | |
bool | hidden () const |
Returns true iff the handle is marked as hidden. | |
bool | deleted () const |
Returns true iff the handle is marked as deleted. | |
Base class for all smart handle types that contains status related methods.
Definition at line 80 of file SmartHandles.hh.