Home
last modified time | relevance | path

Searched refs:BodyTypeMap (Results 1 – 6 of 6) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp80 CelxLua::FlagMap CelxLua::BodyTypeMap; member in CelxLua
158 BodyTypeMap["Planet"] = Body::Planet; in initBodyTypeMap()
160 BodyTypeMap["Moon"] = Body::Moon; in initBodyTypeMap()
161 BodyTypeMap["MinorMoon"] = Body::MinorMoon; in initBodyTypeMap()
162 BodyTypeMap["Asteroid"] = Body::Asteroid; in initBodyTypeMap()
163 BodyTypeMap["Comet"] = Body::Comet; in initBodyTypeMap()
164 BodyTypeMap["Spacecraft"] = Body::Spacecraft; in initBodyTypeMap()
165 BodyTypeMap["Invisible"] = Body::Invisible; in initBodyTypeMap()
166 BodyTypeMap["Star"] = Body::Stellar; in initBodyTypeMap()
167 BodyTypeMap["Unknown"] = Body::Unknown; in initBodyTypeMap()
[all …]
H A Dcelx_internal.h158 static FlagMap BodyTypeMap; variable
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp80 CelxLua::FlagMap CelxLua::BodyTypeMap; member in CelxLua
158 BodyTypeMap["Planet"] = Body::Planet; in initBodyTypeMap()
160 BodyTypeMap["Moon"] = Body::Moon; in initBodyTypeMap()
161 BodyTypeMap["MinorMoon"] = Body::MinorMoon; in initBodyTypeMap()
162 BodyTypeMap["Asteroid"] = Body::Asteroid; in initBodyTypeMap()
163 BodyTypeMap["Comet"] = Body::Comet; in initBodyTypeMap()
164 BodyTypeMap["Spacecraft"] = Body::Spacecraft; in initBodyTypeMap()
165 BodyTypeMap["Invisible"] = Body::Invisible; in initBodyTypeMap()
166 BodyTypeMap["Star"] = Body::Stellar; in initBodyTypeMap()
167 BodyTypeMap["Unknown"] = Body::Unknown; in initBodyTypeMap()
[all …]
H A Dcelx_internal.h158 static FlagMap BodyTypeMap; variable
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dcmdparser.cpp859 if (CelxLua::BodyTypeMap.count(name) == 0) in parseOrbitFlags()
862 flags |= CelxLua::BodyTypeMap[name]; in parseOrbitFlags()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dcmdparser.cpp859 if (CelxLua::BodyTypeMap.count(name) == 0) in parseOrbitFlags()
862 flags |= CelxLua::BodyTypeMap[name]; in parseOrbitFlags()