Inheritance diagram for ProcessTransformed< TRANSFORM >:

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 |
Definition at line 145 of file procline.h.