Elements  6.2
A C++ base framework for the Euclid Software.
SwigClassExample.cpp
Go to the documentation of this file.
1 
20 
21 namespace Elements {
22 namespace Examples {
23 
24 double SwigClassExample::getRa() const {
25  return m_ra;
26 }
27 
28 double SwigClassExample::getDec() const {
29  return m_dec;
30 }
31 
32 } // namespace Examples
33 } // namespace Elements
Elements::Examples::SwigClassExample::m_dec
double m_dec
Definition: SwigClassExample.h:45
Elements::Examples::SwigClassExample::getDec
double getDec() const
Definition: SwigClassExample.cpp:28
Elements::Examples::SwigClassExample::getRa
double getRa() const
Definition: SwigClassExample.cpp:24
SwigClassExample.h
Elements::Examples::SwigClassExample::m_ra
double m_ra
Definition: SwigClassExample.h:44
Elements
Definition: callBackExample.h:35