marchingcubes
Class MCInt

java.lang.Object
  |
  +--marchingcubes.MCInt

public class MCInt
extends java.lang.Object


Field Summary
protected  int value
           
 
Constructor Summary
MCInt(int value)
          contructor of a MCInt object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value
Constructor Detail

MCInt

public MCInt(int value)
contructor of a MCInt object

Parameters:
value - the value of the encapsulated int