aimstil  5.0.5
til::Graph2ListMeshConvertor2< TVertexCollection, TFaceCollection, TGraphVertices, TGraphFaces > Class Template Reference

#include <cathier/mesh_conversion.h>

Public Types

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

Public Member Functions

VertexIndexMapindex_vertex ()
 
void operator() (const TGraphVertices &graph_vertices, const TGraphFaces &graph_faces, TVertexCollection &vertices, TFaceCollection &faces)
 

Detailed Description

template<typename TVertexCollection, typename TFaceCollection, typename TGraphVertices, typename TGraphFaces>
class til::Graph2ListMeshConvertor2< TVertexCollection, TFaceCollection, TGraphVertices, TGraphFaces >

Definition at line 14 of file mesh_conversion.h.

Member Typedef Documentation

◆ VertexIndexMap

template<typename TVertexCollection, typename TFaceCollection, typename TGraphVertices, typename TGraphFaces>
typedef std::map<const void*, std::size_t> til::Graph2ListMeshConvertor2< TVertexCollection, TFaceCollection, TGraphVertices, TGraphFaces >::VertexIndexMap

Definition at line 19 of file mesh_conversion.h.

Member Function Documentation

◆ index_vertex()

template<typename TVertexCollection, typename TFaceCollection, typename TGraphVertices, typename TGraphFaces>
VertexIndexMap& til::Graph2ListMeshConvertor2< TVertexCollection, TFaceCollection, TGraphVertices, TGraphFaces >::index_vertex ( )
inline

Definition at line 23 of file mesh_conversion.h.

◆ operator()()

template<typename TVertexCollection, typename TFaceCollection, typename TGraphVertices, typename TGraphFaces>
void til::Graph2ListMeshConvertor2< TVertexCollection, TFaceCollection, TGraphVertices, TGraphFaces >::operator() ( const TGraphVertices &  graph_vertices,
const TGraphFaces &  graph_faces,
TVertexCollection &  vertices,
TFaceCollection &  faces 
)

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