Field3D
Field3DFileBase::LayerInfo Struct Reference

#include <Field3DFile.h>

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 216 of file Field3DFile.h.

Constructor & Destructor Documentation

◆ LayerInfo()

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

Definition at line 221 of file Field3DFile.h.

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

Member Data Documentation

◆ name

std::string Field3DFileBase::LayerInfo::name

Definition at line 218 of file Field3DFile.h.

◆ parentName

std::string Field3DFileBase::LayerInfo::parentName

Definition at line 219 of file Field3DFile.h.

◆ components

int Field3DFileBase::LayerInfo::components

Definition at line 220 of file Field3DFile.h.


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