OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmjpeg
include
dcmtk
dcmjpeg
ddpiimpl.h
1
/*
2
*
3
* Copyright (C) 2003-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: Joerg Riesmeier
17
*
18
* Purpose: Implementation of DICOMDIR image support (plugin)
19
*
20
* Last Update: $Author: joergr $
21
* Update Date: $Date: 2010-10-14 13:17:16 $
22
* CVS/RCS Revision: $Revision: 1.4 $
23
* Status: $State: Exp $
24
*
25
* CVS/RCS Log at end of file
26
*
27
*/
28
29
30
#ifndef DDPIIMPL_H
31
#define DDPIIMPL_H
32
33
#include "dcmtk/config/osconfig.h"
34
35
#include "dcmtk/dcmdata/dcddirif.h"
36
37
38
/*---------------------*
39
* class declaration *
40
*---------------------*/
41
44
class
DicomDirImageImplementation
45
:
public
DicomDirImagePlugin
46
{
47
public
:
48
51
DicomDirImageImplementation
();
52
55
virtual
~DicomDirImageImplementation
();
56
67
virtual
OFBool
scaleData
(
const
Uint8 *srcData,
68
const
unsigned
int
srcWidth,
69
const
unsigned
int
srcHeight,
70
Uint8 *dstData,
71
const
unsigned
int
dstWidth,
72
const
unsigned
int
dstHeight)
const
;
73
86
virtual
OFBool
scaleImage
(
DcmItem
*dataset,
87
Uint8 *pixel,
88
const
unsigned
long
count,
89
const
unsigned
long
frame,
90
const
unsigned
int
width,
91
const
unsigned
int
height,
92
const
OFBool decompressAll = OFFalse)
const
;
93
};
94
95
96
#endif
97
98
99
/*
100
*
101
* CVS/RCS Log:
102
* $Log: ddpiimpl.h,v $
103
* Revision 1.4 2010-10-14 13:17:16 joergr
104
* Updated copyright header. Added reference to COPYRIGHT file.
105
*
106
* Revision 1.3 2009-11-25 13:36:47 joergr
107
* Adapted code for new approach to access individual frames of a DICOM image.
108
*
109
* Revision 1.2 2005-12-08 16:59:09 meichel
110
* Changed include path schema for all DCMTK header files
111
*
112
* Revision 1.1 2003/08/12 13:15:27 joergr
113
* Added plugable image support for the new DICOMDIR class.
114
*
115
*
116
*/
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2