Similar to vtkCPAdaptorAPI provides the implementation for API exposed to typical adaptor, such as C, Fortran, except that is adds the ability to initialize the coprocessor with Python capabilities.
More...
#include <vtkCPPythonAdaptorAPI.h>
Similar to vtkCPAdaptorAPI provides the implementation for API exposed to typical adaptor, such as C, Fortran, except that is adds the ability to initialize the coprocessor with Python capabilities.
Definition at line 24 of file vtkCPPythonAdaptorAPI.h.
§ Superclass
§ vtkCPPythonAdaptorAPI()
vtkCPPythonAdaptorAPI::vtkCPPythonAdaptorAPI |
( |
| ) |
|
|
protected |
§ ~vtkCPPythonAdaptorAPI()
vtkCPPythonAdaptorAPI::~vtkCPPythonAdaptorAPI |
( |
| ) |
|
|
protected |
§ GetClassName()
virtual const char* vtkCPPythonAdaptorAPI::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkCPPythonAdaptorAPI::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkCPPythonAdaptorAPI::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ CoProcessorInitialize()
static void vtkCPPythonAdaptorAPI::CoProcessorInitialize |
( |
const char * |
pythonFileName | ) |
|
|
static |
Call at the start of the simulation.
Users can still call CoProcessorInitialize() without arguments, in which case Python interpretor will not be initialized and hence unavailable.
The documentation for this class was generated from the following file: