GridFormat 0.2.1
I/O-Library for grid-like data structures
|
#include <string>
#include <optional>
#include <algorithm>
#include <utility>
#include <ranges>
#include <array>
#include <cmath>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/common/precision.hpp>
#include <gridformat/common/ranges.hpp>
#include <gridformat/common/field.hpp>
#include <gridformat/common/lazy_field.hpp>
#include <gridformat/grid/reader.hpp>
#include <gridformat/vtk/common.hpp>
#include <gridformat/vtk/xml.hpp>
Reader for .vti file format.
Go to the source code of this file.
Classes | |
class | GridFormat::VTIReader |
Reader for .vti file format. More... | |