#include <PolarIF.H>


Public Member Functions | |
| PolarIF (const Real &a_primaryRadius, const Real &a_perturbation, const int &a_frequency, const bool &a_inside) | |
| PolarIF (const PolarIF &a_inputIF) | |
| Copy constructor. | |
| virtual | ~PolarIF () |
| Destructor. | |
| virtual void | GetParams (Real &a_primaryRadius, Real &a_perturbation, int &a_frequency, bool &a_inside) const |
| virtual void | SetParams (const Real &a_primaryRadius, const Real &a_perturbation, const int &a_frequency, const bool &a_inside) |
| virtual Real | value (const RealVect &a_point) const |
| virtual BaseIF * | newImplicitFunction () const |
Protected Attributes | |
| Real | m_primaryRadius |
| Real | m_perturbation |
| int | m_frequency |
| bool | m_inside |
Private Member Functions | |
| PolarIF () | |
| void | operator= (const PolarIF &a_inputIF) |
| PolarIF::PolarIF | ( | const Real & | a_primaryRadius, | |
| const Real & | a_perturbation, | |||
| const int & | a_frequency, | |||
| const bool & | a_inside | |||
| ) |
| PolarIF::PolarIF | ( | const PolarIF & | a_inputIF | ) |
Copy constructor.
| virtual PolarIF::~PolarIF | ( | ) | [virtual] |
Destructor.
| PolarIF::PolarIF | ( | ) | [inline, private] |
References MayDay::Error().
| virtual void PolarIF::GetParams | ( | Real & | a_primaryRadius, | |
| Real & | a_perturbation, | |||
| int & | a_frequency, | |||
| bool & | a_inside | |||
| ) | const [virtual] |
Return the parameter information
| virtual void PolarIF::SetParams | ( | const Real & | a_primaryRadius, | |
| const Real & | a_perturbation, | |||
| const int & | a_frequency, | |||
| const bool & | a_inside | |||
| ) | [virtual] |
Set the parameter information
Return the value of the function at a_point.
Implements BaseIF.
| virtual BaseIF* PolarIF::newImplicitFunction | ( | ) | const [virtual] |
Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.
Implements BaseIF.
| void PolarIF::operator= | ( | const PolarIF & | a_inputIF | ) | [inline, private] |
References MayDay::Error().
Real PolarIF::m_primaryRadius [protected] |
Real PolarIF::m_perturbation [protected] |
int PolarIF::m_frequency [protected] |
bool PolarIF::m_inside [protected] |
1.5.5