Input
Function Usage
Registers operator inputs. After this API is called, an OpParamDef structure is returned. You can use this structure to configure operator inputs.
Prototype
OpParamDef &Input(const char *name);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Operator input name. |
Returns
Operator parameter definition. For details about OpParamDef, see OpParamDef.
Constraints
None
Parent topic: OpDef