ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
user_exits
ps_cmp_bvr.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
13
/* */
14
15
#ifndef PS_CMP_BVR_H
16
#define PS_CMP_BVR_H
17
18
#include <stdio.h>
19
#include <
unidefs.h
>
20
45
typedef
struct
SMP_PS_bvr_diff_s
46
{
47
tag_t
myBOMline
;
48
tag_t
window1
;
49
tag_t
window2
;
50
}
SMP_PS_bvr_diff_t
, *
SMP_PS_bvr_diff_p_t
;
51
52
#include <user_exits/libuser_exits_exports.h>
53
54
#ifdef __cplusplus
55
extern
"C"
{
56
#endif
57
61
extern
USER_EXITS_API
int
SMP_PS_list_bvr_diffs
(
62
tag_t
bvr_a,
63
tag_t
bvr_b,
64
int
* n_diffs,
65
SMP_PS_bvr_diff_p_t* diffs
66
);
67
71
extern
USER_EXITS_API
int
SMP_PS_print_bvr_diffs
(
72
FILE* f,
73
SMP_PS_bvr_diff_p_t diffs
74
);
75
79
extern
USER_EXITS_API
int
SMP_PS_mrp_print_bvr_diffs
(
80
FILE* f,
81
SMP_PS_bvr_diff_p_t diffs
82
);
83
87
extern
USER_EXITS_API
int
SMP_PS_free_bvr_diffs
(
88
SMP_PS_bvr_diff_p_t* diffs
89
);
90
93
#ifdef __cplusplus
94
}
95
#endif
96
97
#include <user_exits/libuser_exits_undef.h>
98
99
#endif