#include <vector>
#include "attitude-utils.hpp"
#include "serialize-helpers.hpp"
Go to the source code of this file.
|
| lost |
| LOST starting point.
|
|
|
void | lost::SerializeCatalog (SerializeContext *ser, const Catalog &catalog, bool inclMagnitude, bool inclName) |
| Serialize the catalog to buffer . More...
|
|
Catalog | lost::DeserializeCatalog (DeserializeContext *des, bool *inclMagnitudeReturn, bool *inclNameReturn) |
| Deserialize a catalog. More...
|
|
Catalog::const_iterator | lost::FindNamedStar (const Catalog &catalog, int name) |
| Return a pointer to the star with the given name, or NULL if not found. More...
|
|
decimal | lost::MagToBrightness (int magnitude) |
| returns some relative brightness measure, which is proportional to the total number of photons received from a star. More...
|
|
Catalog | lost::NarrowCatalog (const Catalog &, int maxMagnitude, int maxStars, decimal minSeparation) |
| Remove unwanted stars from an unfiltered catalog. More...
|
|