#include <MultiSphereIF.H>
Public Member Functions | |
MultiSphereIF (const Vector< Real > &a_radii, const Vector< RealVect > &a_centers, const bool &a_inside) | |
MultiSphereIF (const MultiSphereIF &a_inputIF) | |
Copy constructor. | |
virtual | ~MultiSphereIF () |
Destructor. | |
virtual void | GetParams (Vector< Real > &a_radii, Vector< RealVect > &a_centers, bool &a_inside) const |
virtual void | SetParams (const Vector< Real > &a_radii, const Vector< RealVect > &a_centers, const bool &a_inside) |
virtual Real | value (const RealVect &a_point) const |
virtual BaseIF * | newImplicitFunction () const |
virtual bool | fastIntersection (const RealVect &a_low, const RealVect &a_high) const |
virtual GeometryService::InOut | InsideOutside (const RealVect &a_low, const RealVect &a_high) const |
Protected Attributes | |
int | m_numSpheres |
Vector< Real > | m_radii |
Vector< RealVect > | m_centers |
bool | m_inside |
ComplementIF * | m_multiSphere |
Private Member Functions | |
MultiSphereIF () | |
void | operator= (const MultiSphereIF &a_inputIF) |
MultiSphereIF::MultiSphereIF | ( | const Vector< Real > & | a_radii, | |
const Vector< RealVect > & | a_centers, | |||
const bool & | a_inside | |||
) |
Constructor specifying sphere radii (a_radii), centers (a_centers), and whether the domain is on the inside (a_inside).
MultiSphereIF::MultiSphereIF | ( | const MultiSphereIF & | a_inputIF | ) |
Copy constructor.
virtual MultiSphereIF::~MultiSphereIF | ( | ) | [virtual] |
Destructor.
MultiSphereIF::MultiSphereIF | ( | ) | [inline, private] |
References MayDay::Error().
virtual void MultiSphereIF::GetParams | ( | Vector< Real > & | a_radii, | |
Vector< RealVect > & | a_centers, | |||
bool & | a_inside | |||
) | const [virtual] |
Return the parameter information
virtual void MultiSphereIF::SetParams | ( | const Vector< Real > & | a_radii, | |
const Vector< RealVect > & | a_centers, | |||
const bool & | a_inside | |||
) | [virtual] |
Set the parameter information
Return the value of the function at a_point.
Implements BaseIF.
virtual BaseIF* MultiSphereIF::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 MultiSphereIF::fastIntersection | ( | const RealVect & | a_low, | |
const RealVect & | a_high | |||
) | const [inline, virtual] |
Reimplemented from BaseIF.
virtual GeometryService::InOut MultiSphereIF::InsideOutside | ( | const RealVect & | a_low, | |
const RealVect & | a_high | |||
) | const [virtual] |
Reimplemented from BaseIF.
void MultiSphereIF::operator= | ( | const MultiSphereIF & | a_inputIF | ) | [inline, private] |
References MayDay::Error().
int MultiSphereIF::m_numSpheres [protected] |
Vector<Real> MultiSphereIF::m_radii [protected] |
Vector<RealVect> MultiSphereIF::m_centers [protected] |
bool MultiSphereIF::m_inside [protected] |
ComplementIF* MultiSphereIF::m_multiSphere [protected] |