Dune Core Modules (unstable)

Dune::VTK::AppendedBase64DataArrayWriter Class Reference

a streaming writer for data array tags, uses appended base64 format More...

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

Public Member Functions

 AppendedBase64DataArrayWriter (std::ostream &s, std::string name, int ncomps, unsigned nitems, unsigned &offset, const Indent &indent, Precision prec_)
 make a new data array writer More...
 
bool writeIsNoop () const
 whether calls to write may be skipped
 
template<class T >
void write (T data)
 write one element of data
 

Detailed Description

a streaming writer for data array tags, uses appended base64 format

Constructor & Destructor Documentation

◆ AppendedBase64DataArrayWriter()

Dune::VTK::AppendedBase64DataArrayWriter::AppendedBase64DataArrayWriter ( std::ostream &  s,
std::string  name,
int  ncomps,
unsigned  nitems,
unsigned &  offset,
const Indent indent,
Precision  prec_ 
)
inline

make a new data array writer

Parameters
sStream 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.
offsetByte count variable: this is incremented by one for each base64 char which has to written to the appended data section later.
indentIndentation to use. This is uses as-is for the header line.

References Dune::VTK::toString(), and Dune::VTK::typeSize().


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)