Elements
6.0.1
A C++ base framework for the Euclid Software.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
ElementsExamples
src
lib
default
SwigClassExample.cpp
Go to the documentation of this file.
1
19
#include "
ElementsExamples/SwigClassExample.h
"
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_ra
double m_ra
Definition:
SwigClassExample.h:44
Elements::Examples::SwigClassExample::m_dec
double m_dec
Definition:
SwigClassExample.h:45
Elements::Examples::SwigClassExample::getRa
double getRa() const
Definition:
SwigClassExample.cpp:24
SwigClassExample.h
Elements::Examples::SwigClassExample::getDec
double getDec() const
Definition:
SwigClassExample.cpp:28
Generated by
1.8.5