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