Field3D
Field3DFileBase::LayerInfo Struct Reference

#include <Field3DFile.h>

List of all members.

Public Member Functions

 LayerInfo (std::string par, std::string nm, int cpt)

Public Attributes

int components
std::string name
std::string parentName

Detailed Description

Definition at line 239 of file Field3DFile.h.


Constructor & Destructor Documentation

Field3DFileBase::LayerInfo::LayerInfo ( std::string  par,
std::string  nm,
int  cpt 
) [inline]

Definition at line 244 of file Field3DFile.h.

      : name(nm), parentName(par), components(cpt) 
    { /* Empty */ }

Member Data Documentation

Definition at line 241 of file Field3DFile.h.

Definition at line 242 of file Field3DFile.h.

Definition at line 243 of file Field3DFile.h.


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