|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <bomwriter.h>
Data Fields | |
| char * | assembly_size |
| void * | auto_doc |
| char * | builder_name |
| void * | builder_object |
| long | fatal_minor_errors |
| char ** | lang_codes |
| char * | log_file |
| int | number_of_langs |
| char * | perf_file |
| int | sequence_no |
| BOM_writer_struct | struct_type |
| logical | suppress_output |
| char * | transfer_mode |
| BOM_writer_TransformType | transform_type |
| char ** | user_attributes |
Definition at line 522 of file bomwriter.h.
| char* BOM_writer_format_plmxml::assembly_size |
(I) the assembly size for bomwriter export
Definition at line 544 of file bomwriter.h.
| void* BOM_writer_format_plmxml::auto_doc |
automatic transient plmxml::Document if builder_name is non-NULL.
(Core development use only)
Definition at line 528 of file bomwriter.h.
| char* BOM_writer_format_plmxml::builder_name |
(I) Name of plmxml builder to use
(pointer must remain valid until BOM_writer_write_bomwindow() returns). Defaults to BaseOccurrences builder.
Definition at line 524 of file bomwriter.h.
| void* BOM_writer_format_plmxml::builder_object |
(I) If builder_name is NULL, use this builder object.
Definition at line 527 of file bomwriter.h.
| long BOM_writer_format_plmxml::fatal_minor_errors |
(I) By default, minor errors will be handled quietly.
Set this to -1 to make BOMWriter abort. (Minor errors - missing transforms, empty datasets, etc)
Definition at line 535 of file bomwriter.h.
| char** BOM_writer_format_plmxml::lang_codes |
(I) language list given by user for bomwriter export with plmxml format
Definition at line 540 of file bomwriter.h.
| char* BOM_writer_format_plmxml::log_file |
Definition at line 545 of file bomwriter.h.
| int BOM_writer_format_plmxml::number_of_langs |
(I) the number of languages in lang_codes
Definition at line 541 of file bomwriter.h.
| char* BOM_writer_format_plmxml::perf_file |
(I) the file which wil contains the performance status of the bomwriter
Definition at line 542 of file bomwriter.h.
| int BOM_writer_format_plmxml::sequence_no |
(I) the sequence no for this bomwriter running
Definition at line 543 of file bomwriter.h.
| BOM_writer_struct BOM_writer_format_plmxml::struct_type |
Definition at line 523 of file bomwriter.h.
| logical BOM_writer_format_plmxml::suppress_output |
prevent the normal output from working,
if you are only interested in the side-effects of the traversal. (Core development use only)
Definition at line 532 of file bomwriter.h.
| char* BOM_writer_format_plmxml::transfer_mode |
Definition at line 538 of file bomwriter.h.
| BOM_writer_TransformType BOM_writer_format_plmxml::transform_type |
Definition at line 539 of file bomwriter.h.
| char** BOM_writer_format_plmxml::user_attributes |
(I) Ask for certain bomline properties to appear in the output file,
for "Part" or "Instance".
Definition at line 530 of file bomwriter.h.