Chombo + EB + MF
3.2
|
#include <MultiSphereIF.H>
Public Member Functions | |
SphereTree (const RealBox &a_bbox, const Vector< Real > &a_radii, const Vector< RealVect > &a_centers) | |
virtual | ~SphereTree () |
const SphereTree & | findNode (const RealVect &a_point) const |
const int & | getNumSpheres () const |
int | getNumSpheres () |
const Vector< Real > & | getRadii () const |
Vector< Real > | getRadii () |
const Vector< RealVect > & | getCenters () const |
Vector< RealVect > | getCenters () |
Protected Attributes | |
RealBox | m_bbox |
int | m_numSpheres |
Vector< Real > | m_radii |
Vector< RealVect > | m_centers |
SphereTree * | m_left |
SphereTree * | m_right |
Private Member Functions | |
SphereTree () | |
void | operator= (const SphereTree &a_inputIF) |
SphereTree::SphereTree | ( | const RealBox & | a_bbox, |
const Vector< Real > & | a_radii, | ||
const Vector< RealVect > & | a_centers | ||
) |
|
inlineprivate |
References MayDay::Abort().
|
inline |
References RealBox::contains(), MayDay::Error(), findNode(), RealBox::getHi(), RealBox::getLo(), m_bbox, m_left, m_numSpheres, m_right, and pout().
Referenced by findNode().
|
inline |
References m_numSpheres.
|
inline |
References m_numSpheres.
|
inlineprivate |
References MayDay::Abort().
|
protected |
Referenced by findNode().
|
protected |
Referenced by findNode(), and getNumSpheres().
Referenced by getRadii().
Referenced by getCenters().
|
protected |
Referenced by findNode(), and ~SphereTree().
|
protected |
Referenced by findNode(), and ~SphereTree().