aimstil  5.0.5
til::Graph2ListMeshConvertor< TMesh > Class Template Reference

#include <cathier/mesh_conversion.h>

Public Types

typedef std::map< const void *, std::size_t > VertexIndexMap
 

Public Member Functions

VertexIndexMapindex_vertex ()
 
TMesh & mesh ()
 
template<typename TVertexNode , typename TFaceNode >
void operator() (const std::list< TVertexNode > &graph_vertices, const std::list< TFaceNode > &graph_faces)
 

Detailed Description

template<typename TMesh>
class til::Graph2ListMeshConvertor< TMesh >

Definition at line 132 of file mesh_conversion.h.

Member Typedef Documentation

◆ VertexIndexMap

template<typename TMesh >
typedef std::map<const void*, std::size_t> til::Graph2ListMeshConvertor< TMesh >::VertexIndexMap

Definition at line 137 of file mesh_conversion.h.

Member Function Documentation

◆ index_vertex()

template<typename TMesh >
VertexIndexMap& til::Graph2ListMeshConvertor< TMesh >::index_vertex ( )
inline

Definition at line 141 of file mesh_conversion.h.

◆ mesh()

template<typename TMesh >
TMesh& til::Graph2ListMeshConvertor< TMesh >::mesh ( )
inline

Definition at line 142 of file mesh_conversion.h.

◆ operator()()

template<typename TMesh >
template<typename TVertexNode , typename TFaceNode >
void til::Graph2ListMeshConvertor< TMesh >::operator() ( const std::list< TVertexNode > &  graph_vertices,
const std::list< TFaceNode > &  graph_faces 
)
inline

Definition at line 148 of file mesh_conversion.h.

References til::getFaceIndices(), and til::getVertices().


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