Field3D

#include <Field3DFileHDF5.h>

Public Attributes

std::string name
 The name of the layer (always available) More...
 
std::string parent
 The name of the parent partition. We need this in order to open its group. More...
 

Detailed Description

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.

Member Data Documentation

◆ name

std::string FileHDF5::Layer::name

◆ parent

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(), and Field3DInputFileHDF5::readProxyLayer().


The documentation for this class was generated from the following file: