Definition at line 23 of file OutputFormat.h.
#include <OutputFormat.h>
|
| OutputFormat (std::string const &directory, std::string prefix, std::string suffix, bool const compression) |
|
virtual | ~OutputFormat ()=default |
|
| OutputFormat (OutputFormat const &other)=delete |
|
| OutputFormat (OutputFormat &&other)=default |
|
OutputFormat & | operator= (OutputFormat &other)=delete |
|
OutputFormat & | operator= (OutputFormat &&other)=default |
|
virtual void | outputMeshes (const int timestep, const double t, const int iteration, std::vector< std::reference_wrapper< const MeshLib::Mesh > > const &meshes, std::set< std::string > const &output_variables) const =0 |
|
virtual std::string | constructFilename (std::string const &mesh_name, int const timestep, double const t, int const iteration) const =0 |
|
◆ OutputFormat() [1/3]
ProcessLib::OutputFormat::OutputFormat |
( |
std::string const & | directory, |
|
|
std::string | prefix, |
|
|
std::string | suffix, |
|
|
bool const | compression ) |
◆ ~OutputFormat()
virtual ProcessLib::OutputFormat::~OutputFormat |
( |
| ) |
|
|
virtualdefault |
◆ OutputFormat() [2/3]
ProcessLib::OutputFormat::OutputFormat |
( |
OutputFormat const & | other | ) |
|
|
delete |
◆ OutputFormat() [3/3]
ProcessLib::OutputFormat::OutputFormat |
( |
OutputFormat && | other | ) |
|
|
default |
◆ constructFilename()
virtual std::string ProcessLib::OutputFormat::constructFilename |
( |
std::string const & | mesh_name, |
|
|
int const | timestep, |
|
|
double const | t, |
|
|
int const | iteration ) const |
|
pure virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ outputMeshes()
virtual void ProcessLib::OutputFormat::outputMeshes |
( |
const int | timestep, |
|
|
const double | t, |
|
|
const int | iteration, |
|
|
std::vector< std::reference_wrapper< const MeshLib::Mesh > > const & | meshes, |
|
|
std::set< std::string > const & | output_variables ) const |
|
pure virtual |
◆ compression
bool ProcessLib::OutputFormat::compression |
◆ directory
std::string ProcessLib::OutputFormat::directory |
◆ prefix
std::string ProcessLib::OutputFormat::prefix |
◆ suffix
std::string ProcessLib::OutputFormat::suffix |
The documentation for this struct was generated from the following files: