j2d.blobDetection
Class MetaballsTable

java.lang.Object
  extended by j2d.blobDetection.MetaballsTable

public class MetaballsTable
extends java.lang.Object


Field Summary
static int[][] edgeCut
           
static int[][] edgeOffsetInfo
           
static int[] edgeToCompute
           
static byte[] neightborVoxel
           
 
Constructor Summary
MetaballsTable()
           
 
Method Summary
static void computeNeighborTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edgeCut

public static int[][] edgeCut

edgeOffsetInfo

public static int[][] edgeOffsetInfo

edgeToCompute

public static int[] edgeToCompute

neightborVoxel

public static byte[] neightborVoxel
Constructor Detail

MetaballsTable

public MetaballsTable()
Method Detail

computeNeighborTable

public static void computeNeighborTable()