com.jzy3d.surfedit.surface.model
Class CellIndex

java.lang.Object
  extended by com.jzy3d.surfedit.surface.model.CellIndex

public class CellIndex
extends java.lang.Object


Constructor Summary
CellIndex(org.jzy3d.maths.Grid grid)
           
 
Method Summary
 org.jzy3d.maths.PolygonArray getCell(int i, int j)
           
 org.jzy3d.maths.PolygonArray[][] getCells()
           
 java.util.List<org.jzy3d.maths.PolygonArray> getNeighbours(int i, int j)
           
 org.jzy3d.maths.Coord3d[][] getNodes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellIndex

public CellIndex(org.jzy3d.maths.Grid grid)
Method Detail

getNeighbours

public java.util.List<org.jzy3d.maths.PolygonArray> getNeighbours(int i,
                                                                  int j)

getCell

public org.jzy3d.maths.PolygonArray getCell(int i,
                                            int j)

getCells

public org.jzy3d.maths.PolygonArray[][] getCells()

getNodes

public org.jzy3d.maths.Coord3d[][] getNodes()