|
|||||||||
| 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.VoxelFloat
public class VoxelFloat
Float Voxel Type.
| Constructor Summary | |
|---|---|
VoxelFloat()
Instantiates a new voxel float. |
|
VoxelFloat(float vox)
Instantiates a new voxel float. |
|
VoxelFloat(Voxel v)
Instantiates a new voxel float. |
|
| Method Summary | |
|---|---|
VoxelFloat |
add(Voxel v)
Adds the. |
Voxel |
clone()
|
int |
compareTo(Voxel obj)
|
Voxel |
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. |
VoxelFloat |
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(float a)
Sets the. |
void |
set(int vox)
Sets the. |
void |
set(short vox)
Sets the. |
void |
set(Voxel v)
Sets the. |
VoxelFloat |
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, getUByte, 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 VoxelFloat(float vox)
vox - the voxpublic VoxelFloat()
public VoxelFloat(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 void set(float a)
Voxel
set in class Voxela - the apublic float getFloat()
Voxel
getFloat 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(java.awt.Color vox)
Voxel
set in class Voxelvox - the voxpublic void set(double vox)
Voxel
set in class Voxelvox - the voxpublic VoxelFloat add(Voxel v)
Voxel
add in class Voxelv - the v
public VoxelFloat sub(Voxel v)
Voxel
sub in class Voxelv - the v
public VoxelFloat mul(Voxel v)
Voxel
mul in class Voxelv - the v
public Voxel 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 void set(int vox)
Voxel
set in class Voxelvox - the voxpublic 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 | ||||||||