OFFIS DCMTK  Version 3.6.0
diyf2img.h
1 /*
2  *
3  * Copyright (C) 1996-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: dcmimage
15  *
16  * Author: Joerg Riesmeier
17  *
18  * Purpose: DicomYBR422Image (Header)
19  *
20  * Last Update: $Author: joergr $
21  * Update Date: $Date: 2010-10-14 13:16:30 $
22  * CVS/RCS Revision: $Revision: 1.13 $
23  * Status: $State: Exp $
24  *
25  * CVS/RCS Log at end of file
26  *
27  */
28 
29 
30 #ifndef DIYF2IMG_H
31 #define DIYF2IMG_H
32 
33 #include "dcmtk/config/osconfig.h"
34 
35 #include "dcmtk/dcmimage/dicoimg.h"
36 
37 
38 /*---------------------*
39  * class declaration *
40  *---------------------*/
41 
45  : public DiColorImage
46 {
47 
48  public:
49 
55  DiYBR422Image(const DiDocument *docu,
56  const EI_Status status);
57 
60  virtual ~DiYBR422Image();
61 
68  virtual int processNextFrames(const unsigned long fcount);
69 
70 
71  protected:
72 
75  void Init();
76 };
77 
78 
79 #endif
80 
81 
82 /*
83  *
84  * CVS/RCS Log:
85  * $Log: diyf2img.h,v $
86  * Revision 1.13 2010-10-14 13:16:30 joergr
87  * Updated copyright header. Added reference to COPYRIGHT file.
88  *
89  * Revision 1.12 2009-11-25 14:38:55 joergr
90  * Adapted code for new approach to access individual frames of a DICOM image.
91  *
92  * Revision 1.11 2005/12/08 16:02:02 meichel
93  * Changed include path schema for all DCMTK header files
94  *
95  * Revision 1.10 2003/12/17 18:12:42 joergr
96  * Removed leading underscore characters from preprocessor symbols (reserved
97  * symbols).
98  *
99  * Revision 1.9 2001/11/09 16:46:01 joergr
100  * Updated/Enhanced comments.
101  *
102  * Revision 1.8 2001/06/01 15:49:32 meichel
103  * Updated copyright header
104  *
105  * Revision 1.7 2000/04/27 13:15:15 joergr
106  * Dcmimage library code now consistently uses ofConsole for error output.
107  *
108  * Revision 1.6 2000/03/08 16:21:54 meichel
109  * Updated copyright header.
110  *
111  * Revision 1.5 2000/03/03 14:07:52 meichel
112  * Implemented library support for redirecting error messages into memory
113  * instead of printing them to stdout/stderr for GUI applications.
114  *
115  * Revision 1.4 1999/04/28 12:52:04 joergr
116  * Corrected some typos, comments and formatting.
117  *
118  * Revision 1.3 1998/11/27 14:19:46 joergr
119  * Added copyright message.
120  *
121  * Revision 1.2 1998/05/11 14:53:32 joergr
122  * Added CVS/RCS header to each file.
123  *
124  *
125  */


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2