Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

djdecbas.h

00001 /*
00002  *
00003  *  Copyright (C) 1997-2001, OFFIS
00004  *
00005  *  This software and supporting documentation were developed by
00006  *
00007  *    Kuratorium OFFIS e.V.
00008  *    Healthcare Information and Communication Systems
00009  *    Escherweg 2
00010  *    D-26121 Oldenburg, Germany
00011  *
00012  *  THIS SOFTWARE IS MADE AVAILABLE,  AS IS,  AND OFFIS MAKES NO  WARRANTY
00013  *  REGARDING  THE  SOFTWARE,  ITS  PERFORMANCE,  ITS  MERCHANTABILITY  OR
00014  *  FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER DISEASES  OR
00015  *  ITS CONFORMITY TO ANY SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND
00016  *  PERFORMANCE OF THE SOFTWARE IS WITH THE USER.
00017  *
00018  *  Module:  dcmjpeg
00019  *
00020  *  Author:  Marco Eichelberg, Norbert Olges
00021  *
00022  *  Purpose: Codec class for decoding JPEG Baseline (lossy, 8-bit)
00023  *
00024  *  Last Update:      $Author: meichel $
00025  *  Update Date:      $Date: 2001/11/13 15:56:18 $
00026  *  Source File:      $Source: /share/dicom/cvs-depot/dcmtk/dcmjpeg/include/djdecbas.h,v $
00027  *  CVS/RCS Revision: $Revision: 1.1 $
00028  *  Status:           $State: Exp $
00029  *
00030  *  CVS/RCS Log at end of file
00031  *
00032  */
00033 
00034 #ifndef DJDECBAS_H
00035 #define DJDECBAS_H
00036 
00037 #include "osconfig.h"
00038 #include "djcodecd.h" /* for class DJCodecDecoder */
00039 
00042 class DJDecoderBaseline : public DJCodecDecoder
00043 {
00044 public: 
00045 
00047   DJDecoderBaseline();
00048 
00050   virtual ~DJDecoderBaseline();
00051 
00056   virtual E_TransferSyntax supportedTransferSyntax() const;
00057 
00058 private:
00059 
00067   virtual DJDecoder *createDecoderInstance(
00068     const DcmRepresentationParameter * toRepParam,
00069     const DJCodecParameter *cp,
00070     Uint8 bitsPerSample,
00071     OFBool isYBR) const;
00072 
00073 };
00074 
00075 #endif
00076 
00077 /*
00078  * CVS/RCS Log
00079  * $Log: djdecbas.h,v $
00080  * Revision 1.1  2001/11/13 15:56:18  meichel
00081  * Initial release of module dcmjpeg
00082  *
00083  *
00084  */


Generated on 8 Dec 2004 for OFFIS DCMTK Version 3.5.3 by Doxygen 1.3.9.1