SphereIF Class Reference

#include <SphereIF.H>

Inheritance diagram for SphereIF:

Inheritance graph
[legend]
Collaboration diagram for SphereIF:

Collaboration graph
[legend]

List of all members.


Detailed Description

This implicit function specifies a sphere.

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 BaseIFnewImplicitFunction () 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 & Destructor Documentation

SphereIF::SphereIF ( const Real a_radius,
const RealVect a_center,
const bool &  a_inside 
)

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().


Member Function Documentation

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

virtual Real SphereIF::value ( const RealVect a_point  )  const [virtual]

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().


Member Data Documentation

Real SphereIF::m_radius [protected]

bool SphereIF::m_inside [protected]


The documentation for this class was generated from the following file:

Generated on Tue Apr 14 14:23:59 2009 for Chombo + EB by  doxygen 1.5.5