dune-grid  2.2.0
Public Member Functions
Dune::VTK::TypeName< T > Class Template Reference

map type to its VTK name in data array More...

#include <dune/grid/io/file/vtk/common.hh>

List of all members.

Public Member Functions

const std::string & operator() () const
 return VTK name of the type

Detailed Description

template<typename T>
class Dune::VTK::TypeName< T >

map type to its VTK name in data array

Template Parameters:
TThe type whose VTK name is requested

Member Function Documentation

template<typename T>
const std::string& Dune::VTK::TypeName< T >::operator() ( ) const [inline]

return VTK name of the type

If the type is not known to VTK, return empty string.


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