Package gaiasky.data.octreegen.generator

  • Interface Summary
    Interface Description
    IAggregationAlgorithm
    Interface to be implemented by all algorithms that create a group of virtual particles for an octant.
    IOctreeGenerator
    Interface for octree generators.
  • Class Summary
    Class Description
    BrightestStars  
    BrightestStarsSimple  
    OctreeGeneratorMag
    Implements a f: mag -> level bijective map, where octree nodes in a level are filled with magnitude-sorted stars until one of them is saturated before proceeding to lower levels.
    OctreeGeneratorParams
    Holds the parameters for the octree generation.
    OctreeGeneratorPart
    Greedy generator where octants in a level are filled up with as many stars as possible before proceeding to lower levels.