GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Helper classes for writing VTK appendices of xml formats. More...
#include <concepts>
#include <utility>
#include <ostream>
#include <string>
#include <vector>
#include <memory>
#include <limits>
#include <type_traits>
#include <gridformat/common/concepts.hpp>
#include <gridformat/common/indentation.hpp>
#include <gridformat/xml/element.hpp>
#include <gridformat/vtk/common.hpp>
#include <gridformat/vtk/data_array.hpp>
#include <gridformat/vtk/attributes.hpp>
Go to the source code of this file.
Classes | |
class | GridFormat::VTK::AppendixStreamObserver |
Observer for appendices. Allows registering the offsets when streaming all fields that are part of the appendix. More... | |
class | GridFormat::VTK::Appendix |
Stores vtk data arrays to be exported as vtk-xml appendix. More... | |