ITK Function Reference

(V10000.1.0.60_20160308.00)
cals_exits.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
17 /* */
18 
19 #ifndef CALS_EXITS_H
20 #define CALS_EXITS_H
21 
22 #include <tc/tc_startup.h>
23 
24 #include <user_exits/libuser_exits_exports.h>
25 
26 #ifdef __cplusplus
27  extern "C"{
28 #endif
29 
39 extern USER_EXITS_API int CALS_revising_bvr(
40  tag_t source_bvr,
41  tag_t new_bvr
42  );
43 
47 extern USER_EXITS_API int CALS_copying_bvr(
48  tag_t source_bvr,
49  tag_t new_bvr
50  );
51 
55 extern USER_EXITS_API int CALS_saving_bvr(
56  tag_t bvr
57  );
58 
68 extern USER_EXITS_API int CALS_deleting_occ(
69  tag_t parent_bvr,
70  tag_t occurrence,
71  int* n_objs,
72  tag_t** objs_to_delete
73  );
74 
77 #ifdef __cplusplus
78 }
79 #endif
80 
81 #include <user_exits/libuser_exits_undef.h>
82 
83 #endif