ITK Function Reference

(V10000.1.0.60_20160308.00)
cmp_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 CMP_TOKENS_H
15 #define CMP_TOKENS_H
16 
17 #include <fclasses/tc_basic.h>
18 #include <unidefs.h>
19 #include <fclasses/libfclasses_exports.h>
20 
27 typedef enum
28 {
31 } CMP_side_e;
32 
33 typedef enum
34 {
39 
40 typedef enum
41 {
45 
46 typedef enum
47 {
66 
70 typedef enum
71 {
74 } CMP_order_e;
75 
76 #define IS_CMP_ORDER_E(a) ( ( CMP_order_by_value <= (a) ) && ( (a) <= CMP_order_by_length_and_value ) )
77 
79  tag_t eim_object,
80  tag_t compare_set,
81  tag_t compare_element,
82  int* result
83  );
84 
86  tag_t compare_set,
87  tag_t compare_element,
88  int* result
89  );
90 
92  tag_t compare_set,
93  CMP_side_e side,
94  tag_t eim_object,
95  tag_t compare_element
96  );
97 
98 typedef int (CMP_uif_name_method_t)(
99  tag_t compare_element,
100  char** display_name
101  );
102 
104  tag_t compare_set,
105  CMP_side_e side,
106  tag_t compare_element,
107  char** display_value
108  );
109 
111  void* externalCache,
112  tag_t compare_element
113  );
114 
117 #include <fclasses/libfclasses_undef.h>
118 #endif