Developer Documentation
OpenMesh::SmartHandleStatusPredicates< HandleType > Class Template Reference

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...
 

Detailed Description

template<typename HandleType>
class OpenMesh::SmartHandleStatusPredicates< HandleType >

Base class for all smart handle types that contains status related methods.

Definition at line 80 of file SmartHandles.hh.

Member Function Documentation

◆ deleted()

template<typename HandleType >
bool OpenMesh::SmartHandleStatusPredicates< HandleType >::deleted
inline

Returns true iff the handle is marked as deleted.

Definition at line 342 of file SmartHandles.hh.

◆ feature()

template<typename HandleType >
bool OpenMesh::SmartHandleStatusPredicates< HandleType >::feature
inline

Returns true iff the handle is marked as feature.

Definition at line 294 of file SmartHandles.hh.

◆ hidden()

template<typename HandleType >
bool OpenMesh::SmartHandleStatusPredicates< HandleType >::hidden
inline

Returns true iff the handle is marked as hidden.

Definition at line 334 of file SmartHandles.hh.

◆ locked()

template<typename HandleType >
bool OpenMesh::SmartHandleStatusPredicates< HandleType >::locked
inline

Returns true iff the handle is marked as locked.

Definition at line 326 of file SmartHandles.hh.

◆ selected()

template<typename HandleType >
bool OpenMesh::SmartHandleStatusPredicates< HandleType >::selected
inline

Returns true iff the handle is marked as selected.

Definition at line 302 of file SmartHandles.hh.

◆ tagged()

template<typename HandleType >
bool OpenMesh::SmartHandleStatusPredicates< HandleType >::tagged
inline

Returns true iff the handle is marked as tagged.

Definition at line 310 of file SmartHandles.hh.

◆ tagged2()

template<typename HandleType >
bool OpenMesh::SmartHandleStatusPredicates< HandleType >::tagged2
inline

Returns true iff the handle is marked as tagged2.

Definition at line 318 of file SmartHandles.hh.


The documentation for this class was generated from the following file: