|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthealpix.core.NestedFace
healpix.core.PolarNF
healpix.core.SouthNestFace
Field Summary |
Fields inherited from class healpix.core.NestedFace |
adjacent, face, npface, nside, offset |
Constructor Summary | |
SouthNestFace(int facenum,
NestedMap map)
Constructor - can not be called directly use getFace |
Method Summary | |
NestedFace |
eTipNeigh()
|
protected void |
fillBoxSCorner(int[][] theBox,
int xd,
int yd)
Take a chunk of pixel numebrs from a face on South corner. |
protected void |
fillBoxSE(int[][] theBox,
int xmin,
int xmax,
int bx,
int by)
Rotate the corner face and make it adjacent for box puposes |
protected void |
fillBoxSW(int[][] theBox,
int ymin,
int ymax,
int bx,
int by)
Fill in with the corner face |
protected void |
findAdjacentFaces()
actually find the faces if - will be called from adjacentfaces as required, this should populate adjacent. |
int[] |
pixEcorner()
Neighbours of the pixel in the east corner |
int[] |
pixEside(int x)
Pixels borderinng the pixel on the (south)east face. |
int[] |
pixScorner()
Neighbours of the pixel in the south corner |
int[] |
pixSside(int y)
Pixels borderinng the pixel on the south(west) face. |
int[] |
pixWcorner()
Neighbours of the pixel in the west corner |
NestedFace |
wTipNeigh()
|
Methods inherited from class healpix.core.PolarNF |
eCornerNeigh, eFaceNeigh, fillBoxECorner, fillBoxWCorner, nCornerNeigh, nFaceNeigh, nTipNeigh, sCornerNeigh, sFaceNeigh, sTipNeigh, wCornerNeigh, wFaceNeigh |
Methods inherited from class healpix.core.NestedFace |
adjacentFaces, adjacentFaces, assemble, assemble, box, faceNum, fillBoxNCorner, fillBoxNE, fillBoxNW, fillBoxVal, getFace, internalNeigh, neighbours, neighbours, pix2xy, pixNcorner, pixNside, pixWside, xy2pix, xy2pix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SouthNestFace(int facenum, NestedMap map)
Method Detail |
protected void findAdjacentFaces() throws java.lang.Exception
NestedFace
findAdjacentFaces
in class NestedFace
java.lang.Exception
public int[] pixScorner() throws java.lang.Exception
pixScorner
in class NestedFace
java.lang.Exception
public int[] pixWcorner() throws java.lang.Exception
NestedFace
pixWcorner
in class NestedFace
java.lang.Exception
public int[] pixEcorner() throws java.lang.Exception
NestedFace
pixEcorner
in class NestedFace
java.lang.Exception
public int[] pixSside(int y) throws java.lang.Exception
pixSside
in class NestedFace
java.lang.Exception
public int[] pixEside(int x) throws java.lang.Exception
pixEside
in class NestedFace
java.lang.Exception
protected void fillBoxSE(int[][] theBox, int xmin, int xmax, int bx, int by) throws java.lang.Exception
fillBoxSE
in class NestedFace
java.lang.Exception
protected void fillBoxSW(int[][] theBox, int ymin, int ymax, int bx, int by) throws java.lang.Exception
fillBoxSW
in class NestedFace
java.lang.Exception
public NestedFace wTipNeigh() throws java.lang.Exception
wTipNeigh
in class PolarNF
java.lang.Exception
public NestedFace eTipNeigh() throws java.lang.Exception
eTipNeigh
in class PolarNF
java.lang.Exception
protected void fillBoxSCorner(int[][] theBox, int xd, int yd) throws java.lang.Exception
fillBoxSCorner
in class NestedFace
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |