#include <StarSystem.h>
List of all members.
Public Member Functions |
| OrbitalRegion (StarSystem *sys, const char *n, double m, double r, double o, Orbital *prime=0) |
virtual | ~OrbitalRegion () |
double | GridSpace () const |
double | Inclination () const |
int | Asteroids () const |
List< Text > & | Links () |
| Orbital (StarSystem *sys, const char *n, OrbitalType t, double m, double r, double o, Orbital *p=0) |
virtual | ~Orbital () |
int | operator== (const Orbital &o) const |
int | operator< (const Orbital &o) const |
int | operator<= (const Orbital &o) const |
virtual void | Update () |
Point | PredictLocation (double delta_t) |
const char * | Name () const |
OrbitalType | Type () const |
int | SubType () const |
const char * | Description () const |
double | Mass () const |
double | Radius () const |
double | Rotation () const |
double | RotationPhase () const |
double | Orbit () const |
bool | Retrograde () const |
double | Phase () const |
double | Period () const |
Point | Location () const |
Graphic * | Rep () const |
const Bitmap & | GetMapIcon () const |
void | SetMapIcon (const Bitmap &img) |
StarSystem * | System () const |
Orbital * | Primary () const |
ListIter< OrbitalRegion > | Regions () |
Static Public Member Functions |
static const char * | TYPENAME () |
Detailed Description
Definition at line 299 of file StarSystem.h.
Constructor & Destructor Documentation
OrbitalRegion::OrbitalRegion |
( |
StarSystem * |
sys, |
|
|
const char * |
n, |
|
|
double |
m, |
|
|
double |
r, |
|
|
double |
o, |
|
|
Orbital * |
prime = 0 |
|
) |
| |
OrbitalRegion::~OrbitalRegion |
( |
| ) |
|
|
virtual |
Member Function Documentation
int OrbitalRegion::Asteroids |
( |
| ) |
const |
|
inline |
double OrbitalRegion::GridSpace |
( |
| ) |
const |
|
inline |
double OrbitalRegion::Inclination |
( |
| ) |
const |
|
inline |
static const char* OrbitalRegion::TYPENAME |
( |
| ) |
|
|
inlinestatic |
Friends And Related Function Documentation
Member Data Documentation
int OrbitalRegion::asteroids |
|
protected |
double OrbitalRegion::grid |
|
protected |
double OrbitalRegion::inclination |
|
protected |
The documentation for this class was generated from the following files: