|
ParaView
|
#include <vtkPVPythonInterpretorWrapper.h>

Public Member Functions | |
| void | Write (const char *string) |
| void | Flush () |
| vtkStdString | Read () |
Public Attributes | |
| PyObject_HEAD int | softspace |
| vtkPVPythonInterpretor * | Interpretor |
| bool | DumpToError |
Helper header to used to wrap the interpretor object into python so that the error/output messaages generated by the interpretor can be collected by the vtkPVPythonInterpretor object.
Definition at line 27 of file vtkPVPythonInterpretorWrapper.h.
| void vtkPVPythonInterpretorWrapper::Write | ( | const char * | string | ) | [inline] |
Definition at line 38 of file vtkPVPythonInterpretorWrapper.h.
| void vtkPVPythonInterpretorWrapper::Flush | ( | ) | [inline] |
Definition at line 53 of file vtkPVPythonInterpretorWrapper.h.
| vtkStdString vtkPVPythonInterpretorWrapper::Read | ( | ) | [inline] |
Definition at line 61 of file vtkPVPythonInterpretorWrapper.h.
| PyObject_HEAD int vtkPVPythonInterpretorWrapper::softspace |
Definition at line 30 of file vtkPVPythonInterpretorWrapper.h.
Definition at line 31 of file vtkPVPythonInterpretorWrapper.h.
Definition at line 32 of file vtkPVPythonInterpretorWrapper.h.
1.7.5.1