|
ViennaLS
|
Class handling the output of an Mesh<> to VTK file types. More...
#include <lsVTKWriter.hpp>
Public Member Functions | |
| VTKWriter ()=default | |
| VTKWriter (SmartPointer< Mesh< T > > passedMesh) | |
| VTKWriter (SmartPointer< Mesh< T > > passedMesh, std::string passedFileName) | |
| VTKWriter (SmartPointer< Mesh< T > > passedMesh, FileFormatEnum passedFormat, std::string passedFileName) | |
| void | setMesh (SmartPointer< Mesh< T > > passedMesh) |
| void | setFileFormat (FileFormatEnum passedFormat) |
| set file format for file to write. Defaults to VTK_LEGACY. | |
| void | setFileName (std::string passedFileName) |
| set file name for file to write | |
| void | setMetaData (const MetaDataType &passedMetaData) |
| void | addMetaData (const std::string &key, double value) |
| void | addMetaData (const std::string &key, const std::vector< double > &values) |
| void | addMetaData (const MetaDataType &newMetaData) |
| void | apply () |
Class handling the output of an Mesh<> to VTK file types.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
set file format for file to write. Defaults to VTK_LEGACY.
|
inline |
set file name for file to write
|
inline |
|
inline |