|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <asmaintained.h>
Data Fields | |
| int | alternateCount |
| tag_t * | altPhysPartRevs |
| int | deviatedCount |
| tag_t * | devPhysPartRevs |
| int | preferredCount |
| tag_t * | prefPhysPartRevs |
| tag_t * | subPhysPartRevs |
| int | substituteCount |
Structure used search installable physical part revisions.
This structure will be used to store all valid preferred, alternate, substitute and deviated physical part revision and each valid count.
Definition at line 98 of file asmaintained.h.
| int SearchInstallableAsmPhysPartParams::alternateCount |
(O) Number of alternate installable physical part revision objects.
Definition at line 102 of file asmaintained.h.
| tag_t* SearchInstallableAsmPhysPartParams::altPhysPartRevs |
(OF) List of alternate installable physical part revision objects.
Definition at line 103 of file asmaintained.h.
| int SearchInstallableAsmPhysPartParams::deviatedCount |
(O) Number of deviated installable physical part revision objects.
Definition at line 106 of file asmaintained.h.
| tag_t* SearchInstallableAsmPhysPartParams::devPhysPartRevs |
(OF) List of deviated installable physical part revision objects.
Definition at line 107 of file asmaintained.h.
| int SearchInstallableAsmPhysPartParams::preferredCount |
(O) Number of preferred installable physical part revision objects.
Definition at line 100 of file asmaintained.h.
| tag_t* SearchInstallableAsmPhysPartParams::prefPhysPartRevs |
(OF) List of preferred installable physical part revision objects.
Definition at line 101 of file asmaintained.h.
| tag_t* SearchInstallableAsmPhysPartParams::subPhysPartRevs |
(OF) List of substitute installable physical part revision objects.
Definition at line 105 of file asmaintained.h.
| int SearchInstallableAsmPhysPartParams::substituteCount |
(O) Number of substitute installable physical part revision objects.
Definition at line 104 of file asmaintained.h.