Developer Documentation
|
#include <Type-OpenMesh/ObjectTypes/MeshObject/StatusNodeMods.hh>
Static Public Member Functions | |
static bool | is_area (const MeshT &_m, typename MeshT::VertexHandle _vh) |
tell status node if the vertex is marked as modeling area More... | |
static bool | is_area (const MeshT &_m, typename MeshT::FaceHandle _fh) |
tell status node if the face is marked as modeling area More... | |
static bool | is_vertex_selected (const MeshT &_mesh, typename MeshT::VertexHandle _vh) |
tell status node if the vertex is marked as modeling area More... | |
static bool | is_edge_selected (const MeshT &, typename MeshT::EdgeHandle) |
default to false More... | |
static bool | is_halfedge_selected (const MeshT &, typename MeshT::HalfedgeHandle) |
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 modeling area More... | |
Structure used in the Status Nodes to show if an area is marked as a modeling area
Definition at line 75 of file StatusNodeMods.hh.
|
inlinestatic |
tell status node if the face is marked as modeling area
Definition at line 82 of file StatusNodeMods.hh.
|
inlinestatic |
tell status node if the vertex is marked as modeling area
Definition at line 78 of file StatusNodeMods.hh.
|
inlinestatic |
default to false
Definition at line 102 of file StatusNodeMods.hh.
|
inlinestatic |
tell status node if the face is marked as modeling area
Definition at line 115 of file StatusNodeMods.hh.
|
inlinestatic |
default to false
Definition at line 109 of file StatusNodeMods.hh.
|
inlinestatic |
tell status node if the vertex is marked as modeling area
Definition at line 92 of file StatusNodeMods.hh.