Classes
vtkPythonCalculator.h File Reference
#include "vtkDataObject.h"
#include "vtkPVVTKExtensionsFiltersPythonModule.h"
#include "vtkProgrammableFilter.h"
Include dependency graph for vtkPythonCalculator.h:

Go to the source code of this file.

Classes

class  vtkPythonCalculator
 Evaluates a Python expression vtkPythonCalculator uses Python to calculate an expression. This filter depends heavily on the numpy and paraview.vtk modules. To use the parallel functions, mpi4py is also necessary. The expression is evaluated and the resulting scalar value or numpy array is added to the output as an array. See numpy and paraview.vtk documentation for the list of available functions. More...