Public Member Functions

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

Specialization for a domain. The simple case: Vertices know their global IDs. More...

#include <vtk_common.hpp>

Public Member Functions

 vtk_vertex_id_repository (DomainType const &seg)
long operator() (VertexType const &v, DomainType const &seg) 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::integral_id >

Specialization for a domain. The simple case: Vertices know their global IDs.


Constructor & Destructor Documentation

vtk_vertex_id_repository ( DomainType const &  seg  )  [inline]

Member Function Documentation

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

Returns the global ID of the vertex.


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