Loading...
Searching...
No Matches
FieldStreamer Class Reference
Inheritance diagram for FieldStreamer:

Collaboration diagram for FieldStreamer:

Public Member Functions | |
| FieldStreamer (const PatchKernel &patch, const PiercedStorage< double, long > &scalarField, const PiercedStorage< std::array< double, 3 >, long > &vectorField) | |
| void | flushData (std::fstream &stream, const std::string &name, VTKFormat format) override |
Public Member Functions inherited from bitpit::VTKBaseStreamer | |
| virtual void | absorbData (std::fstream &, const std::string &, VTKFormat, uint64_t, uint8_t, VTKDataType) |
| template<typename T> | |
| void | flushValue (std::fstream &, VTKFormat, const T &value) const |
| template<typename T> | |
| void | flushValue (std::fstream &, VTKFormat, const T *values, int nValues) const |
Detailed Description
Definition at line 51 of file voloctree_adaptation_example_00001.cpp.
Constructor & Destructor Documentation
◆ FieldStreamer()
|
inline |
Definition at line 54 of file voloctree_adaptation_example_00001.cpp.
Member Function Documentation
◆ flushData()
|
inlineoverridevirtual |
Reads data from stream
- Parameters
-
[in] str file stream for writing [in] name name of field [in] format ASCII or BINARY format
Implements bitpit::VTKBaseStreamer.
Definition at line 59 of file voloctree_adaptation_example_00001.cpp.
The documentation for this class was generated from the following file:
1.13.2
Public Member Functions inherited from