#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 |
| RealBox::RealBox | ( | ) | [inline] |
References m_hi, m_lo, RealVect::Unit, and RealVect::Zero.
| virtual RealBox::~RealBox | ( | ) | [inline, virtual] |
| bool RealBox::contains | ( | const RealVect & | a_point | ) | [inline] |
| const RealVect& RealBox::getLo | ( | ) | const [inline] |
| const RealVect& RealBox::getHi | ( | ) | const [inline] |
RealVect RealBox::m_lo [protected] |
Referenced by contains(), define(), getLo(), operator=(), RealBox(), setLo(), and size().
RealVect RealBox::m_hi [protected] |
Referenced by contains(), define(), getHi(), operator=(), RealBox(), setHi(), and size().
1.5.5