org.PingOO.DLAI.lib.graph
Class Cell

java.lang.Object
  |
  +--org.PingOO.DLAI.lib.graph.Cell

class Cell
extends java.lang.Object

This class is a structure class holding information about the cells that the contour line passes through. Used only with IsoCurve class


Field Summary
(package private)  int[] face
           
(package private)  int i
           
(package private)  int j
           
(package private)  boolean visited
           
 
Constructor Summary
Cell()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

i

int i

j

int j

face

int[] face

visited

boolean visited
Constructor Detail

Cell

public Cell()