[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.CBlkWTDataInt

CBlkWTDataInt Class

This is an implementation of the 'CBlkWTData' abstract class for signed 32 bit integer data.

       <p>The methods in this class are declared final, so that they can be
       inlined by inlining compilers.</p>
Inheritance
CBlkWTDataInt
Namespace: CSJ2K.j2k.wavelet.analysis
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class CBlkWTDataInt : CBlkWTData

Constructors

Name Description
CBlkWTDataInt()

Fields

Name Description
data_array

The array where the data is stored

Properties

Name Description
Data

Returns the array containing the data, or null if there is no data array. The returned array is an int array.

DataInt

Returns the array containing the data, or null if there is no data array.

DataType

Returns the data type of this object, always DataBlk.TYPE_INT.

See Also