Flumy [Free API]
Process based model for meandering chanelized systems
|
Storage class used to access DepositionUnit members (Domain sample informations). More...
Storage class used to access DepositionUnit members (Domain sample informations).
DepositUnit objects are returned by the method iDomain::getIrregular.
Each deposition unit owns three parameters:
Public Member Functions | |
DepositUnit () | |
Default Constructor. More... | |
DepositUnit (MP_stut nature, MP_real thickness, MP_age age, MP_real granulo) | |
Default constructor. More... | |
DepositUnit (const DepositUnit &dep) | |
Copy constructor. More... | |
virtual | ~DepositUnit () |
Destructor. More... | |
MP_stut | getNature () const |
Return the facies identifier of the sample (identifiers are defined in MCRCDefines.h file) More... | |
MP_real | getThickness () const |
Return the thickness of the sample (in meters) More... | |
MP_age | getAge () const |
Return the age of the sample. More... | |
MP_real | getGranulo () const |
Return the grain size rate of the sample ]0., 1.]. More... | |
|
inline |
Default Constructor.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.
|
inline |
Return the age of the sample.
|
inline |
Return the grain size rate of the sample ]0., 1.].
|
inline |
Return the facies identifier of the sample (identifiers are defined in MCRCDefines.h file)
|
inline |
Return the thickness of the sample (in meters)