|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <unidefs.h>#include <stdio.h>#include <bom/libbom_exports.h>#include <bom/libbom_undef.h>Go to the source code of this file.
Data Structures | |
| struct | BOM_writer_format_ajt |
| struct | BOM_writer_format_empty |
| struct | BOM_writer_format_flatten |
| struct | BOM_writer_format_plmxml |
| union | BOM_writer_format_u |
| union | BOM_writer_output |
| struct | BOM_writer_output_file |
| struct | BOM_writer_output_smstring |
| struct | BOM_writer_struct |
| struct | BOM_writer_traversal |
Macros | |
User Attribute prefix strings | |
| #define | BOMWRITER_UA_TARGET "target:" |
| #define | BOMWRITER_UA_PREF "pref:" |
| #define | BOMWRITER_UA_ATTRMAP "attrmap:" |
| #define | BOMWRITER_UA_KEY "key:" |
| #define | BOMWRITER_UA_PROP "prop:" |
| #define | BOMWRITER_UA_ATTR "attr:" |
| #define | BOMWRITER_UA_LITERAL "literal:" |
| #define | BOMWRITER_UA_PROPUID "propuid:" |
BOM Writer - format user callback definitions | |
| #define | BOM_writer_node_unset 0 |
| #define | BOM_writer_node_selected (1<<0) |
| #define | BOM_writer_node_ancestor (1<<1) |
| #define | BOM_writer_node_descendant (1<<2) |
| #define | BOM_writer_node_leaf (1<<3) |
| #define | BOM_writer_node_assy_geom (1<<4) |
| #define | BOM_writer_node_subselected (1<<5) |
| #define | BOM_writer_node_subancestor (1<<6) |
| #define | BOM_writer_node_subdescendant (1<<7) |
| typedef char *(* | BOM_writer_userfunc_t )(tag_t bomline, tag_t parent, void *transform, int node_reason, int depth, void *userdata) |
ITK calls into the BOMWriter system
Definition in file bomwriter.h.