#include <iostream>#include <fstream>#include "celestia.h"#include <celutil/debug.h>#include "samporbit.h"#include "trajmanager.h"Include dependency graph for trajmanager.cpp:

Go to the source code of this file.
Functions | |
| TrajectoryManager * | GetTrajectoryManager () |
Variables | |
| static TrajectoryManager * | trajectoryManager = NULL |
|
|
Definition at line 24 of file trajmanager.cpp. References trajectoryManager. Referenced by CreateOrbit(). 00025 {
00026 if (trajectoryManager == NULL)
00027 trajectoryManager = new TrajectoryManager("data");
00028 return trajectoryManager;
00029 }
|
|
|
Definition at line 21 of file trajmanager.cpp. Referenced by GetTrajectoryManager(). |
1.4.1