Package cds.healpix
Class Cell
java.lang.Object
cds.healpix.Cell
Very generic Cell class.
The dimension (e.g. HEALPix cell = dim 2; Time cell = dim 1) is not given here.
- Author:
- F.-X. Pineau
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
depth
public final long depthCell depth. -
hash
public long hashCell number (hash value).
-
-
Constructor Details
-
Cell
public Cell(int depth, long hash)
-