TIOVX User Guide
|
Context object (OpenVX equivalent = vx_context) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
def | __init__ (self, name="default") |
Constructor used to create this object. More... | |
def | add (self, ref) |
Add graph or node or data object to context. More... | |
Context object (OpenVX equivalent = vx_context)
Definition at line 80 of file context.py.
def tiovx.context.Context.__init__ | ( | self, | |
name = "default" |
|||
) |
Constructor used to create this object.
name | [in] Name to assign to this context |
Definition at line 86 of file context.py.
def tiovx.context.Context.add | ( | self, | |
ref | |||
) |
Add graph or node or data object to context.
ref | [in] Object of type Graph, Node or Data Object |
Definition at line 106 of file context.py.