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


Public Member Functions | |
| SectorCustomSystemsGenerator (int customOnlyRadius) | |
| virtual bool | Apply (Random &rng, RefCountedPtr< Galaxy > galaxy, RefCountedPtr< Sector > sector, GalaxyGenerator::SectorConfig *config) |
Public Member Functions inherited from SectorGeneratorStage | |
| virtual | ~SectorGeneratorStage () |
| virtual bool | Apply (Random &rng, RefCountedPtr< Galaxy > galaxy, RefCountedPtr< Sector > sector, GalaxyGenerator::SectorConfig *config)=0 |
Public Member Functions inherited from GalaxyGeneratorStage | |
| virtual | ~GalaxyGeneratorStage () |
| virtual void | ToJson (Json &jsonObj, RefCountedPtr< Galaxy > galaxy) |
| virtual void | FromJson (const Json &jsonObj, RefCountedPtr< Galaxy > galaxy) |
Additional Inherited Members | |
Protected Member Functions inherited from GalaxyGeneratorStage | |
| GalaxyGeneratorStage () | |
| void | AssignToGalaxyGenerator (GalaxyGenerator *galaxyGenerator) |
Protected Attributes inherited from GalaxyGeneratorStage | |
| GalaxyGenerator * | m_galaxyGenerator |
|
inline |
|
virtual |