ITK Function Reference

(V10000.1.0.60_20160308.00)
user_pmi_lookup.h
Go to the documentation of this file.
1 //Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 //==================================================
3 //Copyright $2012.
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 
15 #ifndef USER_PMI_LOOKUP_H
16 #define USER_PMI_LOOKUP_H
17 
18 #include <unidefs.h> /* for TAG definition */
20 
21 #include<Pmi0pmi/libpmi0pmi_exports.h>
28 #ifdef __cplusplus
29  extern "C"{
30 #endif
31 
42 (
43  tag_t relation_type_tag,
44  int n_bomlines,
45  const PMI0PMI_bomline_traversed_pmilookup_objs_t *traversed_pmis,
48  int *n_preferred_pmis,
50 );
51 
61 extern PMI0PMI_API int PMI0PMI_user_filter_lines_for_pmilookup
62 (
63  int n_bomlines,
64  const tag_t *bomlines,
65  int *n_filtered_bomlines,
66  tag_t **filtered_bomlines
67 );
68 
70 #ifdef __cplusplus
71 }
72 #endif
73 
74 #include <Pmi0pmi/libpmi0pmi_undef.h>
75 
76 #endif