![]() |
Pioneer
|
#include <Galaxy.h>


Public Member Functions | |
| virtual Uint8 | GetSectorDensity (const int sx, const int sy, const int sz) const |
Public Member Functions inherited from Galaxy | |
| void | ToJson (Json &jsonObj) |
| ~Galaxy () | |
| bool | IsInitialized () const |
| virtual Uint8 | GetSectorDensity (const int sx, const int sy, const int sz) const =0 |
| FactionsDatabase * | GetFactions () |
| CustomSystemsDatabase * | GetCustomSystems () |
| RefCountedPtr< const Sector > | GetSector (const SystemPath &path) |
| RefCountedPtr< Sector > | GetMutableSector (const SystemPath &path) |
| RefCountedPtr< SectorCache::Slave > | NewSectorSlaveCache () |
| RefCountedPtr< StarSystem > | GetStarSystem (const SystemPath &path) |
| RefCountedPtr< StarSystemCache::Slave > | NewStarSystemSlaveCache () |
| void | FlushCaches () |
| void | Dump (FILE *file, Sint32 centerX, Sint32 centerY, Sint32 centerZ, Sint32 radius) |
| RefCountedPtr< GalaxyGenerator > | GetGenerator () const |
| const std::string & | GetGeneratorName () const |
| int | GetGeneratorVersion () const |
| Perf::Stats & | GetStats () |
| const Perf::Stats & | GetStats () const |
Public Member Functions inherited from RefCounted | |
| RefCounted () | |
| virtual | ~RefCounted () |
| void | IncRefCount () const |
| void | DecRefCount () const |
| int | GetRefCount () const |
Public Member Functions inherited from LuaWrappable | |
| virtual | ~LuaWrappable () |
Friends | |
| class | GalaxyGenerator |
Additional Inherited Members | |
Static Public Member Functions inherited from Galaxy | |
| static RefCountedPtr< Galaxy > | LoadFromJson (const Json &jsonObj) |
Public Attributes inherited from Galaxy | |
| const float | GALAXY_RADIUS |
| const float | SOL_OFFSET_X |
| const float | SOL_OFFSET_Y |
Protected Member Functions inherited from Galaxy | |
| Galaxy (RefCountedPtr< GalaxyGenerator > galaxyGenerator, float radius, float sol_offset_x, float sol_offset_y, const std::string &factionsDir, const std::string &customSysDir) | |
| void | SetGalaxyGenerator (RefCountedPtr< GalaxyGenerator > galaxyGenerator) |
| virtual void | Init () |
|
virtual |
Implements Galaxy.
|
friend |