OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmpstat
include
dcmtk
dcmpstat
dvpsvwl.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: dcmpstat
15
*
16
* Author: Marco Eichelberg
17
*
18
* Purpose:
19
* classes: DVPSVOIWindow_PList
20
*
21
* Last Update: $Author: joergr $
22
* Update Date: $Date: 2010-10-14 13:16:37 $
23
* CVS/RCS Revision: $Revision: 1.11 $
24
* Status: $State: Exp $
25
*
26
* CVS/RCS Log at end of file
27
*
28
*/
29
30
#ifndef DVPSVWL_H
31
#define DVPSVWL_H
32
33
#include "dcmtk/config/osconfig.h"
/* make sure OS specific configuration is included first */
34
#include "dcmtk/dcmdata/dcitem.h"
35
36
class
DVPSVOIWindow
;
37
38
44
class
DVPSVOIWindow_PList
45
{
46
public
:
48
DVPSVOIWindow_PList
();
49
51
DVPSVOIWindow_PList
(
const
DVPSVOIWindow_PList
& copy);
52
57
DVPSVOIWindow_PList
*
clone
() {
return
new
DVPSVOIWindow_PList
(*
this
); }
58
60
virtual
~DVPSVOIWindow_PList
();
61
69
OFCondition
read
(
DcmItem
&dset);
70
75
void
clear
();
76
80
size_t
size
()
const
{
return
list_
.
size
(); }
81
87
DVPSVOIWindow
*
getVOIWindow
(
size_t
idx);
88
89
private
:
90
92
DVPSVOIWindow_PList
&
operator=
(
const
DVPSVOIWindow_PList
&);
93
96
OFList<DVPSVOIWindow *>
list_
;
97
98
};
99
100
#endif
101
102
/*
103
* $Log: dvpsvwl.h,v $
104
* Revision 1.11 2010-10-14 13:16:37 joergr
105
* Updated copyright header. Added reference to COPYRIGHT file.
106
*
107
* Revision 1.10 2010-10-07 14:31:36 joergr
108
* Removed leading underscore characters from preprocessor symbols (reserved).
109
*
110
* Revision 1.9 2009-11-24 14:12:58 uli
111
* Switched to logging mechanism provided by the "new" oflog module.
112
*
113
* Revision 1.8 2009-09-30 10:42:38 uli
114
* Make dcmpstat's include headers self-sufficient by including all
115
* needed headers directly and stop using dctk.h
116
*
117
* Revision 1.7 2005-12-08 16:04:14 meichel
118
* Changed include path schema for all DCMTK header files
119
*
120
* Revision 1.6 2003/06/04 10:18:06 meichel
121
* Replaced private inheritance from template with aggregation
122
*
123
* Revision 1.5 2001/09/26 15:36:19 meichel
124
* Adapted dcmpstat to class OFCondition
125
*
126
* Revision 1.4 2001/06/01 15:50:25 meichel
127
* Updated copyright header
128
*
129
* Revision 1.3 2000/06/02 16:00:55 meichel
130
* Adapted all dcmpstat classes to use OFConsole for log and error output
131
*
132
* Revision 1.2 2000/03/08 16:28:59 meichel
133
* Updated copyright header.
134
*
135
* Revision 1.1 1998/12/22 17:57:10 meichel
136
* Implemented Presentation State interface for overlays,
137
* VOI LUTs, VOI windows, curves. Added test program that
138
* allows to add curve data to DICOM images.
139
*
140
*
141
*/
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2