MeVisLabToolboxReference
mlDICOMCachedIOTreeCacheMapEntry.h
Go to the documentation of this file.
1 /*
2 // Copyright (c) Fraunhofer MEVIS, Bremen, Germany
3 // All rights reserved.
4 // **InsertLicense** code
5 */
6 //----------------------------------------------------------------------------------
8 
13 //----------------------------------------------------------------------------------
14 
15 #ifndef __mlDICOMCachedIOTreeCacheMapEntry_H
16 #define __mlDICOMCachedIOTreeCacheMapEntry_H
17 
18 // Local includes
19 #include "MLDICOMCachedIOSystem.h"
20 #include "mlTypeDefs.h"
21 
22 // DICOM
23 #include <DCMTree_Tree.h>
24 
25 //----------------------------------------------------------------------------------
27 //----------------------------------------------------------------------------------
29 {
30  public:
33 
36 
39 
42 };
43 
44 #endif
45 
Project global and OS specific declarations.
Type of one entry in the MLDICOMCachedIOTreeCache of cached DICOM trees.
Header file containing the most important ML types, definitions; this file can be included without li...
MLint64 MLint
A signed ML integer type with at least 64 bits used for index calculations on very large images even ...
Definition: mlTypeDefs.h:576
#define MLDICOMCachedIO_EXPORT
If included by external modules, exported symbols are declared as import symbols. ...
This class represents a complete DICOM-message, including sequences etc.
DCMTree::TreePtr treePtr
Pointer to the cached DICOM tree.
boost::shared_ptr< Tree > TreePtr
shared pointer to a DCMTree::Tree
Definition: DCMTree_Lib.h:68