Contains CRWCellSediment definitions.
CRWCellTalus * pGetTalus(void) const
Returns a pointer to the layer's talus object, or NULL if there is no talus object.
CRWCellSediment m_ConsolidatedSediment
This cell's consolidated sediment object.
double dGetConsSandDepth(void) const
Returns the thickness of this cell's sand consolidated sediment.
bool bHasTalus(void)
Returns true if the layer has talus, false otherwise.
double dGetUnconsCoarseDepth(void) const
Returns the thickness of this cell's coarse unconsolidated sediment.
CRWCellSediment m_UnconsolidatedSediment
This cell's unconsolidated sediment object.
CRWCellSediment * pGetConsolidatedSediment(void)
Returns a pointer to the cell's consolidated sediment object.
~CRWCellLayer(void)
Destructor.
double dGetUnconsFineDepth(void) const
Returns the thickness of this cell's fine unconsolidated sediment.
CRWCellLayer(void)
Constructor.
double dGetConsCoarseDepth(void) const
Returns the thickness of this cell's coarse consolidated sediment.
CRWCellSediment * pGetUnconsolidatedSediment(void)
Returns a pointer to the cell's unconsolidated sediment object.
CRWCellTalus * pGetOrCreateTalus(void)
Returns a pointer to the layer's talus object. If there is no talus object, then create one.
double dGetAllConsDepth(void) const
Returns the thickness of this cell's consolidated sediment (total for all size classes)
double dGetTotalThickness(void) const
Returns the thickness of this cell's sediment (total for all size classes, both consolidated and unco...
void SetVolSedFraction(double const)
double dGetConsFineDepth(void) const
Returns the thickness of this cell's fine consolidated sediment.
double dGetAllUnconsDepth(void) const
Returns the thickness of this cell's unconsolidated sediment (total for all size classes)
bool bHasUncons(void)
Return true if the layer has unconsolidated sediment, false otherwise.
CRWCellTalus * m_pTalus
Pointer to this cell layer's talus (unconsolidated sediment derived from cliff collapse),...
double dGetUnconsSandDepth(void) const
Returns the thickness of this cell's sand unconsolidated sediment.
Real-world class used to represent the sediment (either consolidated or unconsolidated) associated wi...
Real-world class used to represent the talus (unconsolidated sediment resulting from cliff collapse) ...