Uses of Class
healpix.essentials.HealpixBase

Packages that use HealpixBase
healpix.core This package contains the Healpix core classes. 
healpix.core.dm This package contains the Healpix data model and implementation. 
healpix.essentials Package implementing essential HEALPix functionality. 
healpix.plot3d.gui.healpix3d This package contains the java3d classes to plot a healpix map on a 3D sphere to interact with. 
 

Uses of HealpixBase in healpix.core
 

Subclasses of HealpixBase in healpix.core
 class HealpixIndex
          Generic healpix routines but tied to a given NSIDE in the constructor Java version of some healpix routines from DSRI in java everything must be in a class - no functions floating about.
 

Uses of HealpixBase in healpix.core.dm
 

Subclasses of HealpixBase in healpix.core.dm
 class HealpixMapImp
          A Healpix map can generate sky maps encoded in the HEALPix sky indexing scheme (http://healpix.sourceforge.net/).
 

Uses of HealpixBase in healpix.essentials
 

Subclasses of HealpixBase in healpix.essentials
 class HealpixMapDouble
          Class representing a full HEALPix map containing double values.
 class HealpixMapFloat
          Class representing a full HEALPix map containing float values.
 class HealpixProc
          Procedural interface to the HealpixBase functionality.
 

Uses of HealpixBase in healpix.plot3d.gui.healpix3d
 

Subclasses of HealpixBase in healpix.plot3d.gui.healpix3d
 class HealpixDataIndex
          This class is used to construct the quad geometry for the 3d sphere.
 

Constructors in healpix.plot3d.gui.healpix3d with parameters of type HealpixBase
DataSphere(int face, HealpixMap ch, int imap, double min, double max, HealpixBase index)
          Instantiates a new data sphere.
HealSphere(HealpixBase ind)
          Instantiates a new heal sphere.
 


"Built from revision exported"