|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <bomwriter.h>
Data Fields | |
| char * | smstring |
| BOM_writer_struct | struct_type |
MEM_free()able string output mode. Example:
smstring will be valid or NULL after the call. You gain a complete null-terminated string of the data in memory, which could be large. Use with caution.
You may adopt the string (to MEM_free() yourself later) by setting smstring = 0 before BOM_writer_delete().
Definition at line 345 of file bomwriter.h.
| char* BOM_writer_output_smstring::smstring |
(OF) Will be valid or NULL after the call. You win a complete file in memory.
You may adopt the string (to MEM_free() it yourself later) by setting smstring = 0 before BOM_writer_delete().
Definition at line 347 of file bomwriter.h.
| BOM_writer_struct BOM_writer_output_smstring::struct_type |
Definition at line 346 of file bomwriter.h.