Class CfgCell

java.lang.Object
  |
  +--CfgCell

public class CfgCell
extends java.lang.Object

Author:
Erhan Oztop, 2001-2002

Source code by Erhan Oztop (erhan@atr.co.jp)
Copyright August 2002 via
University of Southern California Ph.D. publication copyright

Field Summary
(package private)  double[] cfg
           
(package private)  int hitc
           
(package private)  Point3d rep
           
 
Constructor Summary
CfgCell(Point3d p, double[] c, int cc)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

rep

Point3d rep

hitc

int hitc

cfg

double[] cfg
Constructor Detail

CfgCell

public CfgCell(Point3d p,
               double[] c,
               int cc)