#include <SphereIF.H>
Public Member Functions | |
SphereIF (const Real &a_radius, const RealVect &a_center, const bool &a_inside) | |
SphereIF (const SphereIF &a_inputIF) | |
Copy constructor. | |
virtual | ~SphereIF () |
Destructor. | |
virtual void | GetParams (Real &a_radius, RealVect &a_center, bool &a_inside) const |
virtual void | SetParams (const Real &a_radius, const RealVect &a_center, 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 | |
Real | m_radius |
RealVect | m_center |
bool | m_inside |
Real | m_radius2 |
Private Member Functions | |
SphereIF () | |
void | operator= (const SphereIF &a_inputIF) |
Constructor specifying sphere radius (a_radius), center (a_center), and whether the domain is on the inside (a_inside).
SphereIF::SphereIF | ( | const SphereIF & | a_inputIF | ) |
Copy constructor.
virtual SphereIF::~SphereIF | ( | ) | [virtual] |
Destructor.
SphereIF::SphereIF | ( | ) | [inline, private] |
References MayDay::Error().
virtual void SphereIF::GetParams | ( | Real & | a_radius, | |
RealVect & | a_center, | |||
bool & | a_inside | |||
) | const [virtual] |
Return the parameter information
virtual void SphereIF::SetParams | ( | const Real & | a_radius, | |
const RealVect & | a_center, | |||
const bool & | a_inside | |||
) | [virtual] |
Set the parameter information
Return the value of the function at a_point.
Implements BaseIF.
virtual BaseIF* SphereIF::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 SphereIF::fastIntersection | ( | const RealVect & | a_low, | |
const RealVect & | a_high | |||
) | const [inline, virtual] |
Reimplemented from BaseIF.
virtual GeometryService::InOut SphereIF::InsideOutside | ( | const RealVect & | a_low, | |
const RealVect & | a_high | |||
) | const [virtual] |
Reimplemented from BaseIF.
void SphereIF::operator= | ( | const SphereIF & | a_inputIF | ) | [inline, private] |
References MayDay::Error().
Real SphereIF::m_radius [protected] |
RealVect SphereIF::m_center [protected] |
bool SphereIF::m_inside [protected] |
Real SphereIF::m_radius2 [protected] |