|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <bomclone.h>
Data Fields | |
| logical | autogen |
| char * | from |
| char * | prefix |
| char * | suffix |
| char * | to |
The default naming options for generating new Item IDs.
autogen is set to "true", all other fields are ignored. Definition at line 75 of file bomclone.h.
| logical BOM_duplicate_default_name_s::autogen |
Flag to auto generate the new Item ID
Definition at line 77 of file bomclone.h.
| char* BOM_duplicate_default_name_s::from |
Old string to be replaced with
Definition at line 80 of file bomclone.h.
| char* BOM_duplicate_default_name_s::prefix |
If populated will need to apply the prefix to the old Item ID
Definition at line 78 of file bomclone.h.
| char* BOM_duplicate_default_name_s::suffix |
If populated will need to apply the suffix to the old Item ID
Definition at line 79 of file bomclone.h.
| char* BOM_duplicate_default_name_s::to |
New string
Definition at line 81 of file bomclone.h.