|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <tc_arguments.h>
Data Fields | |
| TC_argument_t * | arguments |
| int | i |
| int | number_of_arguments |
List of TC_argument_t.
Before each use, the cursor to access members of the list needs to be initialized using the TC_init_argument_list method.
Below is an example. Let us create a registration method:
And the registered post action method can use the argument list as follows:
Definition at line 135 of file tc_arguments.h.
| TC_argument_t* TC_argument_list_s::arguments |
Definition at line 139 of file tc_arguments.h.
| int TC_argument_list_s::i |
Definition at line 137 of file tc_arguments.h.
| int TC_argument_list_s::number_of_arguments |
Definition at line 138 of file tc_arguments.h.