1#ifndef VTK_MESH_FILE_WRITER_H
2#define VTK_MESH_FILE_WRITER_H
4#include "kernel/base/types.h"
5#include "kernel/utilities/file_writer_base.h"
20template <
int dim>
class Mesh;
44 const std::string &option_name);
Definition vtk_mesh_file_writer.h:20
Write the given Mesh object in a VTK format.
Definition vtk_mesh_file_writer.h:26
virtual void write_option(const Mesh< 2 > &mesh, const std::string &name)
Definition vtk_mesh_file_writer.cpp:145
virtual void write_header() override
Write the header of the file. By default some information such as date and time the file was created ...
Definition vtk_mesh_file_writer.cpp:24
void write_mesh(const Mesh< 2 > &mesh)
Write the mesh into the file specified in constructor of this class.
Definition vtk_mesh_file_writer.cpp:45
Definition line_mesh_utils.cpp:13
Definition vtk_mesh_file_writer.h:16
std::vector< std::string > options
Definition vtk_mesh_file_writer.h:17