Elements  5.10
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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