ITK Function Reference

(V10000.1.0.60_20160308.00)
nxtc.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 
18 #ifndef NXTC_H
19 #define NXTC_H
20 
21 #include <unidefs.h>
22 #include <nxmgr_im/libnxmgr_im_exports.h>
23 
29 #ifdef __cplusplus
30 extern "C"{
31 #endif
32 
41 extern NXMGR_IM_API int NXTC_where_used_all(
42  tag_t dataset,
43  int* n_revs,
44  tag_t** revs
45  );
46 
50 extern NXMGR_IM_API int NXTC_where_used_precise(
51  tag_t dataset,
52  int* n_revs,
53  tag_t** revs
54  );
55 
59 extern NXMGR_IM_API int NXTC_where_used_configured(
60  tag_t dataset,
61  tag_t config_rule,
62  int* n_revs,
63  tag_t** revs
64  );
65 
69 extern NXMGR_IM_API int NXTC_get_nx_count();
73 extern NXMGR_IM_API void NXTC_inc_nx_count();
74 
78 extern NXMGR_IM_API void NXTC_dec_nx_count();
79 
80 #ifdef __cplusplus
81 }
82 #endif
83 
86 #include <nxmgr_im/libnxmgr_im_undef.h>
87 
88 #endif