Dune Core Modules (2.4.1)
Dune::VTK::BinaryDataArrayWriter< T > Class Template Reference
a streaming writer for data array tags, uses binary inline format More...
#include <dune/grid/io/file/vtk/dataarraywriter.hh>
Public Member Functions | |
| BinaryDataArrayWriter (std::ostream &theStream, std::string name, int ncomps, int nitems, const Indent &indent_) | |
| make a new data array writer  More... | |
| void | write (T data) | 
| write one data element to output stream  | |
| ~BinaryDataArrayWriter () | |
| finish output; writes end tag  | |
| virtual bool | writeIsNoop () const | 
| whether calls to write may be skipped  | |
Detailed Description
template<class T>
class Dune::VTK::BinaryDataArrayWriter< T >
class Dune::VTK::BinaryDataArrayWriter< T >
a streaming writer for data array tags, uses binary inline format
Constructor & Destructor Documentation
◆ BinaryDataArrayWriter()
template<class T > 
      
  | 
  inline | 
make a new data array writer
- Parameters
 - 
  
theStream 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. indent_ Indentation to use. This is use as-is for the header and trailer lines, but increase by one level for the actual data.  
The documentation for this class was generated from the following file:
- dune/grid/io/file/vtk/dataarraywriter.hh
 
   | 
                                Legal Statements / Impressum  | 
                                Hosted by  TU Dresden & Uni Heidelberg  | 
				  generated with Hugo v0.111.3
								(Nov 3, 23:36, 2025)