ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
cfm
cfm_tokens.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 CFM_TOKENS_H
15
#define CFM_TOKENS_H
16
17
#ifdef __cplusplus
18
19
#endif
20
21
#include <
pom/pom/pom.h
>
22
#include <cfm/libcfm_exports.h>
23
34
#define CFM_MIN_CONFIG_RULE 1
35
#define CFM_specific 1
36
#define CFM_latest 2
37
#define CFM_latest_status 3
38
#define CFM_latest_date_effective 4
39
#define CFM_latest_num_effective 5
40
#define CFM_latest_num_or_date_effective 6
41
#define CFM_MAX_CONFIG_RULE 6
42
44
#define CFM_null_date (POM_null_date())
45
#define CFM_null_unit_number -1
46
49
#include <cfm/libcfm_undef.h>
50
51
#ifdef __cplusplus
52
53
#endif
54
55
#endif