|
|||||||||
| 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.VoxelUByte
public class VoxelUByte
Unsigned Byte Voxel Type Values are stored as signed byte, but recalled as unsigned byte.
| Constructor Summary | |
|---|---|
VoxelUByte()
Instantiates a new voxel u byte. |
|
VoxelUByte(byte b)
Instantiates a new voxel u byte. |
|
VoxelUByte(short b)
Instantiates a new voxel u byte. |
|
VoxelUByte(Voxel v)
Instantiates a new voxel u byte. |
|
| Method Summary | |
|---|---|
VoxelUByte |
add(Voxel v)
Adds the. |
Voxel |
clone()
|
int |
compareTo(Voxel obj)
|
VoxelUByte |
div(Voxel v)
Div. |
boolean |
getBoolean()
Gets the boolean. |
java.awt.Color |
getColor()
Gets the color. |
double |
getDouble()
Gets the double. |
float |
getFloat()
Gets the float. |
int |
getInt()
Gets the int. |
short |
getShort()
Gets the short. |
VoxelType |
getType()
Gets the type. |
short |
getUByte()
Gets the u byte. |
VoxelUByte |
mul(Voxel v)
Mul. |
Voxel |
neg()
Neg. |
void |
set(boolean vox)
Sets the. |
void |
set(byte 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. |
VoxelUByte |
sub(Voxel v)
Sub. |
java.lang.String |
toString()
|
| Methods inherited from class edu.jhu.ece.iacl.jist.structures.image.Voxel |
|---|
byteValue, doubleValue, equals, floatValue, getRestriction, getVector, intValue, longValue, round, set, set, shortValue |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VoxelUByte(short b)
b - the bpublic VoxelUByte(byte b)
b - the bpublic VoxelUByte()
public VoxelUByte(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 float getFloat()
Voxel
getFloat 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(byte vox)
Voxel
set in class Voxelvox - the voxpublic 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 VoxelUByte add(Voxel v)
Voxel
add in class Voxelv - the v
public VoxelUByte sub(Voxel v)
Voxel
sub in class Voxelv - the v
public VoxelUByte mul(Voxel v)
Voxel
mul in class Voxelv - the v
public VoxelUByte 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 short getUByte()
Voxel
getUByte 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 | ||||||||