dune-vtk 2.8
|
This is the complete list of members for Dune::VtkWriterInterface< GV, DC >, including all inherited members.
addCellData(Function &&fct, Args &&... args) | Dune::VtkWriterInterface< GV, DC > | inline |
addPointData(Function &&fct, Args &&... args) | Dune::VtkWriterInterface< GV, DC > | inline |
block_size | Dune::VtkWriterInterface< GV, DC > | protected |
CELL_DATA enum value | Dune::VtkWriterInterface< GV, DC > | protected |
cellData_ | Dune::VtkWriterInterface< GV, DC > | protected |
comm() const | Dune::VtkWriterInterface< GV, DC > | inlineprotected |
compression_level | Dune::VtkWriterInterface< GV, DC > | protected |
compressor_ | Dune::VtkWriterInterface< GV, DC > | protected |
DataCollector typedef | Dune::VtkWriterInterface< GV, DC > | |
dataCollector_ | Dune::VtkWriterInterface< GV, DC > | protected |
datatype_ | Dune::VtkWriterInterface< GV, DC > | protected |
format_ | Dune::VtkWriterInterface< GV, DC > | protected |
getDatatype() const | Dune::VtkWriterInterface< GV, DC > | inlineprotected |
getEndian() const | Dune::VtkWriterInterface< GV, DC > | inlineprotected |
getFileExtension() const | Dune::VtkWriterInterface< GV, DC > | inlineprotected |
getFormat() const | Dune::VtkWriterInterface< GV, DC > | inlineprotected |
getNames(std::vector< VtkFunction > const &data) const | Dune::VtkWriterInterface< GV, DC > | protected |
GridView typedef | Dune::VtkWriterInterface< GV, DC > | |
headertype_ | Dune::VtkWriterInterface< GV, DC > | protected |
POINT_DATA enum value | Dune::VtkWriterInterface< GV, DC > | protected |
pointData_ | Dune::VtkWriterInterface< GV, DC > | protected |
pos_type typedef | Dune::VtkWriterInterface< GV, DC > | protected |
PositionTypes enum name | Dune::VtkWriterInterface< GV, DC > | protected |
setCompressor(Vtk::CompressorTypes compressor, int level=-1) | Dune::VtkWriterInterface< GV, DC > | inline |
setDatatype(Vtk::DataTypes datatype) | Dune::VtkWriterInterface< GV, DC > | inline |
setFormat(Vtk::FormatTypes format) | Dune::VtkWriterInterface< GV, DC > | inline |
setHeadertype(Vtk::DataTypes datatype) | Dune::VtkWriterInterface< GV, DC > | inline |
VtkFunction typedef | Dune::VtkWriterInterface< GV, DC > | protected |
VtkWriterInterface(GridView const &gridView, Vtk::FormatTypes format=Vtk::FormatTypes::BINARY, Vtk::DataTypes datatype=Vtk::DataTypes::FLOAT32, Vtk::DataTypes headertype=Vtk::DataTypes::UINT32) | Dune::VtkWriterInterface< GV, DC > | inline |
VtkWriterInterface(DataCollector &dataCollector, Vtk::FormatTypes format=Vtk::FormatTypes::BINARY, Vtk::DataTypes datatype=Vtk::DataTypes::FLOAT32, Vtk::DataTypes headertype=Vtk::DataTypes::UINT32) | Dune::VtkWriterInterface< GV, DC > | inline |
VtkWriterInterface(std::shared_ptr< DataCollector > dataCollector, Vtk::FormatTypes format=Vtk::FormatTypes::BINARY, Vtk::DataTypes datatype=Vtk::DataTypes::FLOAT32, Vtk::DataTypes headertype=Vtk::DataTypes::UINT32) | Dune::VtkWriterInterface< GV, DC > | inline |
write(std::string const &fn, std::optional< std::string > dir={}) const override | Dune::VtkWriterInterface< GV, DC > | virtual |
writeAppended(std::ofstream &out, std::vector< pos_type > const &offsets) const | Dune::VtkWriterInterface< GV, DC > | protected |
writeData(std::ofstream &out, std::vector< pos_type > &offsets, VtkFunction const &fct, PositionTypes type, std::optional< std::size_t > timestep={}) const | Dune::VtkWriterInterface< GV, DC > | protected |
writeDataAppended(std::ofstream &out, std::vector< std::uint64_t > &blocks) const | Dune::VtkWriterInterface< GV, DC > | protected |
writeHeader(std::ofstream &out, std::string const &type) const | Dune::VtkWriterInterface< GV, DC > | protected |
writePoints(std::ofstream &out, std::vector< pos_type > &offsets, std::optional< std::size_t > timestep={}) const | Dune::VtkWriterInterface< GV, DC > | protected |
writeValuesAppended(std::ofstream &out, std::vector< FloatType > const &values) const | Dune::VtkWriterInterface< GV, DC > | protected |
writeValuesAscii(std::ofstream &out, std::vector< T > const &values) const | Dune::VtkWriterInterface< GV, DC > | protected |
~FileWriter()=default | Dune::Vtk::FileWriter | virtual |