Public Member Functions

vtk_vertex_id_repository< viennagrid::domain_t< ConfigType >, viennagrid::pointer_id > Class Template Reference

Specialization for a domain. The tough case: Vertices don't know their global IDs. Set up a map first. More...

#include <vtk_common.hpp>

Public Member Functions

 vtk_vertex_id_repository (DomainType const &domain)
long operator() (VertexType const &v, DomainType const &)
 Returns the global ID of the vertex.

Detailed Description

template<typename ConfigType>
class viennagrid::io::vtk_vertex_id_repository< viennagrid::domain_t< ConfigType >, viennagrid::pointer_id >

Specialization for a domain. The tough case: Vertices don't know their global IDs. Set up a map first.


Constructor & Destructor Documentation

vtk_vertex_id_repository ( DomainType const &  domain  )  [inline]

Member Function Documentation

long operator() ( VertexType const &  v,
DomainType const &   
) [inline]

Returns the global ID of the vertex.


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