OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmdata
include
dcmtk
dcmdata
dcrlerp.h
1
/*
2
*
3
* Copyright (C) 1994-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: dcmdata
15
*
16
* Author: Marco Eichelberg
17
*
18
* Purpose: representation parameter for RLE
19
*
20
* Last Update: $Author: joergr $
21
* Update Date: $Date: 2010-10-14 13:15:42 $
22
* CVS/RCS Revision: $Revision: 1.4 $
23
* Status: $State: Exp $
24
*
25
* CVS/RCS Log at end of file
26
*
27
*/
28
29
#ifndef DCRLERP_H
30
#define DCRLERP_H
31
32
#include "dcmtk/config/osconfig.h"
33
#include "dcmtk/dcmdata/dcpixel.h"
/* for class DcmRepresentationParameter */
34
39
class
DcmRLERepresentationParameter
:
public
DcmRepresentationParameter
40
{
41
public
:
42
44
DcmRLERepresentationParameter
();
45
47
DcmRLERepresentationParameter
(
const
DcmRLERepresentationParameter
& arg);
48
50
virtual
~DcmRLERepresentationParameter
();
51
56
virtual
DcmRepresentationParameter
*
clone
()
const
;
57
61
virtual
const
char
*
className
()
const
;
62
68
virtual
OFBool
operator==
(
const
DcmRepresentationParameter
&arg)
const
;
69
70
};
71
72
#endif
73
74
/*
75
* CVS/RCS Log
76
* $Log: dcrlerp.h,v $
77
* Revision 1.4 2010-10-14 13:15:42 joergr
78
* Updated copyright header. Added reference to COPYRIGHT file.
79
*
80
* Revision 1.3 2009-11-04 09:58:07 uli
81
* Switched to logging mechanism provided by the "new" oflog module
82
*
83
* Revision 1.2 2005-12-08 16:28:40 meichel
84
* Changed include path schema for all DCMTK header files
85
*
86
* Revision 1.1 2002/06/06 14:52:38 meichel
87
* Initial release of the new RLE codec classes
88
* and the dcmcrle/dcmdrle tools in module dcmdata
89
*
90
*
91
*/
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2