|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <bomwriter.h>
Completely blank format: all output comes from the callbacks, which should return NULL on fatal error, or a MEM_free()able string otherwise.
Definition at line 413 of file bomwriter.h.
| BOM_writer_asktform_t BOM_writer_format_empty::ask_transform |
(I) Should return a free_transform()-freeable block,
representing the transform passed to your enter/leave_parent, and write_leaf() calls. Defaults to a function returning NULL.
Definition at line 420 of file bomwriter.h.
| BOM_writer_combtform_t BOM_writer_format_empty::combine_transforms |
(I) Should return a free_transform()-freeable block,
representing the combination of the two supplied tranforms. Defaults to a function returning NULL.
Definition at line 423 of file bomwriter.h.
| BOM_writer_empty_ep_t BOM_writer_format_empty::enter_parent |
(I) Is called before any of a node's decendants are visited.
If it sets (*prune) to nonzero, traversal will skip this node's children and won't call this node's leave_parent() call.
Definition at line 415 of file bomwriter.h.
| BOM_writer_freetform_t BOM_writer_format_empty::free_transform |
(I) Should allow the system to free tranforms.
Essentially defaults to MEM_free().
Definition at line 426 of file bomwriter.h.
| BOM_writer_userfunc_t BOM_writer_format_empty::leave_parent |
(I) Is called after all of a node's scheduled descendants have been visited
Definition at line 419 of file bomwriter.h.
| BOM_writer_struct BOM_writer_format_empty::struct_type |
Definition at line 414 of file bomwriter.h.
| void* BOM_writer_format_empty::userdata |
(I)
Definition at line 428 of file bomwriter.h.
| BOM_writer_userfunc_t BOM_writer_format_empty::write_leaf |
(I) Is called for every leaf node scheduled to be visited
Definition at line 418 of file bomwriter.h.