Uses of Class
healpix.core.NestedFace

Packages that use NestedFace
healpix.core   
healpix.core.test   
 

Uses of NestedFace in healpix.core
 

Subclasses of NestedFace in healpix.core
 class EquatorNestFace
           
 class NorthNestFace
          A Norther Face of a nest jhealpix map.
 class PolarNF
          Abstraction of Polar nested face - must be either north or south
 class SouthNestFace
           
 

Fields in healpix.core declared as NestedFace
protected  NestedFace[] NestedMap.faces
           
protected  NestedFace[] NestedFace.adjacent
           
 

Methods in healpix.core that return NestedFace
 NestedFace SouthNestFace.wTipNeigh()
           
 NestedFace SouthNestFace.eTipNeigh()
           
 NestedFace PolarNF.nFaceNeigh()
           
 NestedFace PolarNF.sFaceNeigh()
           
 NestedFace PolarNF.wFaceNeigh()
           
 NestedFace PolarNF.eFaceNeigh()
           
 NestedFace[] PolarNF.nCornerNeigh()
           
 NestedFace[] PolarNF.sCornerNeigh()
           
 NestedFace[] PolarNF.wCornerNeigh()
           
 NestedFace[] PolarNF.eCornerNeigh()
           
 NestedFace PolarNF.sTipNeigh()
           
 NestedFace PolarNF.wTipNeigh()
           
 NestedFace PolarNF.eTipNeigh()
           
 NestedFace PolarNF.nTipNeigh()
           
 NestedFace NestedMap.getFace(int face)
           
static NestedFace NestedFace.getFace(int facenum, NestedMap imap)
          Faces are constructed according to number, this get method is a factory for the correct type of face
 NestedFace[] NestedFace.adjacentFaces()
          Faces which are adjacent to the given face - There are 6.
 NestedFace[] NestedFace.adjacentFaces(java.awt.Point p)
          Faces which are adjacent to the given point in the given face - this is none if its in side a face but you should not be calling this in that case
protected static NestedFace[] NestedFace.assemble(NestedFace[] inp, int i1, int i2)
          Conveinence function to select items from an array
protected static NestedFace[] NestedFace.assemble(NestedFace[] inp, int i1, int i2, int i3)
          Conveinence function to select items from an array
abstract  NestedFace[] NestedFace.nCornerNeigh()
           
abstract  NestedFace[] NestedFace.sCornerNeigh()
           
abstract  NestedFace[] NestedFace.wCornerNeigh()
           
abstract  NestedFace[] NestedFace.eCornerNeigh()
           
abstract  NestedFace NestedFace.nFaceNeigh()
           
abstract  NestedFace NestedFace.sFaceNeigh()
           
abstract  NestedFace NestedFace.wFaceNeigh()
           
abstract  NestedFace NestedFace.eFaceNeigh()
           
abstract  NestedFace NestedFace.sTipNeigh()
           
abstract  NestedFace NestedFace.wTipNeigh()
           
abstract  NestedFace NestedFace.eTipNeigh()
           
abstract  NestedFace NestedFace.nTipNeigh()
           
 NestedFace[] EquatorNestFace.nCornerNeigh()
           
 NestedFace[] EquatorNestFace.sCornerNeigh()
           
 NestedFace[] EquatorNestFace.wCornerNeigh()
           
 NestedFace[] EquatorNestFace.eCornerNeigh()
           
 NestedFace EquatorNestFace.nFaceNeigh()
           
 NestedFace EquatorNestFace.sFaceNeigh()
           
 NestedFace EquatorNestFace.wFaceNeigh()
           
 NestedFace EquatorNestFace.eFaceNeigh()
           
 NestedFace EquatorNestFace.sTipNeigh()
           
 NestedFace EquatorNestFace.wTipNeigh()
           
 NestedFace EquatorNestFace.eTipNeigh()
           
 NestedFace EquatorNestFace.nTipNeigh()
           
 

Methods in healpix.core with parameters of type NestedFace
protected static NestedFace[] NestedFace.assemble(NestedFace[] inp, int i1, int i2)
          Conveinence function to select items from an array
protected static NestedFace[] NestedFace.assemble(NestedFace[] inp, int i1, int i2, int i3)
          Conveinence function to select items from an array
 

Uses of NestedFace in healpix.core.test
 

Methods in healpix.core.test with parameters of type NestedFace
 void TestPixNeigh.doFace(NestedFace face, int start, int nopix)