Chombo + EB + MF
3.2
|
#include <MultiSphereIF.H>
Public Member Functions | |
RealBox () | |
RealBox (const RealVect &a_lo, const RealVect &a_hi) | |
void | operator= (const RealBox &a_realBox) |
virtual | ~RealBox () |
virtual void | define (const RealVect &a_lo, const RealVect &a_hi) |
bool | contains (const RealVect &a_point) |
RealVect | size () const |
const RealVect & | getLo () const |
RealVect | getLo () |
const RealVect & | getHi () const |
RealVect | getHi () |
void | setLo (const RealVect &a_lo) |
void | setHi (const RealVect &a_hi) |
Protected Attributes | |
RealVect | m_lo |
RealVect | m_hi |
|
inline |
References m_hi, m_lo, RealVect::Unit, and RealVect::Zero.
|
inlinevirtual |
|
inline |
References m_hi, m_lo, and SpaceDim.
Referenced by SphereTree::findNode().
|
inline |
References m_lo.
Referenced by SphereTree::findNode().
|
inline |
References m_hi.
Referenced by SphereTree::findNode().
|
protected |
Referenced by contains(), define(), getLo(), operator=(), RealBox(), setLo(), and size().
|
protected |
Referenced by contains(), define(), getHi(), operator=(), RealBox(), setHi(), and size().