OFFIS DCMTK  Version 3.6.0
diyp2img.h
1 /*
2  *
3  * Copyright (C) 1998-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: DicomYBRPart422Image (Header)
19  *
20  * Last Update: $Author: joergr $
21  * Update Date: $Date: 2010-10-14 13:16:30 $
22  * CVS/RCS Revision: $Revision: 1.11 $
23  * Status: $State: Exp $
24  *
25  * CVS/RCS Log at end of file
26  *
27  */
28 
29 
30 #ifndef DIYP2IMG_H
31 #define DIYP2IMG_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  DiYBRPart422Image(const DiDocument *docu,
56  const EI_Status status);
57 
60  virtual ~DiYBRPart422Image();
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: diyp2img.h,v $
86  * Revision 1.11 2010-10-14 13:16:30 joergr
87  * Updated copyright header. Added reference to COPYRIGHT file.
88  *
89  * Revision 1.10 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.9 2005/12/08 16:02:04 meichel
93  * Changed include path schema for all DCMTK header files
94  *
95  * Revision 1.8 2003/12/17 18:13:01 joergr
96  * Removed leading underscore characters from preprocessor symbols (reserved
97  * symbols).
98  *
99  * Revision 1.7 2001/11/09 16:46:02 joergr
100  * Updated/Enhanced comments.
101  *
102  * Revision 1.6 2001/06/01 15:49:33 meichel
103  * Updated copyright header
104  *
105  * Revision 1.5 2000/03/08 16:21:55 meichel
106  * Updated copyright header.
107  *
108  * Revision 1.4 1999/04/28 12:52:05 joergr
109  * Corrected some typos, comments and formatting.
110  *
111  * Revision 1.3 1998/11/27 14:22:17 joergr
112  * Added copyright message.
113  *
114  * Revision 1.2 1998/05/11 14:53:33 joergr
115  * Added CVS/RCS header to each file.
116  *
117  *
118  */


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