|
Gocator Development Kit
|
| kStatus GdkToolInfo_AddInput | ( | GdkToolInfo | info, |
| GdkDataType | dataType, | ||
| const kChar * | name, | ||
| const kChar * | label, | ||
| GdkParamInfo * | paramInfo | ||
| ) |
Adds an input data set to a tool with the specified data type.
| info | Info object. |
| dataType | Tool data output type of type GdkDataType. The following types are supported: |
| name | Name of the input type. |
| label | Label of the input. If kNULL, will be set to same as name parameter |
| paramInfo | Pointer to receive the new input data set's param info object. |