ITK Function Reference

(V10000.1.0.60_20160308.00)
partition_user_exits.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 
16 #ifndef TEAMCENTER_PARTITION_USER_EXITS_HXX
17 #define TEAMCENTER_PARTITION_USER_EXITS_HXX
18 
30 #include <unidefs.h>
31 #include <ptn0partition/libptn0partition_exports.h>
32 
37 #define PTN_validate_realized_ptns_msg "BMF_PTN_validate_realized_ptns"
38 
39 
40 #ifdef __cplusplus
41 extern "C"
42 {
43 #endif
44 
58 extern PTN0PARTITION_API int USER_realized_partition_validations(
59  int ptn_count,
60  const tag_t* template_ptns,
61  const tag_t* realized_ptns,
62  int* out_ptn_count,
63  tag_t** out_template_ptns,
64  tag_t** out_realized_ptns
65 );
66 
67 #ifdef __cplusplus
68 }
69 #endif
70 
71 #include <ptn0partition/libptn0partition_undef.h>
72 #endif