OGS
XdmfHdfData.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <boost/shared_ptr.hpp>
16#include <vector>
17
18#include "HdfData.h"
19#include "XdmfData.h"
20
21namespace MeshLib::IO
22{
23struct XdmfHdfData final
24{
27};
28} // namespace MeshLib::IO
Collects and holds all metadata for writing HDF5 file.
Collects and holds all metadata for writing XDMF file.