|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <fclasses/cmp_errors.h>#include <fclasses/cmp_tokens.h>#include <fclasses/tc_basic.h>#include <fclasses/libfclasses_exports.h>#include <fclasses/libfclasses_undef.h>Go to the source code of this file.
Functions | |
| FCLASSES_API int | CMP_add_cached_char (tag_t cache, char value) |
| FCLASSES_API int | CMP_add_cached_date (tag_t cache, date_t value) |
| FCLASSES_API int | CMP_add_cached_double (tag_t cache, double value) |
| FCLASSES_API int | CMP_add_cached_int (tag_t cache, int value) |
| FCLASSES_API int | CMP_add_cached_logical (tag_t cache, logical value) |
| FCLASSES_API int | CMP_add_cached_string (tag_t cache, char *value) |
| FCLASSES_API int | CMP_add_cached_tag (tag_t cache, tag_t value) |
| FCLASSES_API int | CMP_ask_app_data (tag_t engine, void **app_data) |
| FCLASSES_API int | CMP_ask_cached_char (tag_t cache, char *value) |
| FCLASSES_API int | CMP_ask_cached_char_array (tag_t cache, int *n, char **value) |
| FCLASSES_API int | CMP_ask_cached_date (tag_t cache, date_t *value) |
| FCLASSES_API int | CMP_ask_cached_date_array (tag_t cache, int *n, date_t **value) |
| FCLASSES_API int | CMP_ask_cached_double (tag_t cache, double *value) |
| FCLASSES_API int | CMP_ask_cached_int (tag_t cache, int *value) |
| FCLASSES_API int | CMP_ask_cached_logical (tag_t cache, logical *value) |
| FCLASSES_API int | CMP_ask_cached_pointer (tag_t cache, void **value) |
| FCLASSES_API int | CMP_ask_cached_string (tag_t cache, char **value) |
| FCLASSES_API int | CMP_ask_cached_string_array (tag_t cache, int *n, char ***value) |
| FCLASSES_API int | CMP_ask_cached_tag (tag_t cache, tag_t *value) |
| FCLASSES_API int | CMP_ask_cached_tag_array (tag_t cache, int *n, tag_t **value) |
| FCLASSES_API int | CMP_ask_data_cache (tag_t set, tag_t element, int side, int *cache_type, tag_t *cache) |
| FCLASSES_API int | CMP_ask_diff (tag_t set, logical *is_added, int *added_to_side, logical *is_changed) |
| FCLASSES_API int | CMP_ask_diff_elements (tag_t set, int *n, tag_t **elements) |
| FCLASSES_API int | CMP_ask_diff_sets (tag_t engine, int *n, tag_t **diff_sets) |
| FCLASSES_API int | CMP_ask_element_application_flag (tag_t element, int app_flag, logical *value) |
| FCLASSES_API int | CMP_ask_element_info (tag_t element, int *element_type, int *priority, int *cache_type, char **uif_name, logical *suppress_value) |
| FCLASSES_API int | CMP_ask_element_methods (tag_t element, CMP_compare_obj_method_t **obj_method, CMP_compare_agg_method_t **agg_method, CMP_update_cache_method_t **cache_method, CMP_uif_name_method_t **name_method, CMP_uif_value_method_t **value_method, CMP_free_cache_method_t **free_method) |
| FCLASSES_API int | CMP_ask_element_value (tag_t set, int side, tag_t element, char **value) |
| FCLASSES_API int | CMP_ask_element_value_char (tag_t set, int side, tag_t element, char *value) |
| FCLASSES_API int | CMP_ask_element_value_char_array (tag_t set, int side, tag_t element, int *n, char **value) |
| FCLASSES_API int | CMP_ask_element_value_date (tag_t set, int side, tag_t element, date_t *value) |
| FCLASSES_API int | CMP_ask_element_value_date_array (tag_t set, int side, tag_t element, int *n, date_t **value) |
| FCLASSES_API int | CMP_ask_element_value_double (tag_t set, int side, tag_t element, double *value) |
| FCLASSES_API int | CMP_ask_element_value_int (tag_t set, int side, tag_t element, int *value) |
| FCLASSES_API int | CMP_ask_element_value_logical (tag_t set, int side, tag_t element, logical *value) |
| FCLASSES_API int | CMP_ask_element_value_string (tag_t set, int side, tag_t element, char **value) |
| FCLASSES_API int | CMP_ask_element_value_string_array (tag_t set, int side, tag_t element, int *n, char ***value) |
| FCLASSES_API int | CMP_ask_element_value_tag (tag_t set, int side, tag_t element, tag_t *value) |
| FCLASSES_API int | CMP_ask_element_value_tag_array (tag_t set, int side, tag_t element, int *n, tag_t **value) |
| FCLASSES_API int | CMP_ask_elements (tag_t desc, int *n, tag_t **elements) |
| FCLASSES_API int | CMP_ask_engine_of_set (tag_t set, tag_t *engine) |
| FCLASSES_API int | CMP_ask_objects_in_set (tag_t set, int side, int *n, tag_t **objects) |
| FCLASSES_API int | CMP_ask_ordered_elements (tag_t desc, int *n, tag_t **elements) |
| FCLASSES_API int | CMP_ask_prop_element_info (tag_t prop_element, int *aggregate_type, char **prop_name, char **disp_prop_name) |
| FCLASSES_API int | CMP_ask_prop_element_order (tag_t prop_element, int *order) |
| FCLASSES_API int | CMP_ask_sets (tag_t engine, int *n, tag_t **sets) |
| FCLASSES_API int | CMP_create (tag_t compare_desc, tag_t *engine) |
| FCLASSES_API int | CMP_create_desc (const char *name, tag_t *desc) |
| FCLASSES_API int | CMP_create_element (tag_t desc, int priority, int cache_type, const char *name, logical suppress_value, tag_t *element) |
| FCLASSES_API int | CMP_create_prop_element (tag_t desc, int priority, int cache_type, const char *name, logical suppress_value, tag_t type_tag, const char *prop_name, const char *disp_prop_name, tag_t *element) |
| FCLASSES_API int | CMP_cull_compare_set (tag_t set) |
| FCLASSES_API int | CMP_cull_compare_sets (tag_t engine) |
| FCLASSES_API int | CMP_find_desc (const char *name, tag_t *compare_desc) |
| FCLASSES_API int | CMP_register_compare_agg_method (tag_t element, CMP_compare_agg_method_t *method) |
| FCLASSES_API int | CMP_register_compare_obj_method (tag_t element, CMP_compare_obj_method_t *method) |
| FCLASSES_API int | CMP_register_free_cache_method (tag_t element, CMP_free_cache_method_t *method) |
| FCLASSES_API int | CMP_register_uif_name_method (tag_t element, CMP_uif_name_method_t *method) |
| FCLASSES_API int | CMP_register_uif_value_method (tag_t element, CMP_uif_value_method_t *method) |
| FCLASSES_API int | CMP_register_update_cache_method (tag_t element, CMP_update_cache_method_t *method) |
| FCLASSES_API int | CMP_set_aggregate_type (tag_t prop_element, int aggregate_type) |
| FCLASSES_API int | CMP_set_app_data (tag_t engine, void *app_data) |
| FCLASSES_API int | CMP_set_cached_char (tag_t cache, char value) |
| FCLASSES_API int | CMP_set_cached_char_array (tag_t cache, int n, char *value) |
| FCLASSES_API int | CMP_set_cached_date (tag_t cache, date_t value) |
| FCLASSES_API int | CMP_set_cached_date_array (tag_t cache, int n, date_t *value) |
| FCLASSES_API int | CMP_set_cached_double (tag_t cache, double value) |
| FCLASSES_API int | CMP_set_cached_int (tag_t cache, int value) |
| FCLASSES_API int | CMP_set_cached_logical (tag_t cache, logical value) |
| FCLASSES_API int | CMP_set_cached_pointer (tag_t cache, void *value) |
| FCLASSES_API int | CMP_set_cached_string (tag_t cache, char *value) |
| FCLASSES_API int | CMP_set_cached_string_array (tag_t cache, int n, char **value) |
| FCLASSES_API int | CMP_set_cached_tag (tag_t cache, tag_t value) |
| FCLASSES_API int | CMP_set_cached_tag_array (tag_t cache, int n, tag_t *value) |
| FCLASSES_API int | CMP_set_element_application_flag (tag_t element, int app_flag, logical value) |
| FCLASSES_API int | CMP_set_element_display_order (tag_t desc, int n, tag_t *elements) |
| FCLASSES_API int | CMP_set_prop_element_order (tag_t prop_element, int order) |
Variables | |
| FCLASSES_API const char *const | CMP_std_descriptor_appr_compare_name |
| FCLASSES_API const char *const | CMP_std_descriptor_LBOM_compare_name |
| FCLASSES_API const char *const | CMP_std_descriptor_LBOM_withocc_compare_name |
| FCLASSES_API const char *const | CMP_std_descriptor_P_id_A_rev_qty_name |
| FCLASSES_API const char *const | CMP_std_descriptor_P_id_seq_A_rev_qty_name |