Difference between revisions of "IOHandler"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
|Instructs the handler to export its data to the specified path | |Instructs the handler to export its data to the specified path | ||
|- | |- | ||
− | |import(path) | + | |<tt>import(path)</tt> |
|'''NOT YET IMPLEMENTED''' | |'''NOT YET IMPLEMENTED''' | ||
|} | |} |
Latest revision as of 20:45, 18 November 2012
An IOHandler represents an importer/exporter of Shape or Tracker data. While some are built-in, most handlers represent Silhouette modules built with the C++ SDK, and are loaded from resources/modules. Actions can be used to create handlers as well.
Attributes
These attributes are read-only.
Name | Description |
---|---|
can_export | True if the handler is an exporter |
can_import | True if the handler is an importer |
name | The handler name |
Methods
Name | Description |
---|---|
export(path) | Instructs the handler to export its data to the specified path |
import(path) | NOT YET IMPLEMENTED |