Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_test_swig.html
Дата изменения: Tue Sep 15 02:25:39 2015 Дата индексирования: Sun Apr 10 02:10:33 2016 Кодировка: |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <testSwig.h>
Public Member Functions | |
TestSwig () | |
Public Attributes | |
coordConv::PVT | pvt |
coordConv::ObsCoordSys | obsSys |
boost::shared_ptr < coordConv::ObsCoordSys > | ptrObsSys |
Test some SWIG issues with access to atrributes of structs
pvt fields could not be set until I found a fix obsSys in Obj cannot be manipulated at all and I have not found a fix, though a hackaround is to save a shared_ptr
Definition at line 15 of file testSwig.h.
|
inline |
Definition at line 17 of file testSwig.h.
coordConv::ObsCoordSys tcc::TestSwig::obsSys |
Definition at line 19 of file testSwig.h.
boost::shared_ptr<coordConv::ObsCoordSys> tcc::TestSwig::ptrObsSys |
Definition at line 20 of file testSwig.h.
coordConv::PVT tcc::TestSwig::pvt |
Definition at line 18 of file testSwig.h.