Argument class for VTK stream.
More...
#include <pfm_writers.h>
Argument class for VTK stream.
◆ VtkArgs()
vtk_stream_utility::VtkArgs::VtkArgs |
( |
string |
stamp, |
|
|
double |
TK, |
|
|
string |
filename, |
|
|
string |
fieldname, |
|
|
int |
field_index = 0 |
|
) |
| |
|
inline |
Constructor
- Parameters
-
[in] | stamp | the identification to be written to VTK file |
[in] | TK | the Temperature in K to be written to VTK file |
[in] | filename | the name of VTK file |
[in] | fieldname | the field name to be written to VTK file |
[in] | field_index | the index of a dimension of a mesh to be written to VTK file (default=0) |
◆ ~VtkArgs()
vtk_stream_utility::VtkArgs::~VtkArgs |
( |
| ) |
|
|
inline |
◆ stamp
string vtk_stream_utility::VtkArgs::stamp |
identification of the a VTK content, for example time stamp
◆ TK
double vtk_stream_utility::VtkArgs::TK |
◆ filename
string vtk_stream_utility::VtkArgs::filename |
◆ fieldname
string vtk_stream_utility::VtkArgs::fieldname |
file name of a dimension of a mesh
◆ field_index
int vtk_stream_utility::VtkArgs::field_index |
index of a dimension of a mesh
The documentation for this class was generated from the following file: