#include <string>#include <vector>#include "orsa_body.h"#include "orsa_integrator.h"#include "orsa_common.h"#include "orsa_frame.h"#include "orsa_error.h"

Go to the source code of this file.
Classes | |
| class | Evolution |
| This class collects all the Frames of an integration, sampled at a fixed sample_period. More... | |
| class | Universe |
Namespaces | |
| namespace | orsa |
Enumerations | |
| enum | UniverseType { Real = 1, Simulated = 2 } |
This enum is used to classify the Universes: a Real Universe is composed. More... | |
Functions | |
| void | convert (UniverseType &ut, const unsigned int i) |
| Frame | StartFrame (const std::vector< BodyWithEpoch > &, std::vector< JPL_planets > &, const Interaction *, const Integrator *, const UniverseTypeAwareTime &) |
| A good frame to start an integration with. | |
1.6.1