ITK Function Reference

(V10000.1.0.60_20160308.00)
metaframework.h
Go to the documentation of this file.
1 /* Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2  ==================================================
3  Copyright $2014.
4  Siemens Product Lifecycle Management Software Inc.
5  All Rights Reserved.
6  ==================================================
7  Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved. */
8 
13 #ifndef METAFRAMEWORK_H
14 #define METAFRAMEWORK_H
15 
16 #include <unidefs.h>
17 #include <metaframework/libmetaframework_exports.h>
18 
19 #ifdef __cplusplus
20 extern "C"{
21 #endif
22 
27 extern METAFRAMEWORK_API int BO_get_children (
28  tag_t object,
29  int property_names_count,
30  const char ** property_names,
32  int * child_count,
33  tag_t ** child_tags,
34  char *** child_context_property_names
37  );
38 
52 extern METAFRAMEWORK_API int BOREG_tag_to_uid (
53  tag_t tag,
54  char ** string
55  );
56 
69 extern METAFRAMEWORK_API int BOREG_uid_to_tag (
70  const char * uid,
71  tag_t * tag
72  );
73 
87 extern METAFRAMEWORK_API int BOREG_load_bo_extender_lib (
88  const char * bo_name
89  );
90 
103 extern METAFRAMEWORK_API int BOREG_init_extender_bo (
104  tag_t type_tag,
105  int operation_id
106  );
107 
108 #ifdef __cplusplus
109 }
110 #endif
111 
116 #include <metaframework/libmetaframework_undef.h>
117 #endif