Field3D
|
#include <Field3DFileHDF5.h>
Public Attributes | |
std::string | name |
The name of the layer (always available) | |
std::string | parent |
The name of the parent partition. We need this in order to open its group. | |
This class wraps up information about a single "Layer" in a .f3d file. A layer is a "Field" with a name. The mapping lives on the Partition object, so the layer only knows about the location of the field in the file.
Definition at line 120 of file Field3DFileHDF5.h.
std::string FileHDF5::Layer::name |
The name of the layer (always available)
Definition at line 124 of file Field3DFileHDF5.h.
Referenced by Field3DInputFileHDF5::readLayer(), Field3DInputFileHDF5::readPartitionAndLayerInfo(), Field3DInputFileHDF5::readProxyLayer(), and Field3DOutputFileHDF5::writeLayer().
std::string FileHDF5::Layer::parent |
The name of the parent partition. We need this in order to open its group.
Definition at line 127 of file Field3DFileHDF5.h.
Referenced by Field3DInputFileHDF5::readLayer(), Field3DInputFileHDF5::readPartitionAndLayerInfo(), Field3DInputFileHDF5::readProxyLayer(), and Field3DOutputFileHDF5::writeLayer().