Chombo + EB
3.0
|
#include <DEMIF.H>
Public Member Functions | |
DEMIF (const IntVect &a_ncell, const int &a_interpType, const RealVect &a_dx, const std::string &a_demFile, const Real &a_bottomBuffer, const Real &a_truncElev, const Real &a_highGround, const Real &a_verticalScale) | |
DEMIF (const DEMIF &a_inputIF) | |
Copy constructor. More... | |
virtual | ~DEMIF () |
Destructor. More... | |
virtual Real | value (const RealVect &a_point) const |
virtual BaseIF * | newImplicitFunction () const |
virtual bool | readDEM (const bool &a_justhead, const std::string &a_demFile) |
Return true if DEM is read. More... | |
virtual bool | cacheConstants () |
This caches constants based on m_cellsize. More... | |
virtual bool | fixDEM () |
Public Member Functions inherited from BaseIF | |
BaseIF () | |
Default constructor. More... | |
virtual | ~BaseIF () |
Default destructor. More... | |
virtual Real | value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual bool | fastIntersection (const Box &a_region, const ProblemDomain &a_domain, const RealVect &a_origin, const Real &a_dx) const |
virtual bool | fastIntersection (const RealVect &a_low, const RealVect &a_high) const |
virtual GeometryService::InOut | InsideOutside (const Box &a_region, const ProblemDomain &a_domain, const RealVect &a_origin, const Real &a_dx) const |
virtual GeometryService::InOut | InsideOutside (const RealVect &a_low, const RealVect &a_high) const |
virtual Real | value (const IndexTM< Real, GLOBALDIM > &a_point) const |
virtual void | print (ostream &out) const |
virtual void | boxLayoutChanged (const DisjointBoxLayout &a_newBoxLayout, const RealVect &a_dx) |
Protected Attributes | |
int | m_ncols |
int | m_nrows |
int | m_NODATA |
Real | m_xllcorner |
Real | m_yllcorner |
Real | m_cellsize |
Real | m_cellvalue |
Real ** | m_DEM |
RealVect | m_dx |
IntVect | m_ncell |
int | m_interpType |
Real | m_highGround |
Real | m_minDEM |
Real | m_maxDEM |
Real | m_bottomBuffer |
Real | m_truncElev |
Real | m_verticalScale |
bool | m_doCubic |
Real | m_hx |
Real | m_hy |
Real | m_hx2 |
Real | m_hx3 |
Real | m_hy2 |
Real | m_hy3 |
Private Member Functions | |
DEMIF () | |
void | operator= (const DEMIF &a_inputIF) |
Additional Inherited Members | |
Static Public Member Functions inherited from BaseIF | |
static void | corners (const Box &a_region, const RealVect &a_origin, const Real &a_dx, RealVect &a_lo, RealVect &a_hi) |
This implicit function specifies a Digital Elevation Model
DEMIF::DEMIF | ( | const IntVect & | a_ncell, |
const int & | a_interpType, | ||
const RealVect & | a_dx, | ||
const std::string & | a_demFile, | ||
const Real & | a_bottomBuffer, | ||
const Real & | a_truncElev, | ||
const Real & | a_highGround, | ||
const Real & | a_verticalScale | ||
) |
Constructor specifying a digital elevation model
DEMIF::DEMIF | ( | const DEMIF & | a_inputIF | ) |
Copy constructor.
|
virtual |
Destructor.
|
inlineprivate |
References MayDay::Abort().
Return the value of the function at a_point.
Implements BaseIF.
|
virtual |
Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.
Implements BaseIF.
|
virtual |
Return true if DEM is read.
|
virtual |
This caches constants based on m_cellsize.
|
virtual |
|
inlineprivate |
References MayDay::Abort().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |