OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmjpeg
include
dcmtk
dcmjpeg
djdecbas.h
1
/*
2
*
3
* Copyright (C) 1997-2010, OFFIS e.V.
4
* All rights reserved. See COPYRIGHT file for details.
5
*
6
* This software and supporting documentation were developed by
7
*
8
* OFFIS e.V.
9
* R&D Division Health
10
* Escherweg 2
11
* D-26121 Oldenburg, Germany
12
*
13
*
14
* Module: dcmjpeg
15
*
16
* Author: Marco Eichelberg, Norbert Olges
17
*
18
* Purpose: Codec class for decoding JPEG Baseline (lossy, 8-bit)
19
*
20
* Last Update: $Author: joergr $
21
* Update Date: $Date: 2010-10-14 13:17:17 $
22
* CVS/RCS Revision: $Revision: 1.3 $
23
* Status: $State: Exp $
24
*
25
* CVS/RCS Log at end of file
26
*
27
*/
28
29
#ifndef DJDECBAS_H
30
#define DJDECBAS_H
31
32
#include "dcmtk/config/osconfig.h"
33
#include "dcmtk/dcmjpeg/djcodecd.h"
/* for class DJCodecDecoder */
34
37
class
DJDecoderBaseline
:
public
DJCodecDecoder
38
{
39
public
:
40
42
DJDecoderBaseline
();
43
45
virtual
~DJDecoderBaseline
();
46
51
virtual
E_TransferSyntax
supportedTransferSyntax
()
const
;
52
53
private
:
54
62
virtual
DJDecoder
*
createDecoderInstance
(
63
const
DcmRepresentationParameter
* toRepParam,
64
const
DJCodecParameter
*cp,
65
Uint8 bitsPerSample,
66
OFBool isYBR)
const
;
67
68
};
69
70
#endif
71
72
/*
73
* CVS/RCS Log
74
* $Log: djdecbas.h,v $
75
* Revision 1.3 2010-10-14 13:17:17 joergr
76
* Updated copyright header. Added reference to COPYRIGHT file.
77
*
78
* Revision 1.2 2005-12-08 16:59:15 meichel
79
* Changed include path schema for all DCMTK header files
80
*
81
* Revision 1.1 2001/11/13 15:56:18 meichel
82
* Initial release of module dcmjpeg
83
*
84
*
85
*/
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2