ITK Function Reference

(V10000.1.0.60_20160308.00)
dmi_const.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
12 /* */
13 
14 #ifndef DMI_CONST_H_INCLUDED
15 #define DMI_CONST_H_INCLUDED
16 
17 #include <dmi/libdmi_exports.h>
18 
29 #define DMI_file_name_size_c 32
30 #define DMI_path_name_size_c 255
31 #define DMI_CREATE_MARKUP 101
32 #define DMI_MERGE_ALL_MARKUPS 102
33 
36 #define DMI_PROFILE "DocProfile"
37 
39 #define DMI_TYPE "Document"
40 
42 #define DMI_REV_TYPE "DocumentRevision"
43 
45 #define DMI_DOC_BINDER TC_reference_rtype
46 
48 #define DMI_BINDER_NAME "Binder"
49 
51 #define DMI_MARKUP "Markup"
52 
54 #define DMI_TEMP_MARKUP "TempMarkup"
55 
57 #define DMI_MARKUP_rtype "DMI_markup"
58 
60 #define DMI_IMAGE "Image"
61 
68 #define DMI_THUMBNAIL "ThumbNail"
69 
71 #define DMI_TEXT "Text"
72 
74 #define DMI_STACK "DocStack"
75 
78 #define EXPORT_DIR "/tmp"
79 
82 #include <dmi/libdmi_undef.h>
83 
84 #endif