dune-pdelab  2.5-dev
Public Member Functions | List of all members
Dune::PDELab::vtk::DefaultFunctionNameGenerator Class Reference

#include <dune/pdelab/gridfunctionspace/vtk.hh>

Public Member Functions

template<typename TreePath >
std::string operator() (std::string component_name, TreePath tp) const
 
DefaultFunctionNameGeneratorprefix (std::string prefix)
 
DefaultFunctionNameGeneratorsuffix (std::string suffix)
 
DefaultFunctionNameGeneratorseparator (std::string separator)
 
 DefaultFunctionNameGenerator (std::string prefix="", std::string suffix="", std::string separator="_")
 

Constructor & Destructor Documentation

§ DefaultFunctionNameGenerator()

Dune::PDELab::vtk::DefaultFunctionNameGenerator::DefaultFunctionNameGenerator ( std::string  prefix = "",
std::string  suffix = "",
std::string  separator = "_" 
)
inline

Member Function Documentation

§ operator()()

template<typename TreePath >
std::string Dune::PDELab::vtk::DefaultFunctionNameGenerator::operator() ( std::string  component_name,
TreePath  tp 
) const
inline

§ prefix()

DefaultFunctionNameGenerator& Dune::PDELab::vtk::DefaultFunctionNameGenerator::prefix ( std::string  prefix)
inline

§ separator()

DefaultFunctionNameGenerator& Dune::PDELab::vtk::DefaultFunctionNameGenerator::separator ( std::string  separator)
inline

§ suffix()

DefaultFunctionNameGenerator& Dune::PDELab::vtk::DefaultFunctionNameGenerator::suffix ( std::string  suffix)
inline

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