|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Number
edu.jhu.ece.iacl.jist.structures.image.Voxel
edu.jhu.ece.iacl.jist.structures.image.VoxelInt
public class VoxelInt
Integer Voxel Type.
| Constructor Summary | |
|---|---|
VoxelInt()
Instantiates a new voxel int. |
|
VoxelInt(int vox)
Instantiates a new voxel int. |
|
VoxelInt(short b)
Instantiates a new voxel int. |
|
VoxelInt(Voxel v)
Instantiates a new voxel int. |
|
| Method Summary | |
|---|---|
VoxelInt |
add(Voxel v)
Adds the. |
Voxel |
clone()
|
int |
compareTo(Voxel obj)
|
VoxelInt |
div(Voxel v)
Div. |
boolean |
getBoolean()
Gets the boolean. |
java.awt.Color |
getColor()
Gets the color. |
double |
getDouble()
Gets the double. |
int |
getInt()
Gets the int. |
short |
getShort()
Gets the short. |
VoxelType |
getType()
Gets the type. |
VoxelInt |
mul(Voxel v)
Mul. |
Voxel |
neg()
Neg. |
void |
set(boolean vox)
Sets the. |
void |
set(java.awt.Color vox)
Sets the. |
void |
set(double vox)
Sets the. |
void |
set(int vox)
Sets the. |
void |
set(short vox)
Sets the. |
void |
set(Voxel v)
Sets the. |
VoxelInt |
sub(Voxel v)
Sub. |
java.lang.String |
toString()
|
| Methods inherited from class edu.jhu.ece.iacl.jist.structures.image.Voxel |
|---|
byteValue, doubleValue, equals, floatValue, getFloat, getRestriction, getUByte, getVector, intValue, longValue, round, set, set, set, shortValue |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VoxelInt(int vox)
vox - the voxpublic VoxelInt(short b)
b - the bpublic VoxelInt()
public VoxelInt(Voxel v)
v - the v| Method Detail |
|---|
public boolean getBoolean()
Voxel
getBoolean in class Voxelpublic short getShort()
Voxel
getShort in class Voxelpublic java.awt.Color getColor()
Voxel
getColor in class Voxelpublic double getDouble()
Voxel
getDouble in class Voxelpublic Voxel clone()
clone in class Voxelpublic void set(Voxel v)
Voxel
set in class Voxelv - the vpublic void set(boolean vox)
Voxel
set in class Voxelvox - the voxpublic void set(short vox)
Voxel
set in class Voxelvox - the voxpublic void set(int vox)
Voxel
set in class Voxelvox - the voxpublic void set(java.awt.Color vox)
Voxel
set in class Voxelvox - the voxpublic void set(double vox)
Voxel
set in class Voxelvox - the voxpublic VoxelInt add(Voxel v)
Voxel
add in class Voxelv - the v
public VoxelInt sub(Voxel v)
Voxel
sub in class Voxelv - the v
public VoxelInt mul(Voxel v)
Voxel
mul in class Voxelv - the v
public VoxelInt div(Voxel v)
Voxel
div in class Voxelv - the v
public Voxel neg()
Voxel
neg in class Voxelpublic int compareTo(Voxel obj)
public int getInt()
Voxel
getInt in class Voxelpublic java.lang.String toString()
toString in class Voxelpublic VoxelType getType()
Voxel
getType in class Voxel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||