<br><font size=2 face="sans-serif">Dear all,</font>
<br>
<br><font size=2 face="sans-serif">I am trying to create my own vtk extensions classes using the vtkLocal directory.</font>
<br><font size=2 face="sans-serif">The problem is that I only get the python wrapping of the first class declared in the CMakeLists.txt.</font>
<br>
<br><font size=2 face="sans-serif">Here is the smallest example to show this behaviour : </font>
<br><font size=2 face="sans-serif">copy vtkLocal to the working directory</font>
<br><font size=2 face="sans-serif">Duplicate vtkLocalExample.cxx and vtkLocalExample.h into vtkLocalExample1.cxx and vtkLocalExample1.h and change vtkLocalExample into vtkLocalExample1 in those new files.</font>
<br><font size=2 face="sans-serif">Add vtkLocalExample1.cxx to the vtkLocal_SRCS variable in CMakeLists.txt</font>
<br>
<br><font size=2 face="sans-serif">run cmake and make </font>
<br>
<br><font size=2 face="sans-serif">-&gt; no file vtkLocalExample1Python .cxx is created, and when I import libvtkLocalPython in my python script, I don't see the vtkLocalExample1 class (but I see the vtkLocalExample class).</font>
<br><font size=2 face="sans-serif">-&gt; Using the vtkLocalExample1 instead of vtkLocalExample in the test works well -&gt; there is no problem in c++.</font>
<br>
<br><font size=2 face="sans-serif">Did I do anything wrong, or is there a bug in the wrapping process?</font>
<br><font size=2 face="sans-serif">Thanks</font>
<br><font size=2 face="sans-serif">SP</font>
<br>