ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Fields
TC_argument_s Struct Reference

#include <tc_arguments.h>

Data Fields

int array_size
 
int type
 
union {
   int   int_value
 
   char *   str_value
 
val_union
 

Detailed Description

Argument processing for registered functions.
It is often used in an array of instances (refer to TC_argument_list_t).

Definition at line 35 of file tc_arguments.h.

Field Documentation

int TC_argument_s::array_size

Defines the type of the contained data: for instance POM_string, POM_int, etc.

Definition at line 38 of file tc_arguments.h.

int TC_argument_s::int_value

Definition at line 41 of file tc_arguments.h.

char* TC_argument_s::str_value

Definition at line 42 of file tc_arguments.h.

int TC_argument_s::type

Definition at line 37 of file tc_arguments.h.

union { ... } TC_argument_s::val_union

The documentation for this struct was generated from the following file: