|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <user_pmi_lookup_datatypes.h>
Data Fields | |
| tag_t | bomline |
| int | n_traversed_objs |
| tag_t | source_object |
| tag_t * | traversed_objs |
Structure which holds information about the BOMLine for which the Part and Manufacturing Information (PMI) is looked for, the intermediate Item Revision at which the lookup traversal is at and the Part and Manufacturing Information (PMI) Item Revisions from which the preferred one needs to be selected. This structure is used in PMI0PMI_user_preferred_revisions_for_pmilookup as input which lists the Item Revisions for a given BOMLine from which the preferred Item Revision is to chosen.
Definition at line 31 of file user_pmi_lookup_datatypes.h.
| tag_t PMI0PMI_bomline_traversed_pmilookup_objs_s::bomline |
The BOMLine that is being traversed
Definition at line 33 of file user_pmi_lookup_datatypes.h.
| int PMI0PMI_bomline_traversed_pmilookup_objs_s::n_traversed_objs |
Number of associated Item Revisions during grm traversal
Definition at line 35 of file user_pmi_lookup_datatypes.h.
| tag_t PMI0PMI_bomline_traversed_pmilookup_objs_s::source_object |
The source object in the relation traversal path
Definition at line 34 of file user_pmi_lookup_datatypes.h.
| tag_t* PMI0PMI_bomline_traversed_pmilookup_objs_s::traversed_objs |
The associated Item Revisions during grm traversal
Definition at line 36 of file user_pmi_lookup_datatypes.h.