|
IsoSurface Rendering of an AR Representation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--rlaramee.DataType
Description To investigate the error introduced by casting from one data type to another
start date Tue 14 Mar 00
| 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 |
|
| Field Detail |
private byte byteNum
private short shortNum
private int intNum
private float floatNum
private long longNum
private double doubleNum
| Constructor Detail |
public DataType()
| Method Detail |
void DataType()
public void run()
public static void main(java.lang.String[] args)
|
IsoSurface Rendering of an AR Representation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||