#include <SphereArrayIF.H>

Public Member Functions | |
| SphereArrayIF (const Real &a_radius, const RealVect &a_firstCenter, const RealVect &a_spacing) | |
| SphereArrayIF (const SphereArrayIF &a_inputIF) | |
| Copy constructor. | |
| virtual | ~SphereArrayIF () |
| Destructor. | |
| virtual Real | value (const RealVect &a_point) const |
| virtual BaseIF * | newImplicitFunction () const |
| virtual bool | fastIntersection (const RealVect &a_low, const RealVect &a_high) const |
Protected Attributes | |
| Real | m_radius |
| RealVect | m_firstCenter |
| RealVect | m_spacing |
| Real | m_radius2 |
Private Member Functions | |
| SphereArrayIF () | |
| void | operator= (const SphereArrayIF &a_inputIF) |
| SphereArrayIF::SphereArrayIF | ( | const Real & | a_radius, | |
| const RealVect & | a_firstCenter, | |||
| const RealVect & | a_spacing | |||
| ) |
Constructor specifying an infinite array of spheres starting at first center and going in all directions spaced out by spacing
| SphereArrayIF::SphereArrayIF | ( | const SphereArrayIF & | a_inputIF | ) |
Copy constructor.
| virtual SphereArrayIF::~SphereArrayIF | ( | ) | [virtual] |
Destructor.
| SphereArrayIF::SphereArrayIF | ( | ) | [inline, private] |
References MayDay::Abort().
Return the value of the function at a_point.
Implements BaseIF.
| virtual BaseIF* SphereArrayIF::newImplicitFunction | ( | ) | const [virtual] |
Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.
Implements BaseIF.
| virtual bool SphereArrayIF::fastIntersection | ( | const RealVect & | a_low, | |
| const RealVect & | a_high | |||
| ) | const [inline, virtual] |
Reimplemented from BaseIF.
| void SphereArrayIF::operator= | ( | const SphereArrayIF & | a_inputIF | ) | [inline, private] |
References MayDay::Abort().
Real SphereArrayIF::m_radius [protected] |
RealVect SphereArrayIF::m_firstCenter [protected] |
RealVect SphereArrayIF::m_spacing [protected] |
Real SphereArrayIF::m_radius2 [protected] |
1.5.5