00001 /* 00002 * 00003 * Copyright (C) 1996-2010, OFFIS e.V. 00004 * All rights reserved. See COPYRIGHT file for details. 00005 * 00006 * This software and supporting documentation were developed by 00007 * 00008 * OFFIS e.V. 00009 * R&D Division Health 00010 * Escherweg 2 00011 * D-26121 Oldenburg, Germany 00012 * 00013 * 00014 * Module: dcmimgle 00015 * 00016 * Author: Joerg Riesmeier 00017 * 00018 * Purpose: DicomOverlayImage (Header) 00019 * 00020 * Last Update: $Author: joergr $ 00021 * Update Date: $Date: 2010-10-14 13:16:26 $ 00022 * CVS/RCS Revision: $Revision: 1.8 $ 00023 * Status: $State: Exp $ 00024 * 00025 * CVS/RCS Log at end of file 00026 * 00027 */ 00028 00029 00030 #ifndef DIOVLIMG_H 00031 #define DIOVLIMG_H 00032 00033 #include "dcmtk/config/osconfig.h" 00034 00035 #include "dcmtk/dcmimgle/dimo2img.h" 00036 00037 00038 /*---------------------* 00039 * class declaration * 00040 *---------------------*/ 00041 00044 class DiOverlayImage 00045 : public DiMono2Image 00046 { 00047 00048 public: 00049 00055 DiOverlayImage(const DiDocument *docu, 00056 const EI_Status status); 00057 00060 virtual ~DiOverlayImage(); 00061 }; 00062 00063 00064 #endif 00065 00066 00067 /* 00068 * 00069 * CVS/RCS Log: 00070 * $Log: diovlimg.h,v $ 00071 * Revision 1.8 2010-10-14 13:16:26 joergr 00072 * Updated copyright header. Added reference to COPYRIGHT file. 00073 * 00074 * Revision 1.7 2005-12-08 16:48:02 meichel 00075 * Changed include path schema for all DCMTK header files 00076 * 00077 * Revision 1.6 2003/12/09 10:06:26 joergr 00078 * Removed leading underscore characters from preprocessor symbols (reserved 00079 * symbols). Updated copyright header. 00080 * 00081 * Revision 1.5 2001/06/01 15:49:49 meichel 00082 * Updated copyright header 00083 * 00084 * Revision 1.4 2000/03/08 16:24:22 meichel 00085 * Updated copyright header. 00086 * 00087 * Revision 1.3 1999/09/17 12:46:58 joergr 00088 * Added/changed/completed DOC++ style comments in the header files. 00089 * 00090 * Revision 1.2 1999/03/24 17:20:20 joergr 00091 * Added/Modified comments and formatting. 00092 * 00093 * Revision 1.1 1998/11/27 15:43:13 joergr 00094 * Added copyright message. 00095 * 00096 * Revision 1.2 1998/05/11 14:53:25 joergr 00097 * Added CVS/RCS header to each file. 00098 * 00099 * 00100 */