Go to the documentation of this file.
42 #ifndef vtkPythonAlgorithm_h
43 #define vtkPythonAlgorithm_h
45 #include "vtkPython.h"
GLsizei GLsizei GLuint * obj
Superclass for all sources, filters, and sinks in VTK.
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkPythonAlgorithm * New()
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
a simple class to control print indentation
virtual void SetNumberOfOutputPorts(int n)
virtual void SetNumberOfInputPorts(int n)
algorithm that can be implemented in Python
#define VTKFILTERSPYTHON_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void SetPythonObject(PyObject *obj)