ITK Function Reference

(V10000.1.0.60_20160308.00)
tc_mgc_extern.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 TC_MGC_EXTERN_H
16 #define TC_MGC_EXTERN_H
17 
18 #include <mgc/libmgc_exports.h>
19 
25 #ifdef __cplusplus
26 extern "C"{
27 #endif
28 
29 extern MGC_API int TC_MGC__is_mgc_object (
30  tag_t obj_tag,
31  tag_t* mgc_item_tag,
32  tag_t* mgc_item_rev_tag,
33  logical* answer
34  );
35 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #include <mgc/libmgc_undef.h>
43 
44 #endif