Uses of Class
healpix.core.NestedMap

Packages that use NestedMap
healpix.core   
 

Uses of NestedMap in healpix.core
 

Methods in healpix.core with parameters of type NestedMap
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
 

Constructors in healpix.core with parameters of type NestedMap
SouthNestFace(int facenum, NestedMap map)
          Constructor - can not be called directly use getFace
PolarNF(int facenum, NestedMap map)
          Constructor - can not be called directly use getFace
NorthNestFace(int facenum, NestedMap map)
          Constructor - can not be called directly use getFace
NestedFace(int facenum, NestedMap map)
          Constructor - can not be called directly use getFace
EquatorNestFace(int facenum, NestedMap map)