Elements
6.2
A C++ base framework for the Euclid Software.
|
#include <SwigClassExample.h>
Public Member Functions | |
SwigClassExample (const double ra=0.0, const double dec=0.0) | |
virtual | ~SwigClassExample ()=default |
double | getRa () const |
double | getDec () const |
Private Attributes | |
double | m_ra |
double | m_dec |
Definition at line 32 of file SwigClassExample.h.
|
inlineexplicit |
Definition at line 35 of file SwigClassExample.h.
|
virtualdefault |
double Elements::Examples::SwigClassExample::getDec | ( | ) | const |
Definition at line 28 of file SwigClassExample.cpp.
References m_dec.
double Elements::Examples::SwigClassExample::getRa | ( | ) | const |
Definition at line 24 of file SwigClassExample.cpp.
References m_ra.
|
private |
Definition at line 45 of file SwigClassExample.h.
Referenced by getDec().
|
private |
Definition at line 44 of file SwigClassExample.h.
Referenced by getRa().