Home
last modified time | relevance | path

Searched refs:dsoIndex (Results 1 – 4 of 4) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DNebulaMgr.hpp996 QHash<unsigned int, NebulaP> dsoIndex; member in NebulaMgr
H A DNebulaMgr.cpp758 dsoIndex.clear(); in loadNebulaSet()
828 if (dsoIndex.contains(DSO)) in searchDSO()
829 return dsoIndex[DSO]; in searchDSO()
1393 dsoIndex.insert(e->DSO_nb, e); in loadDSOCatalog()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp3008 …double dsoIndex = Celx_SafeGetNumber(l, 2, AllErrors, "First arg to celestia:getdso must be a numb… in celestia_getdso() local
3010 DeepSkyObject* dso = u->getDSOCatalog()->getDSO((uint32) dsoIndex); in celestia_getdso()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp3008 …double dsoIndex = Celx_SafeGetNumber(l, 2, AllErrors, "First arg to celestia:getdso must be a numb… in celestia_getdso() local
3010 DeepSkyObject* dso = u->getDSOCatalog()->getDSO((uint32) dsoIndex); in celestia_getdso()