<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Ben<br>
    <br>
    Thank you for your reply.<br>
    <br>
    I need:<br>
    <br>
    <ul>
      <li>
        <pre wrap="">QVTKInteractor</pre>
      </li>
      <li>
        <pre wrap="">QVTKInteractorAdapter</pre>
      </li>
      <li>
        <pre wrap="">QVTKWidget</pre>
      </li>
    </ul>
    so things look good. I will try running SIP manually on them.<br>
    <br>
    Though I am not a wrapping expert I would be happy to contribute
    time to any community effort centered on "upgrading" the SIP work to
    the new modular structure.<br>
    <br>
    Thanks and Best Regards,<br>
    <br>
    Andrea<br>
    <pre wrap=""> 
</pre>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 7/13/2015 2:59 PM, Ben Boeckel
      wrote:<br>
    </div>
    <blockquote cite="mid:20150713125901.GA27674@megas.kitware.com"
      type="cite">
      <pre wrap="">On Mon, Jul 13, 2015 at 09:12:30 +0200, Andrea Borsic wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">I used to wrap VTK with SIP/Python with VTK 5.x / Qt 4.x

I have recently switched to VTK 6.2 / Qt 5.4, with Python 2.7 - this 
under Windows 8.1 64bit / VS 2013 / CMAKE 3.x. During the project 
configuration stage with CMAKE the variable VTK_WRAP_PYTHON_SIP does not 
show in the main variables nor I have found it using a search on the 
advanced variables, and therefore I am not sure about how to wrap with 
SIP. SIP support seams to be still there though, as for example the 
vtkWrapPython.sip CMAKE module is in the source tree.

Can anybody please suggest how I could enable SIP wrapping ?

Thanks in advance for any suggestions and thank you for your time,
</pre>
      </blockquote>
      <pre wrap="">
SIP wrapping was missed during the modularization of VTK. Some bits are
laying around, but nothing ever calls or uses it. It will likely need
porting to the modular infrastructure. What classes did you need access
to? The classes SIP would wrap currently are:

    QVTKGraphicsItem
    QVTKInteractor
    QVTKInteractorAdapter
    QVTKWidget
    QVTKWidget2
    vtkQtAbstractModelAdapter
    vtkQtAnnotationLayersModelAdapter
    vtkQtTableModelAdapter
    vtkQtTreeModelAdapter

All the rest should be handled by VTK's wrappers.

--Ben
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
++++++++++++++++++++++++++++++++++++
Andrea Borsic Ph.D.
CEO & Founder NE Scientific LLC
16 Cavendish Court, Lebanon, NH, 03766
Tel: +1 603 676 7450
Web: <a class="moz-txt-link-abbreviated" href="http://www.ne-scientific.com">www.ne-scientific.com</a>
Twitter: <a class="moz-txt-link-freetext" href="https://twitter.com/ne_scientific">https://twitter.com/ne_scientific</a></pre>
  </body>
</html>