|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <stdio.h>#include <unidefs.h>#include <user_exits/libuser_exits_exports.h>#include <user_exits/libuser_exits_undef.h>Go to the source code of this file.
Data Structures | |
| struct | SMP_PS_bvr_diff_s |
Typedefs | |
| typedef struct SMP_PS_bvr_diff_s * | SMP_PS_bvr_diff_p_t |
| typedef struct SMP_PS_bvr_diff_s | SMP_PS_bvr_diff_t |
Functions | |
| USER_EXITS_API int | SMP_PS_free_bvr_diffs (SMP_PS_bvr_diff_p_t *diffs) |
| USER_EXITS_API int | SMP_PS_list_bvr_diffs (tag_t bvr_a, tag_t bvr_b, int *n_diffs, SMP_PS_bvr_diff_p_t *diffs) |
| USER_EXITS_API int | SMP_PS_mrp_print_bvr_diffs (FILE *f, SMP_PS_bvr_diff_p_t diffs) |
| USER_EXITS_API int | SMP_PS_print_bvr_diffs (FILE *f, SMP_PS_bvr_diff_p_t diffs) |
This file contains the prototypes for functions that find and list differences between BVR's. A function prototype for freeing the memory allocated is also provided.
Definition in file ps_cmp_bvr.h.