TIOVX User Guide
tiovx.export_image.ExportImage Class Reference

Export objects from context to JPG image file. More...

Inherits tiovx.export.Export.

Public Member Functions

def __init__ (self, context)
 Constructor used to create this object. More...
 
def export (self)
 Export object as C source code.
 

Detailed Description

Export objects from context to JPG image file.

NOTE: This 'dot' tool to be installed.

Example Usage: Export objects from context to JPG image file
from tiovx import *
my_context = Context("my_context")
...
ExportImage(my_context).export()

Definition at line 83 of file export_image.py.

Constructor & Destructor Documentation

◆ __init__()

def tiovx.export_image.ExportImage.__init__ (   self,
  context 
)

Constructor used to create this object.

Parameters
context[in] Context object. tiovx::context::Context

Definition at line 87 of file export_image.py.


The documentation for this class was generated from the following file: