PanPhaseField SDK
vtk_stream_utility::VtkArgs Class Reference

Argument class for VTK stream. More...

#include <pfm_writers.h>

Public Member Functions

 VtkArgs (string stamp, double TK, string filename, string fieldname, int field_index=0)
 
 ~VtkArgs ()
 

Public Attributes

string stamp
 
double TK
 
string filename
 
string fieldname
 
int field_index
 

Detailed Description

Argument class for VTK stream.

Constructor & Destructor Documentation

◆ VtkArgs()

vtk_stream_utility::VtkArgs::VtkArgs ( string  stamp,
double  TK,
string  filename,
string  fieldname,
int  field_index = 0 
)
inline

Constructor

Parameters
[in]stampthe identification to be written to VTK file
[in]TKthe Temperature in K to be written to VTK file
[in]filenamethe name of VTK file
[in]fieldnamethe field name to be written to VTK file
[in]field_indexthe index of a dimension of a mesh to be written to VTK file (default=0)

◆ ~VtkArgs()

vtk_stream_utility::VtkArgs::~VtkArgs ( )
inline

Destructor

Member Data Documentation

◆ stamp

string vtk_stream_utility::VtkArgs::stamp

identification of the a VTK content, for example time stamp

◆ TK

double vtk_stream_utility::VtkArgs::TK

Temperature in K

◆ filename

string vtk_stream_utility::VtkArgs::filename

name of VTK file

◆ 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: