dune-pdelab  2.4-dev
Classes | Public Member Functions | List of all members
Dune::PDELab::GridFunctionOutputParameters Class Reference

Mixin base class for specifying output hints to I/O routines like VTK. More...

#include <dune/pdelab/common/function.hh>

Inheritance diagram for Dune::PDELab::GridFunctionOutputParameters:
Inheritance graph

Classes

struct  Output
 Namespace for output-related data types and enums. More...
 

Public Member Functions

 GridFunctionOutputParameters (Output::DataSetType dataSetType=Output::vertexData)
 Standard constructor. More...
 
Output::DataSetType dataSetType () const
 Return the data set type of this function. More...
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function. More...
 

Detailed Description

Mixin base class for specifying output hints to I/O routines like VTK.

Constructor & Destructor Documentation

Dune::PDELab::GridFunctionOutputParameters::GridFunctionOutputParameters ( Output::DataSetType  dataSetType = Output::vertexData)
inline

Standard constructor.

Parameters
dataSetTypeThe type of the data set represented by this function.

Member Function Documentation

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inline

Return the data set type of this function.

Referenced by setDataSetType().

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inline

Set the data set type of this function.

References dataSetType().


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