ParaView
Public Member Functions | Public Attributes
vtkPVPythonInterpretorWrapper Class Reference

#include <vtkPVPythonInterpretorWrapper.h>

Collaboration diagram for vtkPVPythonInterpretorWrapper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void Write (const char *string)
void Flush ()
vtkStdString Read ()

Public Attributes

PyObject_HEAD int softspace
vtkPVPythonInterpretorInterpretor
bool DumpToError

Detailed Description

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 30 of file vtkPVPythonInterpretorWrapper.h.

Definition at line 31 of file vtkPVPythonInterpretorWrapper.h.

Definition at line 32 of file vtkPVPythonInterpretorWrapper.h.


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