1 #ifndef MATH_KeplerFunction_H
2 #define MATH_KeplerFunction_H
63 static inline SP::MATH_KeplerFunction
New() {
tReal getKeplerM() const
get kepler M
Definition: MATH_KeplerFunction.h:107
static const tFlag HERON
kepler equation type flag
Definition: MATH_KeplerFunction.h:29
This class describes a function function.
Definition: MATH_Function.h:16
tReal getKeplerE() const
get kepler e
Definition: MATH_KeplerFunction.h:102
This class describes Transcendent equation test class.
Definition: MATH_KeplerFunction.h:14
virtual void loadFromUIClass(const UI_Class &mclass)
how to load the object from a Meta Model class
Definition: MATH_KeplerFunction.cpp:15
static const tFlag KEPLER_E
kepler equation type flag
Definition: MATH_KeplerFunction.h:20
static SP::MATH_KeplerFunction New()
create a GA Test class
Definition: MATH_KeplerFunction.h:63
This class describes the main interface class for a soft user interface (R,matlab,python etc...) class.
Definition: UI_Class.h:38
virtual void saveToUIClass(UI_Class &mclass) const
how to save the object from a mate model class
Definition: MATH_KeplerFunction.cpp:22
MATH_KeplerFunction(void)
create a GA object
Definition: MATH_KeplerFunction.cpp:8
tFlag getMode() const
get mode
Definition: MATH_KeplerFunction.h:98
void setKeplerM(const tReal &e)
set kepler M
Definition: MATH_KeplerFunction.h:93
DEFINE_SPTR(MATH_KeplerFunction)
virtual tReal computeFunction(const tReal &x)
compute the function and derivatives
Definition: MATH_KeplerFunction.cpp:29
void setKeplerE(const tReal &e)
set kepler e
Definition: MATH_KeplerFunction.h:88
void setMode(const tFlag &m)
set mode
Definition: MATH_KeplerFunction.h:84
static const tFlag KEPLER_P
kepler equation type flag
Definition: MATH_KeplerFunction.h:26
static const tFlag KEPLER_H
kepler equation type flag
Definition: MATH_KeplerFunction.h:23
#define tReal
Definition: types.h:18
virtual ~MATH_KeplerFunction(void)
destroy an GA Object.
Definition: MATH_KeplerFunction.cpp:13
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:106
#define tFlag
Definition: types.h:14