GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::VTK::DataArray< Encoder, Compressor, HeaderType > Class Template Reference

Wraps a field and exposes it as VTK data array. Essentially, this implements the operator<< to stream the field data in the way that VTK file formats require it.

#include <data_array.hpp>

Public Member Functions

 DataArray (const Field &field, Encoder encoder, Compressor compressor, const Precision< HeaderType > &={})
 
void stream (std::ostream &s) const
 

Friends

std::ostream & operator<< (std::ostream &s, const DataArray &da)
 

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