|
dune-grid 2.11
|
Loading...
Searching...
No Matches
Dune::VTK::AppendedRawDataArrayWriter Class Reference
a streaming writer for data array tags, uses appended raw format More...
#include <dune/grid/io/file/vtk/dataarraywriter.hh>
Inheritance diagram for Dune::VTK::AppendedRawDataArrayWriter:

Public Member Functions | |
| AppendedRawDataArrayWriter (std::ostream &s, std::string name, int ncomps, unsigned nitems, unsigned &offset, const Indent &indent, Precision prec_) | |
| make a new data array writer | |
| 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 raw format
Constructor & Destructor Documentation
◆ AppendedRawDataArrayWriter()
|
inline |
make a new data array writer
- Parameters
-
s Stream to write to. name Name of array to write. ncomps Number of components of the array. nitems Number of cells for cell data/Number of vertices for point data. offset Byte count variable: this is incremented by one for each byte which has to written to the appended data section later. indent Indentation to use. This is uses as-is for the header line. prec_ The precision type with which to write the data.
Member Function Documentation
◆ write()
template<class T >
|
inlineinherited |
write one element of data
◆ writeIsNoop()
|
inlinevirtual |
whether calls to write may be skipped
Reimplemented from Dune::VTK::DataArrayWriter.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8