[Paraview] Python Wrapping of Custom Source

Robert Maynard thorin.hax at gmail.com
Mon Jul 23 09:05:12 EDT 2007


I recently created a source object, and have been having troubles accessing
the public methods of the object through the
python scripting interface. The problem seems to be, that only the public
methods that I reference in the xml are being
wrapped. Is there any way to tell the compiler to wripe all the public
methods?

  void SetPoint(double x, double y, double z);  //wrapped
  void SetAllPoints(vtkDoubleArray *cords);  //not wrapped
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070723/c9aa76ce/attachment.htm


More information about the ParaView mailing list