Developer Documentation
HandleNodeMod< MeshT > Struct Template Reference

#include <Type-OpenMesh/ObjectTypes/MeshObject/StatusNodeMods.hh>

Static Public Member Functions

static bool is_handle (const MeshT &_m, typename MeshT::VertexHandle _vh)
 tell status node if the vertex is marked as handle area More...
 
static bool is_handle (const MeshT &_m, typename MeshT::FaceHandle _fh)
 tell status node if the face is marked as handle area More...
 
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 &, 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 handle area More...
 

Detailed Description

template<class MeshT>
struct HandleNodeMod< MeshT >

Structure used in the Status Nodes to show if an area is marked as a handle region

Definition at line 124 of file StatusNodeMods.hh.

Member Function Documentation

◆ is_edge_selected()

template<class MeshT >
static bool HandleNodeMod< MeshT >::is_edge_selected ( const MeshT _mesh,
typename MeshT::EdgeHandle  _eh 
)
inlinestatic

tell status node if the edge is marked as handle area

Definition at line 159 of file StatusNodeMods.hh.

◆ is_face_selected()

template<class MeshT >
static bool HandleNodeMod< MeshT >::is_face_selected ( const MeshT _mesh,
typename MeshT::FaceHandle  _fh 
)
inlinestatic

tell status node if the face is marked as handle area

Definition at line 188 of file StatusNodeMods.hh.

◆ is_halfedge_selected()

template<class MeshT >
static bool HandleNodeMod< MeshT >::is_halfedge_selected ( const MeshT ,
typename MeshT::HalfedgeHandle   
)
inlinestatic

default to false

Definition at line 181 of file StatusNodeMods.hh.

◆ is_handle() [1/2]

template<class MeshT >
static bool HandleNodeMod< MeshT >::is_handle ( const MeshT _m,
typename MeshT::FaceHandle  _fh 
)
inlinestatic

tell status node if the face is marked as handle area

Definition at line 132 of file StatusNodeMods.hh.

◆ is_handle() [2/2]

template<class MeshT >
static bool HandleNodeMod< MeshT >::is_handle ( const MeshT _m,
typename MeshT::VertexHandle  _vh 
)
inlinestatic

tell status node if the vertex is marked as handle area

Definition at line 128 of file StatusNodeMods.hh.

◆ is_vertex_selected()

template<class MeshT >
static bool HandleNodeMod< MeshT >::is_vertex_selected ( const MeshT _mesh,
typename MeshT::VertexHandle  _vh 
)
inlinestatic

tell status node if the vertex is marked as handle area

Definition at line 146 of file StatusNodeMods.hh.


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