Workspace 6.21.5
Public Member Functions | List of all members
VtkWriter Class Reference

Writes models in VTK ASCII format.

#include <Mesh/FileIO/Writers/vtkwriter.h>

Public Member Functions

 VtkWriter (const QString &fileName)
 
 ~VtkWriter ()
 
bool write (const MeshModelInterface &model)
 Write model to a Vtk format file, including node state data if present.
 

Constructor & Destructor Documentation

◆ VtkWriter()

VtkWriter ( const QString &  fileName)
Parameters
fileNameDefines the base file name for the writer.

◆ ~VtkWriter()

~VtkWriter ( )

Member Function Documentation

◆ write()

bool write ( const MeshModelInterface model)