Developer Documentation
|
#include <Type-OpenMesh/ObjectTypes/MeshObject/StatusNodeMods.hh>
Static Public Member Functions | |
static bool | is_vertex_selected (const MeshT &_mesh, typename MeshT::VertexHandle _vh) |
tell status node if the vertex is marked as handle area More... | |
static bool | is_edge_selected (const MeshT &_mesh, typename MeshT::EdgeHandle _eh) |
tell status node if the edge is marked as handle area More... | |
static bool | is_halfedge_selected (const MeshT &_mesh, typename MeshT::HalfedgeHandle _heh) |
default to false More... | |
static bool | is_face_selected (const MeshT &_mesh, typename MeshT::FaceHandle _fh) |
tell status node if the face is marked as feature More... | |
Structure used in the Status Nodes to show if an primitive is marked as a feature
Definition at line 197 of file StatusNodeMods.hh.
|
inlinestatic |
tell status node if the edge is marked as handle area
Definition at line 207 of file StatusNodeMods.hh.
|
inlinestatic |
tell status node if the face is marked as feature
Definition at line 220 of file StatusNodeMods.hh.
|
inlinestatic |
default to false
Definition at line 214 of file StatusNodeMods.hh.
|
inlinestatic |
tell status node if the vertex is marked as handle area
Definition at line 201 of file StatusNodeMods.hh.