OFFIS DCMTK  Version 3.6.0
diovlimg.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: dcmimgle
15  *
16  * Author: Joerg Riesmeier
17  *
18  * Purpose: DicomOverlayImage (Header)
19  *
20  * Last Update: $Author: joergr $
21  * Update Date: $Date: 2010-10-14 13:16:26 $
22  * CVS/RCS Revision: $Revision: 1.8 $
23  * Status: $State: Exp $
24  *
25  * CVS/RCS Log at end of file
26  *
27  */
28 
29 
30 #ifndef DIOVLIMG_H
31 #define DIOVLIMG_H
32 
33 #include "dcmtk/config/osconfig.h"
34 
35 #include "dcmtk/dcmimgle/dimo2img.h"
36 
37 
38 /*---------------------*
39  * class declaration *
40  *---------------------*/
41 
45  : public DiMono2Image
46 {
47 
48  public:
49 
55  DiOverlayImage(const DiDocument *docu,
56  const EI_Status status);
57 
60  virtual ~DiOverlayImage();
61 };
62 
63 
64 #endif
65 
66 
67 /*
68  *
69  * CVS/RCS Log:
70  * $Log: diovlimg.h,v $
71  * Revision 1.8 2010-10-14 13:16:26 joergr
72  * Updated copyright header. Added reference to COPYRIGHT file.
73  *
74  * Revision 1.7 2005-12-08 16:48:02 meichel
75  * Changed include path schema for all DCMTK header files
76  *
77  * Revision 1.6 2003/12/09 10:06:26 joergr
78  * Removed leading underscore characters from preprocessor symbols (reserved
79  * symbols). Updated copyright header.
80  *
81  * Revision 1.5 2001/06/01 15:49:49 meichel
82  * Updated copyright header
83  *
84  * Revision 1.4 2000/03/08 16:24:22 meichel
85  * Updated copyright header.
86  *
87  * Revision 1.3 1999/09/17 12:46:58 joergr
88  * Added/changed/completed DOC++ style comments in the header files.
89  *
90  * Revision 1.2 1999/03/24 17:20:20 joergr
91  * Added/Modified comments and formatting.
92  *
93  * Revision 1.1 1998/11/27 15:43:13 joergr
94  * Added copyright message.
95  *
96  * Revision 1.2 1998/05/11 14:53:25 joergr
97  * Added CVS/RCS header to each file.
98  *
99  *
100  */


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