Not exactly sure we are talking about the same thing, but if you just want to make sure that the C++ code in your plugin is usable from VTK and ParaView's python interfaces, take a look at: 1) Plugins/Manta/VTK/CMakeLists which can do python wrapping for the VTK level classes there so that you can instantiate a vtkMantaRenderer for example from vtkpython. 2) the WRAP_PLUGIN_FOR_PYTHON macro, defined in Plugins/ParaViewPlugins.cmake which wraps the entire plugin so that you can load the plugin from pvpython/pvbatch.
David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Jun 15, 2011 at 9:14 AM, Paul Edwards <[email protected]>wrote: > Is it possible to get my python wrapper for my vtk classes that I have in > my plugins? > > Thanks, > Paul > > > On 14 June 2011 13:45, Dominik Szczerba <[email protected]> wrote: > >> Is there a similar functionality to do so for vtkmy extensions >> (compiled out of source tree)? >> >> On Tue, Jun 14, 2011 at 2:27 PM, David Partyka >> <[email protected]> wrote: >> > There is a setup.py in the build tree of VTK/Wrappying/Python. You >> should be >> > able to use that to invoke a distutils installation of VTK-Python. >> > >> > On Tue, Jun 14, 2011 at 8:24 AM, Paul Edwards <[email protected] >> > >> > wrote: >> >> >> >> Hi, >> >> Is there a way to get cmake to install the Python vtk wrappers located >> in >> >> VTK/Wrapping/Python/vtk of the build directory? >> >> Thanks, >> >> Paul >> >> _______________________________________________ >> >> Powered by www.kitware.com >> >> >> >> Visit other Kitware open-source projects at >> >> http://www.kitware.com/opensource/opensource.html >> >> >> >> Please keep messages on-topic and check the ParaView Wiki at: >> >> http://paraview.org/Wiki/ParaView >> >> >> >> Follow this link to subscribe/unsubscribe: >> >> http://www.paraview.org/mailman/listinfo/paraview >> >> >> > >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://www.paraview.org/mailman/listinfo/paraview >> > >> > >> > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
