ITK Function Reference

(V10000.1.0.60_20160308.00)
pom_experimental.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2013.
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 
18 #ifndef POM_EXPERIMENTAL_H_INCLUDED
19 #define POM_EXPERIMENTAL_H_INCLUDED
20 
21 #include <pom/pom/libpom_exports.h>
22 
23 #ifdef __cplusplus
24 extern "C"
25 {
26 #endif
27 
47 POMAPI int POM_replace_reference(
48  tag_t inst,
49  tag_t replacement
50  );
51 
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #include <pom/pom/libpom_undef.h>
58 
59 #endif /* POM_EXPERIMENTAL_H_INCLUDED */