Package cds.healpix

Interface CellSink


public interface CellSink
Defines an object accepting cells. It is used in the Range to Cell method (see the Range class).
Author:
F.-X. Pineau
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    push(int depth, long hash)
     
  • Method Details

    • push

      void push(int depth, long hash)