#include <harmonic_expansion.h>
Public Member Functions | |
CCartesianHarmonicBasisFunction (int _lx=0, int _ly=0, int _lz=0) | |
CCartesianHarmonicBasisFunction (const CCartesianHarmonicBasisFunction &other) | |
virtual | ~CCartesianHarmonicBasisFunction (void) |
bool | operator== (const CCartesianHarmonicBasisFunction &other) const |
bool | operator< (const CCartesianHarmonicBasisFunction &other) const |
double | getValue (double theta, double phi) const |
double | getValue (double x, double y, double z) const |
string | termName (void) const |
Public Attributes | |
int | lx |
int | ly |
int | lz |
CCHCalc | cartHarm |
Definition at line 70 of file harmonic_expansion.h.
CCartesianHarmonicBasisFunction::CCartesianHarmonicBasisFunction | ( | int | _lx = 0 , |
|
int | _ly = 0 , |
|||
int | _lz = 0 | |||
) | [inline] |
Definition at line 74 of file harmonic_expansion.h.
CCartesianHarmonicBasisFunction::CCartesianHarmonicBasisFunction | ( | const CCartesianHarmonicBasisFunction & | other | ) | [inline] |
Definition at line 76 of file harmonic_expansion.h.
virtual CCartesianHarmonicBasisFunction::~CCartesianHarmonicBasisFunction | ( | void | ) | [inline, virtual] |
Definition at line 78 of file harmonic_expansion.h.
double CCartesianHarmonicBasisFunction::getValue | ( | double | x, | |
double | y, | |||
double | z | |||
) | const [inline, virtual] |
double CCartesianHarmonicBasisFunction::getValue | ( | double | theta, | |
double | phi | |||
) | const [inline, virtual] |
bool CCartesianHarmonicBasisFunction::operator< | ( | const CCartesianHarmonicBasisFunction & | other | ) | const [inline] |
Definition at line 81 of file harmonic_expansion.h.
bool CCartesianHarmonicBasisFunction::operator== | ( | const CCartesianHarmonicBasisFunction & | other | ) | const [inline] |
Definition at line 79 of file harmonic_expansion.h.
string CCartesianHarmonicBasisFunction::termName | ( | void | ) | const [inline] |
Definition at line 73 of file harmonic_expansion.h.
Definition at line 72 of file harmonic_expansion.h.
Definition at line 72 of file harmonic_expansion.h.
Definition at line 72 of file harmonic_expansion.h.