[vtk-developers] vtkImageMathematics and TCL/Python

Andrew Maclean andrew.amaclean at gmail.com
Mon Apr 2 07:03:29 EDT 2012


Hi All,

I am updating some old tcl scripts and, at the same time, generating python
code from them. I doing this, I have come across an issue relating
to vtkImageMathematics. I am getting errors relating to the
functions SetInputData1 and SetInputData2 not existing.

In order to confirm this, I ran the TCL test
script: Imaging/Testing/Tcl/TestAllMathematics.tcl  and the test fails on
vtk 5.8. It fails because SetInputData1 does not exist. A similar issue
exists for Python.

I am using a 64-bit build of VTK 5.8 with Visual Express 10 (Win64 VS10)
and the release/debug builds are error free builds with TCL and Python
wrapping.

It seems to me that the functions  SetInputData1 and SetInputData2 are not
being wrapped or I am missing something. What is also interesting is that
there is a test
TestAllMathematics-image<http://open.cdash.org/testSummary.php?project=11&name=TestAllMathematics-image&date=2012-04-02>
that seems to be passing Ok on the dashboards. Is this the same as the tcl
version?


Thanks
   Andrew

-- 
___________________________________________
Andrew J. P. Maclean

___________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120402/c2106b66/attachment.html>


More information about the vtk-developers mailing list