Interface | Description |
---|---|
IAggregationAlgorithm |
Interface to be implemented by all algorithms that create a group of virtual
particles for an octant.
|
IOctreeGenerator |
Class | Description |
---|---|
BrightestStars | |
BrightestStarsSimple | |
OctreeGeneratorMag |
Implements the magnitude to level map, where octants 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.
|