DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Public Member Functions | |
ProcessTransformed (void *pbyteOutput, const JlsParameters &info, TRANSFORM transform) | |
void | NewLineRequested (void *pDst, int pixelCount, int stride) |
void | NewLineDecoded (const void *pSrc, int pixelCount, int byteStride) |
Private Types | |
typedef TRANSFORM::SAMPLE | SAMPLE |
Private Member Functions | |
ProcessTransformed (const ProcessTransformed &) | |
Private Attributes | |
BYTE * | _pbyteOutput |
const JlsParameters & | _info |
OFVector< SAMPLE > | _templine |
TRANSFORM | _transform |
TRANSFORM::INVERSE | _inverseTransform |