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


Classes | |
| class | System |
Public Member Functions | |
| ~Sector () | |
| bool | WithinBox (const int Xmin, const int Xmax, const int Ymin, const int Ymax, const int Zmin, const int Zmax) const |
| bool | Contains (const SystemPath &sysPath) const |
| SystemPath | GetPath () const |
| void | Dump (FILE *file, const char *indent="") 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 () |
Static Public Member Functions | |
| static float | DistanceBetween (RefCountedPtr< const Sector > a, int sysIdxA, RefCountedPtr< const Sector > b, int sysIdxB) |
| static float | DistanceBetweenSqr (const RefCountedPtr< const Sector > a, const int sysIdxA, const RefCountedPtr< const Sector > b, const int sysIdxB) |
Public Attributes | |
| std::vector< System > | m_systems |
| const int | sx |
| const int | sy |
| const int | sz |
| sigc::signal< void, Sector::System *, StarSystem::ExplorationState, double > | onSetExplorationState |
Static Public Attributes | |
| static const float | SIZE = 8.f |
Friends | |
| class | GalaxyObjectCache< Sector, SystemPath::LessSectorOnly > |
| class | GalaxyGenerator |
| Sector::~Sector | ( | ) |
| bool Sector::Contains | ( | const SystemPath & | sysPath | ) | const |
|
static |

|
static |

| void Sector::Dump | ( | FILE * | file, |
| const char * | indent = "" |
||
| ) | const |

|
inline |
| bool Sector::WithinBox | ( | const int | Xmin, |
| const int | Xmax, | ||
| const int | Ymin, | ||
| const int | Ymax, | ||
| const int | Zmin, | ||
| const int | Zmax | ||
| ) | const |
|
friend |
|
friend |
| std::vector<System> Sector::m_systems |
| sigc::signal<void, Sector::System *, StarSystem::ExplorationState, double> Sector::onSetExplorationState |
|
static |
| const int Sector::sx |
| const int Sector::sy |
| const int Sector::sz |