dune-pdelab
2.7-git
|
Mixin base class for specifying output hints to I/O routines like VTK. More...
#include <dune/pdelab/common/function.hh>
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... | |
Mixin base class for specifying output hints to I/O routines like VTK.
|
inline |
Standard constructor.
dataSetType | The type of the data set represented by this function. |
|
inline |
Return the data set type of this function.
|
inline |
Set the data set type of this function.