#include <string>
#include <vector>
#include "orsa_body.h"
#include "orsa_integrator.h"
#include "orsa_common.h"
#include "orsa_frame.h"
#include "orsa_error.h"
Include dependency graph for orsa_universe.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | orsa |
Classes | |
class | Evolution |
This class collects all the Frames of an integration, sampled at a fixed sample_period. More... | |
class | Universe |
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. | |
Variables | |
Universe * | universe |
The active universe. |