Package gaiasky.data

Class OctreeGeneratorRun

java.lang.Object
gaiasky.data.OctreeGeneratorRun

public class OctreeGeneratorRun
extends java.lang.Object
Generates an octree of star groups.
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.util.Map<java.lang.Long,​float[]> colors  
  • Constructor Summary

    Constructors
    Constructor Description
    OctreeGeneratorRun()  
  • Method Summary

    Modifier and Type Method Description
    protected void dumpToDiskCsv​(com.badlogic.gdx.utils.Array<ParticleRecord> data, java.lang.String filename)  
    static void main​(java.lang.String[] args)  
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • colors

      protected java.util.Map<java.lang.Long,​float[]> colors
  • Constructor Details

    • OctreeGeneratorRun

      public OctreeGeneratorRun()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • run

      public void run()
    • dumpToDiskCsv

      protected void dumpToDiskCsv​(com.badlogic.gdx.utils.Array<ParticleRecord> data, java.lang.String filename)