Field3D
File::Layer Class Reference

#include <Field3DFile.h>

List of all members.

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.

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.


Member Data Documentation

std::string File::Layer::name

The name of the layer (always available)

Definition at line 121 of file Field3DFile.h.

Referenced by Field3DInputFile::readProxyLayer(), and Field3DInputFile::readPartitionAndLayerInfo().

std::string File::Layer::parent

The name of the parent partition. We need this in order to open its group.

Definition at line 124 of file Field3DFile.h.

Referenced by Field3DInputFile::readProxyLayer(), and Field3DInputFile::readPartitionAndLayerInfo().


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