Developer Documentation
ACG::SceneGraph::StatusModT< Mesh, Bit > Struct Template Reference

Static Public Member Functions

static bool is_vertex_selected (const Mesh &_mesh, typename Mesh::VertexHandle _vh)
 
static bool is_edge_selected (const Mesh &_mesh, typename Mesh::EdgeHandle _eh)
 
static bool is_halfedge_selected (const Mesh &_mesh, typename Mesh::HalfedgeHandle _heh)
 
static bool is_face_selected (const Mesh &_mesh, typename Mesh::FaceHandle _fh)
 

Detailed Description

template<class Mesh, unsigned int Bit>
struct ACG::SceneGraph::StatusModT< Mesh, Bit >

Definition at line 324 of file StatusNodesT.hh.

Member Function Documentation

◆ is_edge_selected()

template<class Mesh , unsigned int Bit>
static bool ACG::SceneGraph::StatusModT< Mesh, Bit >::is_edge_selected ( const Mesh _mesh,
typename Mesh::EdgeHandle  _eh 
)
inlinestatic

Definition at line 332 of file StatusNodesT.hh.

◆ is_face_selected()

template<class Mesh , unsigned int Bit>
static bool ACG::SceneGraph::StatusModT< Mesh, Bit >::is_face_selected ( const Mesh _mesh,
typename Mesh::FaceHandle  _fh 
)
inlinestatic

Definition at line 344 of file StatusNodesT.hh.

◆ is_halfedge_selected()

template<class Mesh , unsigned int Bit>
static bool ACG::SceneGraph::StatusModT< Mesh, Bit >::is_halfedge_selected ( const Mesh _mesh,
typename Mesh::HalfedgeHandle  _heh 
)
inlinestatic

Definition at line 338 of file StatusNodesT.hh.

◆ is_vertex_selected()

template<class Mesh , unsigned int Bit>
static bool ACG::SceneGraph::StatusModT< Mesh, Bit >::is_vertex_selected ( const Mesh _mesh,
typename Mesh::VertexHandle  _vh 
)
inlinestatic

Definition at line 326 of file StatusNodesT.hh.


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