ITK Function Reference

(V10000.1.0.60_20160308.00)
gdetype.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
6 /* */
7 
8 #ifndef GDETYPE_H_INCLUDED
9 #define GDETYPE_H_INCLUDED
10 
11 #include <tccoreext/libtccoreext_exports.h>
12 
13 #ifdef __cplusplus
14  extern "C"{
15 #endif
16 
28 extern TCCOREEXT_API int GDETYPE_ask_def_class_name(
29  tag_t gde_type_tag,
30  char** def_class_name
31  );
32 
36 extern TCCOREEXT_API int GDETYPE_get_types (
37  int* type_count,
38  tag_t** type_tags
39  );
40 
44 extern TCCOREEXT_API int GDETYPE_ask_typedefinition(
45  tag_t gde_type_tag,
46  tag_t *gde_typedefinition_tag
47  );
48 
52 extern TCCOREEXT_API int GDETYPEDEF_get_cardinality(
53  tag_t gde_typedefinition,
54  int *cardinality
55  );
56 
60 extern TCCOREEXT_API int GDETYPEDEF_get_view_types(
61  tag_t gde_typedefinition,
62  int *numOfAllowableViewTypes,
63  tag_t **allowableViewTypes
64  );
65 
68 #ifdef __cplusplus
69 }
70 #endif
71 
72 #include <tccoreext/libtccoreext_undef.h>
73 
74 #endif