19 #ifndef VX_PARAMETER_H_ 20 #define VX_PARAMETER_H_ 39 typedef struct _vx_parameter
vx_bool ownIsValidDirection(vx_enum dir)
This returns true if the direction is a valid enum.
The most basic type in the OpenVX system. Any type that inherits from tivx_reference_t must have a vx...
tivx_reference_t base
reference object
vx_kernel kernel
Pointer to the kernel which this parameter is associated with, if retreived from vxGetKernelParameter...
struct _vx_kernel * vx_kernel
Parameter object internal state.
vx_bool ownIsValidTypeMatch(vx_enum expected, vx_enum supplied)
This returns true if the supplied type matches the expected type with some fuzzy rules.
vx_node node
Pointer to the node which this parameter is associated with.
vx_bool ownIsValidState(vx_enum state)
This returns true if the supplied state is a valid enum.
struct _vx_node * vx_node
vx_uint32 index
Index at which this parameter is tracked in both the node references and kernel signatures.