dune-vtk  0.2
Public Member Functions | List of all members
Dune::Vtk::FieldInfo Class Reference

#include <dune/vtk/types.hh>

Public Member Functions

template<class... Args>
 FieldInfo (std::string name, Args... args)
 
 FieldInfo (Dune::VTK::FieldInfo info)
 
std::string const & name () const
 The name of the data field. More...
 
int size () const
 The number of components in the data field. More...
 
Vtk::RangeTypes rangeType () const
 Return the category of the stored range. More...
 
Vtk::DataTypes dataType () const
 Return the data tpe of the data field. More...
 

Constructor & Destructor Documentation

◆ FieldInfo() [1/2]

template<class... Args>
Dune::Vtk::FieldInfo::FieldInfo ( std::string  name,
Args...  args 
)
inlineexplicit

◆ FieldInfo() [2/2]

Dune::Vtk::FieldInfo::FieldInfo ( Dune::VTK::FieldInfo  info)
inline

Member Function Documentation

◆ dataType()

Vtk::DataTypes Dune::Vtk::FieldInfo::dataType ( ) const
inline

Return the data tpe of the data field.

◆ name()

std::string const& Dune::Vtk::FieldInfo::name ( ) const
inline

The name of the data field.

◆ rangeType()

Vtk::RangeTypes Dune::Vtk::FieldInfo::rangeType ( ) const
inline

Return the category of the stored range.

◆ size()

int Dune::Vtk::FieldInfo::size ( ) const
inline

The number of components in the data field.


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