OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmpstat
include
dcmtk
dcmpstat
dvpsal.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: DVPSOverlayCurveActivationLayer
20
*
21
* Last Update: $Author: joergr $
22
* Update Date: $Date: 2010-10-14 13:16:36 $
23
* CVS/RCS Revision: $Revision: 1.10 $
24
* Status: $State: Exp $
25
*
26
* CVS/RCS Log at end of file
27
*
28
*/
29
30
#ifndef DVPSAL_H
31
#define DVPSAL_H
32
33
#include "dcmtk/config/osconfig.h"
/* make sure OS specific configuration is included first */
34
#include "dcmtk/dcmdata/dcitem.h"
35
#include "dcmtk/dcmdata/dcvrcs.h"
36
45
class
DVPSOverlayCurveActivationLayer
46
{
47
public
:
49
DVPSOverlayCurveActivationLayer
();
50
52
DVPSOverlayCurveActivationLayer
(
const
DVPSOverlayCurveActivationLayer
& copy);
53
58
DVPSOverlayCurveActivationLayer
*
clone
() {
return
new
DVPSOverlayCurveActivationLayer
(*
this
); }
59
61
virtual
~DVPSOverlayCurveActivationLayer
();
62
72
OFCondition
read
(
DcmItem
&dset, Uint16 ovGroup);
73
80
OFCondition
write
(
DcmItem
&dset);
81
85
void
setActivationLayer
(
const
char
*aLayer);
86
90
void
setRepeatingGroup
(Uint16 rGroup);
91
95
const
char
*
getActivationLayer
();
96
100
Uint16
getRepeatingGroup
();
101
106
OFBool
isRepeatingGroup
(Uint16 rGroup);
107
108
private
:
109
111
DVPSOverlayCurveActivationLayer
&
operator=
(
const
DVPSOverlayCurveActivationLayer
&);
112
114
Uint16
repeatingGroup
;
116
DcmCodeString
activationLayer
;
117
118
};
119
120
#endif
121
122
/*
123
* $Log: dvpsal.h,v $
124
* Revision 1.10 2010-10-14 13:16:36 joergr
125
* Updated copyright header. Added reference to COPYRIGHT file.
126
*
127
* Revision 1.9 2010-10-07 14:31:35 joergr
128
* Removed leading underscore characters from preprocessor symbols (reserved).
129
*
130
* Revision 1.8 2009-11-24 14:12:57 uli
131
* Switched to logging mechanism provided by the "new" oflog module.
132
*
133
* Revision 1.7 2009-09-30 10:42:38 uli
134
* Make dcmpstat's include headers self-sufficient by including all
135
* needed headers directly and stop using dctk.h
136
*
137
* Revision 1.6 2005-12-08 16:03:34 meichel
138
* Changed include path schema for all DCMTK header files
139
*
140
* Revision 1.5 2001/09/26 15:36:08 meichel
141
* Adapted dcmpstat to class OFCondition
142
*
143
* Revision 1.4 2001/06/01 15:50:12 meichel
144
* Updated copyright header
145
*
146
* Revision 1.3 2000/06/02 16:00:43 meichel
147
* Adapted all dcmpstat classes to use OFConsole for log and error output
148
*
149
* Revision 1.2 2000/03/08 16:28:48 meichel
150
* Updated copyright header.
151
*
152
* Revision 1.1 1998/11/27 14:50:24 meichel
153
* Initial Release.
154
*
155
*
156
*/
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2