Uses of Class
healpix.essentials.Scheme

Packages that use Scheme
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 Scheme in healpix.core
 

Constructors in healpix.core with parameters of type Scheme
HealpixIndex(int nside2, Scheme sch)
           
 

Uses of Scheme in healpix.core.dm
 

Methods in healpix.core.dm that return Scheme
 Scheme AbstractHealpixMap.getScheme()
          Return the current HEALPix scheme.
 

Methods in healpix.core.dm with parameters of type Scheme
 void AbstractHealpixMap.setScheme(Scheme scheme)
          Set the HEALPix scheme.
 

Uses of Scheme in healpix.essentials
 

Methods in healpix.essentials that return Scheme
 Scheme HealpixBase.getScheme()
          Returns the current ordering scheme.
static Scheme Scheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scheme[] Scheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in healpix.essentials with parameters of type Scheme
 void HealpixMapDouble.setDataAndScheme(double[] data_in, Scheme scheme_in)
          Adjusts the object to scheme_in, and sets pixel data to data_in.
 void HealpixMapFloat.setDataAndScheme(float[] data_in, Scheme scheme_in)
          Adjusts the object to scheme_in, and sets pixel data to data_in.
 void HealpixMapFloat.setNsideAndScheme(long nside_in, Scheme scheme_in)
          Adjusts the object to nside_in and scheme_in.
 void HealpixMapDouble.setNsideAndScheme(long nside_in, Scheme scheme_in)
          Adjusts the object to nside_in and scheme_in.
 void HealpixBase.setNsideAndScheme(long nside_in, Scheme scheme_in)
          Adjusts the object to nside_in and scheme_in.
 void HealpixBase.setScheme(Scheme scheme_in)
          Adjusts the object to scheme.
 

Constructors in healpix.essentials with parameters of type Scheme
HealpixBase(long nside_in, Scheme scheme_in)
          Initializes the object to a user-supplied Nside and ordering scheme.
HealpixMapDouble(double[] data_in, Scheme scheme_in)
           
HealpixMapDouble(long nside_in, Scheme scheme_in)
           
HealpixMapFloat(float[] data_in, Scheme scheme_in)
           
HealpixMapFloat(long nside_in, Scheme scheme_in)
           
 

Uses of Scheme in healpix.plot3d.gui.healpix3d
 

Constructors in healpix.plot3d.gui.healpix3d with parameters of type Scheme
HealSphere(int nside, Scheme scheme)
          Constructor for specified nside.
 


"Built from revision exported"