IsoSurface Rendering of an AR Representation

rlaramee
Class DataType

java.lang.Object
  |
  +--rlaramee.DataType

public class DataType
extends java.lang.Object

Description To investigate the error introduced by casting from one data type to another

start date Tue 14 Mar 00

Version:
1.0
Author:
Robert S Laramee
See Also:

Field Summary
private  byte byteNum
          1 byte
private  double doubleNum
          8 bytes
private  float floatNum
          4 bytes
private  int intNum
          4 bytes
private  long longNum
          8 bytes
private  short shortNum
          2 bytes
 
Constructor Summary
DataType()
           
 
Method Summary
(package private)  void DataType()
           
static void main(java.lang.String[] args)
           
 void run()
          Tests the data types
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

byteNum

private byte byteNum
1 byte

shortNum

private short shortNum
2 bytes

intNum

private int intNum
4 bytes

floatNum

private float floatNum
4 bytes

longNum

private long longNum
8 bytes

doubleNum

private double doubleNum
8 bytes
Constructor Detail

DataType

public DataType()
Method Detail

DataType

void DataType()

run

public void run()
Tests the data types

main

public static void main(java.lang.String[] args)

IsoSurface Rendering of an AR Representation