Field3D
|
#include <Field3DFile.h>
Public Member Functions | |
LayerInfo (std::string par, std::string nm, int cpt) | |
LayerInfo (std::string par, std::string nm, int cpt) | |
Public Attributes | |
int | components |
std::string | name |
std::string | parentName |
Definition at line 214 of file Field3DFile.h.
Field3DFileBase::LayerInfo::LayerInfo | ( | std::string | par, |
std::string | nm, | ||
int | cpt | ||
) | [inline] |
Definition at line 219 of file Field3DFile.h.
: name(nm), parentName(par), components(cpt) { /* Empty */ }
Field3DFileBase::LayerInfo::LayerInfo | ( | std::string | par, |
std::string | nm, | ||
int | cpt | ||
) | [inline] |
Definition at line 219 of file Field3DFile.h.
: name(nm), parentName(par), components(cpt) { /* Empty */ }
std::string Field3DFileBase::LayerInfo::name |
Definition at line 216 of file Field3DFile.h.
std::string Field3DFileBase::LayerInfo::parentName |
Definition at line 217 of file Field3DFile.h.
Definition at line 218 of file Field3DFile.h.