OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmdata
include
dcmtk
dcmdata
dcofsetl.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: definition of class DcmOffsetList
19
*
20
* Last Update: $Author: joergr $
21
* Update Date: $Date: 2010-10-14 13:15:41 $
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 DCOFSETL_H
30
#define DCOFSETL_H
31
32
#include "dcmtk/config/osconfig.h"
/* make sure OS specific configuration is included first */
33
#include "dcmtk/ofstd/oflist.h"
/* for class OFList<T> */
34
38
typedef
OFList<Uint32>
DcmOffsetList
;
39
40
#endif
41
42
/*
43
* CVS/RCS Log
44
* $Log: dcofsetl.h,v $
45
* Revision 1.4 2010-10-14 13:15:41 joergr
46
* Updated copyright header. Added reference to COPYRIGHT file.
47
*
48
* Revision 1.3 2009-11-04 09:58:07 uli
49
* Switched to logging mechanism provided by the "new" oflog module
50
*
51
* Revision 1.2 2005-12-08 16:28:23 meichel
52
* Changed include path schema for all DCMTK header files
53
*
54
* Revision 1.1 2002/05/24 14:51:43 meichel
55
* Moved helper methods that are useful for different compression techniques
56
* from module dcmjpeg to module dcmdata
57
*
58
*
59
*/
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2