org.jcae.mesh.amibe.util
Class KdTree.Cell

java.lang.Object
  extended by org.jcae.mesh.amibe.util.KdTree.Cell
Enclosing class:
KdTree

public class KdTree.Cell
extends java.lang.Object


Constructor Summary
KdTree.Cell()
           
 
Method Summary
 int count()
           
 KdTree.Cell getSubCell(int[] ijk, int size)
           
 Vertex getVertex(int i)
           
 boolean isLeaf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KdTree.Cell

public KdTree.Cell()
Method Detail

getSubCell

public KdTree.Cell getSubCell(int[] ijk,
                              int size)

isLeaf

public boolean isLeaf()

count

public int count()

getVertex

public Vertex getVertex(int i)