dune-grid 2.9.0
Public Member Functions | List of all members
Dune::VTK::BinaryDataArrayWriter Class Reference

a streaming writer for data array tags, uses binary inline format More...

#include <dune/grid/io/file/vtk/dataarraywriter.hh>

Inheritance diagram for Dune::VTK::BinaryDataArrayWriter:
Inheritance graph

Public Member Functions

 BinaryDataArrayWriter (std::ostream &theStream, std::string name, int ncomps, int nitems, const Indent &indent_, Precision prec_)
 make a new data array writer More...
 
 ~BinaryDataArrayWriter ()
 finish output; writes end tag More...
 
template<class T >
void write (T data)
 write one element of data More...
 
virtual bool writeIsNoop () const
 whether calls to write may be skipped More...
 

Detailed Description

a streaming writer for data array tags, uses binary inline format

Constructor & Destructor Documentation

◆ BinaryDataArrayWriter()

Dune::VTK::BinaryDataArrayWriter::BinaryDataArrayWriter ( std::ostream &  theStream,
std::string  name,
int  ncomps,
int  nitems,
const Indent &  indent_,
Precision  prec_ 
)
inline

make a new data array writer

Parameters
theStreamStream to write to.
nameName of array to write.
ncompsNumber of components of the array.
nitemsNumber of cells for cell data/Number of vertices for point data.
indent_Indentation to use. This is use as-is for the header and trailer lines, but increase by one level for the actual data.

◆ ~BinaryDataArrayWriter()

Dune::VTK::BinaryDataArrayWriter::~BinaryDataArrayWriter ( )
inline

finish output; writes end tag

Member Function Documentation

◆ write()

template<class T >
void Dune::VTK::DataArrayWriter::write ( data)
inlineinherited

write one element of data

◆ writeIsNoop()

virtual bool Dune::VTK::DataArrayWriter::writeIsNoop ( ) const
inlinevirtualinherited

whether calls to write may be skipped

Reimplemented in Dune::VTK::AppendedRawDataArrayWriter, and Dune::VTK::AppendedBase64DataArrayWriter.


The documentation for this class was generated from the following file: