OGS
VtuInterface.h File Reference

Detailed Description

Implementation of the VtuInterface class.

Author
Lars Bilke
Date
2014-09-25

Definition in file VtuInterface.h.

#include <string>
#include <filesystem>
#include <vtkXMLWriter.h>
#include "VtuInterface-impl.h"
Include dependency graph for VtuInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeshLib::IO::VtuInterface
 Reads and writes VtkXMLUnstructuredGrid-files (vtu) to and from OGS data structures. This class is currently not inherited from Writer because VTK will implement writing to a string from 6.2 onwards. More...
 

Namespaces

namespace  MeshLib
 
namespace  MeshLib::IO
 

Functions

std::string MeshLib::IO::getVtuFileNameForPetscOutputWithoutExtension (std::string const &file_name)
 
int MeshLib::IO::writeVtu (MeshLib::Mesh const &mesh, std::string const &file_name, int const data_mode)