|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jj2000.j2k.wavelet.analysis.CBlkWTData | +--jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
This is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).
The methods in this class are declared final, so that they can be inlined by inlining compilers.
CBlkWTData
Field Summary | |
float[] |
data
The array where the data is stored |
Fields inherited from class jj2000.j2k.wavelet.analysis.CBlkWTData |
convertFactor, h, m, magbits, n, nROIbp, nROIcoeff, offset, sb, scanw, stepSize, ulx, uly, w, wmseScaling |
Constructor Summary | |
CBlkWTDataFloat()
|
Method Summary | |
java.lang.Object |
getData()
Returns the array containing the data, or null if there is no data array. |
float[] |
getDataFloat()
Returns the array containing the data, or null if there is no data array. |
int |
getDataType()
Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk. |
void |
setData(java.lang.Object arr)
Sets the data array to the specified one. |
void |
setDataFloat(float[] arr)
Sets the data array to the specified one. |
Methods inherited from class jj2000.j2k.wavelet.analysis.CBlkWTData |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public float[] data
Constructor Detail |
public CBlkWTDataFloat()
Method Detail |
public final int getDataType()
getDataType
in class CBlkWTData
DataBlk.TYPE_FLOAT
public final java.lang.Object getData()
getData
in class CBlkWTData
CBlkWTData.getDataType()
public final float[] getDataFloat()
public final void setData(java.lang.Object arr)
setData
in class CBlkWTData
arr
- The data array to use. Must be a float array.CBlkWTData.getDataType()
public final void setDataFloat(float[] arr)
arr
- The data array to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |