[Paraview] Modifying (and python-wrapping) vtkPVProcessModulePythonHelper

Berk Geveci berk.geveci at kitware.com
Wed Aug 8 07:36:22 EDT 2007


That class is not wrapped and is not a good candidate to add methods
accessible in Python. vtkProcessModule is probably a better place.
What are you trying to add?
By the way, I am completely re-writing the python modules (the old one
will stay, I am not touching that). I will have documentation
available very soon.

-berk


On 8/8/07, Milan Frank <milan.frank at gmail.com> wrote:
> Hi,
>
> I am trying to add few methods into the vtkPVProcessModulePythonHelper
> class and make them accessible from Python. Unfortunately, the new
> (simple) methods, I have added, are not visible from python.
>
> I suppose, this particular class is not explicitly specified for
> python wrapping. Where should I add it?
>
> I tried to add it in the same way as I have already added numerous
> classes from VTK directory. It seems it does not work for classes
> outside of the VTK directory. I am getting error message: "Do not know
> how to build .../vtkPVProcessModulePythonHelper.h". (I have not forgot
> to add "${PARAVIEW_SOURCE_DIR}/Utilities/VTKPythonWrapping/Executable"
> path into the INCLUDE_DIRECTORIES.)
>
> Any hints would be much appreciated,
> Milan.
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list