<div dir="ltr">Hi All,<div>        i have to write a polydata into a vtk and vtp file, so that i can see it in paraview, could you please suggest me, how to do this?</div><div><br></div><div><br></div><div>david</div><div>
<br></div><div><br></div><div><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 15, 2013 at 2:42 AM,  <span dir="ltr">&lt;<a href="mailto:vtkusers-request@vtk.org" target="_blank">vtkusers-request@vtk.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send vtkusers mailing list submissions to<br>
        <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:vtkusers-request@vtk.org">vtkusers-request@vtk.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:vtkusers-owner@vtk.org">vtkusers-owner@vtk.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of vtkusers digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Extract region with vtkTracerInteractorStyleImage (Fabian Torres)<br>
   2. Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone<br>
      Example 5) (Sebastien Jourdain)<br>
   3. return vtkSmartPointers from a function or signal/slot<br>
      (Miro Drahos)<br>
   4. Re: return vtkSmartPointers from a function or    signal/slot<br>
      (Shawn Waldon)<br>
   5. Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone<br>
      Example 5) (rkwright)<br>
   6. VTK 6.1 (Jude Pereira)<br>
   7. vtkDistanceWidget handles bug in VTK 5.10.1 ? (Vincent Gratsac)<br>
   8. Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone<br>
      Example 5) (Sean McBride)<br>
   9. Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone<br>
      Example 5) (rkwright)<br>
  10. Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone<br>
      Example 5) (Sean McBride)<br>
  11. Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone<br>
      Example 5) (Ric Wright)<br>
  12. Re: Extract region with vtkTracerInteractorStyleImage<br>
      (Fabian Torres)<br>
  13. Re: (no subject) (Alex Malyushytskyy)<br>
  14. One kind of vtkMultiBlockDataSet shows up in VTK 5.7      while<br>
      not in VTK 6.0 (Chao Liang)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 14 Aug 2013 11:32:58 -0500<br>
From: Fabian Torres &lt;<a href="mailto:dae.wong@gmail.com">dae.wong@gmail.com</a>&gt;<br>
Subject: [vtkusers] Extract region with vtkTracerInteractorStyleImage<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:8311C7A9-8B67-4322-AE21-9BBB9ECE4E99@gmail.com">8311C7A9-8B67-4322-AE21-9BBB9ECE4E99@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi all.<br>
<br>
I have a class that inherits from vtkTracerInteractorStyleImage. This class allows the user to draw closed lines in an image and extract the vtkPath and vtkPoints every time the class catches a tracerEvent.<br>
<br>
My problem is that I want to extract the value of every pixel inside the drew region. How can I do this using the information from the obtained vtkPath or vtkPoints.<br>
<br>
Thnanks all<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 14 Aug 2013 12:42:57 -0400<br>
From: Sebastien Jourdain &lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt;<br>
Subject: Re: [vtkusers] AWT + SWT + Event Loops (was Re: VTK6 and Java<br>
        Cone Example 5)<br>
To: rkwright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;<br>
Cc: vtkusers &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;CABObKxdWVd2PkzZdG6kYdDtcZrG1RH82zz=srck-Ev5=_Yg5=<a href="mailto:g@mail.gmail.com">g@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
Hi Ric,<br>
<br>
I work mostly in C++ with ParaView, but I&#39;ve used VTK in the past with Java<br>
and multi-threading without much trouble. But once again, I&#39;m not talking<br>
about SWT, just pure Swing/AWT.<br>
My question related to the crash was on the AWT/Swing example not SWT.<br>
<br>
Seb<br>
<br>
<br>
On Wed, Aug 14, 2013 at 11:53 AM, rkwright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt; wrote:<br>
<br>
&gt; Seb,<br>
&gt;<br>
&gt; Yes, the crash is the same. Sometimes it isn&#39;t even at close time - the<br>
&gt; app will hang then crash.  When I have been able to pause inside and look<br>
&gt; or get a look at the stack it is buried way down in SWT or some inner<br>
&gt; message loop in VTK.  I strongly suspect that it is some threading issue<br>
&gt; between VTK and SWT.  You mentioned that VTK is not thread?safe while<br>
&gt; Eclipse and SWT use LOTS of threads.  Like you say, if you stick with VTK<br>
&gt; alone (in ObjectiveC and/or C++) it is fine.<br>
&gt;<br>
&gt; So if I want to write in Java and use Eclipse I a few choices:<br>
&gt;<br>
&gt;    - Give up on using Java and Eclipse, just use Xcode and Objective C/C++<br>
&gt;    - Carefully use VTK, avoiding any danger spots (e.g. Interactors) but<br>
&gt;    I won&#39;t know what to avoid until I get there<br>
&gt;    - Abandon trying to use VTK and go back to my VTK equivalent which is<br>
&gt;    far more primitive.<br>
&gt;<br>
&gt; My problem is that I don&#39;t want to fight the tools.  I don?t WANT to write<br>
&gt; rendering systems, etc.  Been there, done that (I&#39;ve written parts 2<br>
&gt; PostScript interpreters, was part of the SVG Viewer team at Adobe,<br>
&gt; Illustrator, etc.).  I&#39;m looking for a system I can just use and not have<br>
&gt; to fix or work around.  It may be that the message is stop fighting and<br>
&gt; accept using Xcode.  Is that what you work in?  Xcode and Objective C/C++?<br>
&gt;<br>
&gt; Thanks<br>
&gt; Ric<br>
&gt;<br>
&gt;<br>
&gt; From: &quot;Sebastien Jourdain-2 [via VTK]&quot; &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=0</a>&gt;<br>

&gt; &gt;<br>
&gt; Date: Wednesday, August 14, 2013 10:41 AM<br>
&gt;<br>
&gt; To: Ric Wright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=1</a>&gt;<br>
&gt; &gt;<br>
&gt; Subject: Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone Example<br>
&gt; 5)<br>
&gt;<br>
&gt; Hi Ric,<br>
&gt;<br>
&gt; I have no experience with SWT, so I can&#39;t really help you here, but I can<br>
&gt; ensure you that VTK works just fine on Mac OS X with Java 6 and<br>
&gt; interaction. In fact, I never had any crash at close time.<br>
&gt;<br>
&gt; Does the sample code from the vtk.jar crash in the same manner at close<br>
&gt; time ?<br>
&gt;<br>
&gt; Seb<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Aug 14, 2013 at 11:08 AM, rkwright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722739&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722739&amp;i=0</a>&gt;<br>

&gt; &gt; wrote:<br>
&gt;<br>
&gt;&gt; Sebastien,<br>
&gt;&gt;<br>
&gt;&gt; (BTW, thank you *very* much for your patience in answering my questions<br>
&gt;&gt; in such timely fashion).<br>
&gt;&gt;<br>
&gt;&gt; I didn&#39;t see the SWT option when I built VTK the first time.  However, I<br>
&gt;&gt; took a break and quickly built an Eclipse plugin using the code in<br>
&gt;&gt; wrapping/java/vtk/rendering.  I created a view based on the<br>
&gt;&gt; swtConeRenderer.java code, substituting the parent SWT composite passed to<br>
&gt;&gt; the ViewPart creation step, passing that composite to the constructor of<br>
&gt;&gt; vtkSwtComponent.  It ALMOST works except that it creates a wholly new<br>
&gt;&gt; window outside the actual Eclipse view.  And that view works, complete with<br>
&gt;&gt; mouse-wheel scaling.  BUT, when I close that view ?  it crashes Eclipse,<br>
&gt;&gt; *exactly* as it does in the other demo I put together using the SWT_AWT<br>
&gt;&gt; bridge. Same message, same crash in Eclipse.  Clearly, something goes<br>
&gt;&gt; horribly awry down in the bowels of the native code in SWT.<br>
&gt;&gt;<br>
&gt;&gt; So I will continue to experiment with VTK but avoid anything to do with<br>
&gt;&gt; interactors.  But I return to my earlier question: Am I likely to run into<br>
&gt;&gt; similar problems or is it largely or wholly in the interactors that VTK<br>
&gt;&gt; starts/handles its own event loops?  So far the only problems I have seen<br>
&gt;&gt; are when interactors are involved (though my experience is rather limited,<br>
&gt;&gt; of course).<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; Ric<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; From: &quot;Sebastien Jourdain-2 [via VTK]&quot; &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=0</a>&gt;<br>

&gt;&gt; &gt;<br>
&gt;&gt; Date: Wednesday, August 14, 2013 9:53 AM<br>
&gt;&gt;<br>
&gt;&gt; To: Ric Wright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=1</a>&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; Subject: Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone Example<br>
&gt;&gt; 5)<br>
&gt;&gt;<br>
&gt;&gt; You need to build VTK with the SWT component ON. Moreover, vtkRenderWIndowInteractor<br>
&gt;&gt; does not spawn a new event loop as VTK is NOT thread safe.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Aug 14, 2013 at 10:31 AM, rkwright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722733&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722733&amp;i=0</a>&gt;<br>

&gt;&gt; &gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I have been working through the samples in the jar. The only failure so<br>
&gt;&gt;&gt; far is the vtkRenderWindowInteractor.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I was not aware of a SWT component in VTK.  I see a Java file<br>
&gt;&gt;&gt; vtkSwtComponent.java but it isn&#39;t clear to me that it is going to solve my<br>
&gt;&gt;&gt; problems.   There are two issues I see:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    - vtkSwtComponent appears to use the SWT OpenGL canvas widget.  This<br>
&gt;&gt;&gt;    is largely unsupported in SWT and was half-broken last time I looked at it.<br>
&gt;&gt;&gt;     I gave up on it long ago and turned to JOGL embedding in SWT via the<br>
&gt;&gt;&gt;    bridge (which works for me at present)<br>
&gt;&gt;&gt;    - It&#39;s not clear how this would solve the other issue<br>
&gt;&gt;&gt;    where vtkRenderWIndowInteractor spawns its own event loop and that causes<br>
&gt;&gt;&gt;    problems with SWT ? or does vtkRenderWIndowInteractor not use any AWT<br>
&gt;&gt;&gt;    utilities or methods?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;ll experiment with the vtkSwtComponent (I see one simple example file,<br>
&gt;&gt;&gt; swtConeRendering.java) and see if that helps. Though there is no SWT<br>
&gt;&gt;&gt; support in vtk.jar so I&#39;ll guess I&#39;ll have to include the SWT files<br>
&gt;&gt;&gt; directly in my project.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks for your advice.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; BTW, I am running Apple&#39;s Java 1.6.0_51-b11-457-11M4509. 64 bit<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; From: &quot;Sebastien Jourdain-2 [via VTK]&quot; &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=0</a>&gt;<br>

&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; Date: Wednesday, August 14, 2013 8:42 AM<br>
&gt;&gt;&gt; To: Ric Wright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=1</a>&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; Subject: Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone<br>
&gt;&gt;&gt; Example 5)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Just read the sample codes that are provided in the vtk.jar or in the<br>
&gt;&gt;&gt; Source code under Wrapping/Java/vtk/sample, they should be pretty strait<br>
&gt;&gt;&gt; forward.<br>
&gt;&gt;&gt; Moreover, VTK do provide a SWT component for rendering if you build it,<br>
&gt;&gt;&gt; so you shouldn&#39;t have any event loop issue...<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Seb<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Aug 14, 2013 at 9:30 AM, Ric Wright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=0</a>&gt;<br>

&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; So did some more spelunking and it looks like this is just a basic<br>
&gt;&gt;&gt;&gt; incompatibility for SWT and AWT ? in the specific case where AWT is trying<br>
&gt;&gt;&gt;&gt; to start their own event loop once SWT has started.  Previously, in my<br>
&gt;&gt;&gt;&gt; other work, I handled events on my own ? I didn&#39;t ask or expect AWT to<br>
&gt;&gt;&gt;&gt; start or manage it&#39;s own events. I used AWT basically to host the OpenGL<br>
&gt;&gt;&gt;&gt; canvas (based on JOGL).  But when one invokes the vtkRenderWIndowInteractor<br>
&gt;&gt;&gt;&gt; an event loop IS spawned and the causes various weird problems.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; There is a fairly long summary of some of the issues here:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://marc.info/?l=openjdk-awt-dev&amp;m=135818602009136&amp;w=2" target="_blank">http://marc.info/?l=openjdk-awt-dev&amp;m=135818602009136&amp;w=2</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; So the question that comes to my mind is how dependent is the rest of<br>
&gt;&gt;&gt;&gt; VTK on starting its own event loops?  I.e. Can I use the rest of VTK and<br>
&gt;&gt;&gt;&gt; its pipeline to perform graphics, manage datasets, etc.  I am willing to<br>
&gt;&gt;&gt;&gt; give up the Interactor and its mimicking of trackball if everything else is<br>
&gt;&gt;&gt;&gt; likely to work.  But if spawning its own event loop(s) is intrinsic to how<br>
&gt;&gt;&gt;&gt; most of VTK works then I&#39;m probably dead in the water.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thoughts or suggestions?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; From: Ric Wright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=1</a>&gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Date: Tuesday, August 13, 2013 12:59 PM<br>
&gt;&gt;&gt;&gt; To: Sebastien Jourdain &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=2" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=2</a>&gt;<br>

&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; Cc: Sean McBride &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=3" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=3</a>&gt;&gt;,<br>

&gt;&gt;&gt;&gt; vtkusers &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=4" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=4</a>&gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Subject: Re: [vtkusers] VTK6 and Java Cone Example 5<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; An update on this.  I ported over some of my other Eclipse work and<br>
&gt;&gt;&gt;&gt; adapted it to VTK.  It is pushed to my account on github and there is a<br>
&gt;&gt;&gt;&gt; writeup here:  <a href="http://rkwright.github.io/geofx-pages/vtkview.html" target="_blank">http://rkwright.github.io/geofx-pages/vtkview.html</a>.<br>
&gt;&gt;&gt;&gt;  There are 3 articles in there.  The latest rev of the code is here:<br>
&gt;&gt;&gt;&gt; <a href="https://github.com/rkwright/vtkscene" target="_blank">https://github.com/rkwright/vtkscene</a> in the develop branch.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Mostly, it works great.  However, when I tried the fifth cone example,<br>
&gt;&gt;&gt;&gt; which has the problematic vtkRenderWindowInteractor, I ran into similar<br>
&gt;&gt;&gt;&gt; problems as before.  I instantiated it with a valid vtkPanel.RenderWindow<br>
&gt;&gt;&gt;&gt; but it still goes off into the ozone, sometimes crashing the native<br>
&gt;&gt;&gt;&gt; vtkOpenGL dylib.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;m going to skip the interactor for now and move on to see if I run<br>
&gt;&gt;&gt;&gt; into more problems. If not, I can probably live without that widget but the<br>
&gt;&gt;&gt;&gt; problems there might be symptomatic of deeper problems on OSX 64 bit<br>
&gt;&gt;&gt;&gt; systems.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Any further suggestions would be welcome.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; From: Sebastien Jourdain &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=5" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=5</a>&gt;<br>

&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Date: Tuesday, August 6, 2013 8:56 AM<br>
&gt;&gt;&gt;&gt; To: Ric Wright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=6" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=6</a>&gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; Cc: Sean McBride &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=7" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=7</a>&gt;&gt;,<br>

&gt;&gt;&gt;&gt; vtkusers &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=8" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=8</a>&gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Subject: Re: [vtkusers] VTK6 and Java Cone Example 5<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; In Java you should use the Java specific classes anyway like<br>
&gt;&gt;&gt;&gt; vtkPanel/vtkCanvas or the new version of them used in the vtk.sample<br>
&gt;&gt;&gt;&gt; package of the vtk.jar...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The purpose of those example was to show the possible match between the<br>
&gt;&gt;&gt;&gt; different languages...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Nothing more I believe,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Seb<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Tue, Aug 6, 2013 at 8:52 AM, Ric Wright &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=9" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=9</a>&gt;<br>

&gt;&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Ah, OK.  Well, I don&#39;t know what to do here.  Is this happening to<br>
&gt;&gt;&gt;&gt;&gt; others?<br>
&gt;&gt;&gt;&gt;&gt;  Should I file a bug?  Just try to work around it by not using<br>
&gt;&gt;&gt;&gt;&gt; RenderWindowInteractors (sounds kind of lame).  Or?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Suggestions?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On 8/5/13 4:15 PM, &quot;Sean McBride&quot; &lt;[hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=10" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=10</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;On Mon, 5 Aug 2013 16:10:55 -0500, Ric Wright said:<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;Well, a little playing around didn&#39;t seem to help, but I am frankly<br>
&gt;&gt;&gt;&gt;&gt; not<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;an<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;expert on threads.  However, it seems to me that the source of the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;problem<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;is that the vtkRenderWindowInteractor gets initialized then the<br>
&gt;&gt;&gt;&gt;&gt; start()<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;method creates an event loop that is monitored by the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;vtkRenderWindowInteractor.  I suspect that start() method spawns a<br>
&gt;&gt;&gt;&gt;&gt; new<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;thread to listen to the events and it is the spawning of that thread<br>
&gt;&gt;&gt;&gt;&gt; that<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;causes the exception.<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;VTK&#39;s Cocoa classes never create any threads.<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;Cheers,<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;--<br>
&gt;&gt;&gt;&gt;&gt; &gt;____________________________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt;Sean McBride, B. Eng                 [hidden email]&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=11" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=11</a>&gt;<br>

&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;Mac Software Developer              Montr?al, Qu?bec, Canada<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------<br>
&gt;&gt;&gt;  If you reply to this email, your message will be added to the<br>
&gt;&gt;&gt; discussion below:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722710.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722710.html</a><br>
&gt;&gt;&gt;  To unsubscribe from VTK6 and Java Examples, click here.<br>
&gt;&gt;&gt; NAML&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml</a>&gt;<br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------<br>
&gt;&gt;&gt; View this message in context: Re: AWT + SWT + Event Loops (was Re: VTK6<br>
&gt;&gt;&gt; and Java Cone Example 5)&lt;<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722724.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722724.html</a>&gt;<br>

&gt;&gt;&gt; Sent from the VTK - Users mailing list archive&lt;<a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a>&gt;at Nabble.com.<br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------<br>
&gt;&gt;  If you reply to this email, your message will be added to the<br>
&gt;&gt; discussion below:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722733.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722733.html</a><br>
&gt;&gt;  To unsubscribe from VTK6 and Java Examples, click here.<br>
&gt;&gt; NAML&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml</a>&gt;<br>

&gt;&gt;<br>
&gt;&gt; ------------------------------<br>
&gt;&gt; View this message in context: Re: AWT + SWT + Event Loops (was Re: VTK6<br>
&gt;&gt; and Java Cone Example 5)&lt;<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722738.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722738.html</a>&gt;<br>

&gt;&gt; Sent from the VTK - Users mailing list archive&lt;<a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a>&gt;at Nabble.com.<br>

&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;  If you reply to this email, your message will be added to the discussion<br>
&gt; below:<br>
&gt;<br>
&gt; <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722739.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722739.html</a><br>
&gt;  To unsubscribe from VTK6 and Java Examples, click here.<br>
&gt; NAML&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml</a>&gt;<br>

&gt;<br>
&gt; ------------------------------<br>
&gt; View this message in context: Re: AWT + SWT + Event Loops (was Re: VTK6<br>
&gt; and Java Cone Example 5)&lt;<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722740.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722740.html</a>&gt;<br>

&gt; Sent from the VTK - Users mailing list archive&lt;<a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a>&gt;at Nabble.com.<br>

&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/d616185f/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/d616185f/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 14 Aug 2013 09:45:53 -0700<br>
From: Miro Drahos &lt;<a href="mailto:mdrahos@robodoc.com">mdrahos@robodoc.com</a>&gt;<br>
Subject: [vtkusers] return vtkSmartPointers from a function or<br>
        signal/slot<br>
To: &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:520BB441.3090500@robodoc.com">520BB441.3090500@robodoc.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;; Format=&quot;flowed&quot;<br>
<br>
Hi all,<br>
I am having really hard times passing on reference to the objects that<br>
are stored as vtkSmartPointer&lt;T&gt; as private data within a class. E.g.:<br>
class MyClass<br>
{<br>
   public:<br>
     ...<br>
    private:<br>
     vtkSmartPointer&lt;vtkPolyData&gt; surface;<br>
};<br>
<br>
What is the best way to pass &#39;surface&#39; via signal/slot mechanism of Qt?<br>
I thought I&#39;d create a public method<br>
vtkPolyData * MyClass::getSurface() { return surface.GetPointer(); }<br>
The problem is that GetPointer() returns *const* T* which the compiler<br>
complains about when I later want to use it. As a matter of fact, all<br>
vtkSmartPointer&#39;s public methods return const something.<br>
<br>
What would be the preferred way to pass objects stored as<br>
vtkSmartPointer&lt;T&gt; object?<br>
1.) T* MyClass::getT() const { return object.GetPointer(); }<br>
2.) vtkSmartPointer&lt;T&gt; MyClass::getT() { return object; }<br>
3.) something else?<br>
<br>
I want to pass the object via signal/slot mechanism. What would be the<br>
best way?<br>
A.) signal doneSurfaceProcessing(vtkPolyData &amp;);<br>
B.) signal doneSurfaceProcessing(vtkPolyData *);<br>
C.) signal doneSurfaceProcessing(vtkSmartPointer&lt;vtkPolyData&gt;);<br>
<br>
The idea is to send off the signal with something like<br>
emit doneSurfaceProcessing(myclass-&gt;getSurface());<br>
<br>
then the slot would be<br>
setSurface(???)  //vtkSmartPointer&lt;T&gt;  or T* or T&amp; ?<br>
<br>
Thank you!!<br>
Miro<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/e18bac79/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/e18bac79/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 14 Aug 2013 12:51:02 -0400<br>
From: Shawn Waldon &lt;<a href="mailto:swaldon@cs.unc.edu">swaldon@cs.unc.edu</a>&gt;<br>
Subject: Re: [vtkusers] return vtkSmartPointers from a function or<br>
        signal/slot<br>
To: Miro Drahos &lt;<a href="mailto:mdrahos@robodoc.com">mdrahos@robodoc.com</a>&gt;<br>
Cc: VTK &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CAKqg6a6VsYPACE7sZSBdTHJ4E9iEKdMQ57W8aQC-b9G3cQG15g@mail.gmail.com">CAKqg6a6VsYPACE7sZSBdTHJ4E9iEKdMQ57W8aQC-b9G3cQG15g@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Miro,<br>
<br>
Most of your questions about vtkSmartPointer are answered in this tutorial:<br>
<a href="http://www.vtk.org/Wiki/VTK/Tutorials/SmartPointers" target="_blank">http://www.vtk.org/Wiki/VTK/Tutorials/SmartPointers</a><br>
<br>
I&#39;ll let someone else handle the Qt signal/slots questions since I haven&#39;t<br>
tried to do that.  But I would point out that VTK is not thread-safe, so if<br>
you are trying to use this mechanism to communicate between threads make<br>
sure you know what you are getting into first.<br>
<br>
HTH,<br>
Shawn<br>
<br>
<br>
On Wed, Aug 14, 2013 at 12:45 PM, Miro Drahos &lt;<a href="mailto:mdrahos@robodoc.com">mdrahos@robodoc.com</a>&gt; wrote:<br>
<br>
&gt;  Hi all,<br>
&gt; I am having really hard times passing on reference to the objects that are<br>
&gt; stored as vtkSmartPointer&lt;T&gt; as private data within a class. E.g.:<br>
&gt; class MyClass<br>
&gt; {<br>
&gt;   public:<br>
&gt;     ...<br>
&gt;    private:<br>
&gt;     vtkSmartPointer&lt;vtkPolyData&gt; surface;<br>
&gt; };<br>
&gt;<br>
&gt; What is the best way to pass &#39;surface&#39; via signal/slot mechanism of Qt?<br>
&gt; I thought I&#39;d create a public method<br>
&gt; vtkPolyData * MyClass::getSurface() { return surface.GetPointer(); }<br>
&gt; The problem is that GetPointer() returns *const* T* which the compiler<br>
&gt; complains about when I later want to use it. As a matter of fact, all<br>
&gt; vtkSmartPointer&#39;s public methods return const something.<br>
&gt;<br>
&gt; What would be the preferred way to pass objects stored as<br>
&gt; vtkSmartPointer&lt;T&gt; object?<br>
&gt; 1.) T* MyClass::getT() const { return object.GetPointer(); }<br>
&gt; 2.) vtkSmartPointer&lt;T&gt; MyClass::getT() { return object; }<br>
&gt; 3.) something else?<br>
&gt;<br>
&gt; I want to pass the object via signal/slot mechanism. What would be the<br>
&gt; best way?<br>
&gt; A.) signal doneSurfaceProcessing(vtkPolyData &amp;);<br>
&gt; B.) signal doneSurfaceProcessing(vtkPolyData *);<br>
&gt; C.) signal doneSurfaceProcessing(vtkSmartPointer&lt;vtkPolyData&gt;);<br>
&gt;<br>
&gt; The idea is to send off the signal with something like<br>
&gt; emit doneSurfaceProcessing(myclass-&gt;getSurface());<br>
&gt;<br>
&gt; then the slot would be<br>
&gt; setSurface(???)  //vtkSmartPointer&lt;T&gt;  or T* or T&amp; ?<br>
&gt;<br>
&gt; Thank you!!<br>
&gt; Miro<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Shawn Waldon<br>
Graduate Research Assistant<br>
Department of Computer Science<br>
University of North Carolina at Chapel Hill<br>
<a href="mailto:swaldon@cs.unc.edu">swaldon@cs.unc.edu</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/b2efa43b/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/b2efa43b/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 14 Aug 2013 10:00:08 -0700 (PDT)<br>
From: rkwright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;<br>
Subject: Re: [vtkusers] AWT + SWT + Event Loops (was Re: VTK6 and Java<br>
        Cone    Example 5)<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:CE312000.1037C4%25rkwright@geofx.com">CE312000.1037C4%rkwright@geofx.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Seb,<br>
<br>
Right.  The crashes are only when SWT is involved. I&#39;ll keep poking but like<br>
I say, I don&#39;t want to learn/build new tooling (if I can help it).  But I<br>
find VTK kind of enigmatic in many respects.  For example, I thought I would<br>
try the Cocoa version, just for fun.  So I created a new VTK source and<br>
build folders, selected Xcode then ran configure, then generate.  It said<br>
&quot;Configure done&quot;,  &quot;Generate done&quot;.  Then what?  There&#39;s no makefile I can<br>
see to run the actual build.  Is there another cmake step?  I don&#39;t recall<br>
there being one when I generated the Java wrappers.  I just ran make in the<br>
config then generate and there was a makefile.  But this time no makefile.<br>
What am I missing?<br>
<br>
Anyway, back to my real job.  I&#39;ll take another look later. Again, thanks<br>
for  your help.<br>
<br>
Ric<br>
<br>
<br>
From:  &quot;Sebastien Jourdain-2 [via VTK]&quot;<br>
&lt;<a href="mailto:ml-node%2Bs1045678n5722742h40@n5.nabble.com">ml-node+s1045678n5722742h40@n5.nabble.com</a>&gt;<br>
Date:  Wednesday, August 14, 2013 11:43 AM<br>
To:  Ric Wright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;<br>
Subject:  Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone Example 5)<br>
<br>
Hi Ric,<br>
<br>
I work mostly in C++ with ParaView, but I&#39;ve used VTK in the past with Java<br>
and multi-threading without much trouble. But once again, I&#39;m not talking<br>
about SWT, just pure Swing/AWT.<br>
My question related to the crash was on the AWT/Swing example not SWT.<br>
<br>
Seb<br>
<br>
<br>
On Wed, Aug 14, 2013 at 11:53 AM, rkwright &lt;[hidden email]<br>
&lt;/user/SendEmail.jtp?type=node&amp;node=5722742&amp;i=0&gt; &gt; wrote:<br>
&gt; Seb,<br>
&gt;<br>
&gt; Yes, the crash is the same. Sometimes it isn&#39;t even at close time - the app<br>
&gt; will hang then crash.  When I have been able to pause inside and look or get a<br>
&gt; look at the stack it is buried way down in SWT or some inner message loop in<br>
&gt; VTK.  I strongly suspect that it is some threading issue between VTK and SWT.<br>
&gt; You mentioned that VTK is not thread?safe while Eclipse and SWT use LOTS of<br>
&gt; threads.  Like you say, if you stick with VTK alone (in ObjectiveC and/or C++)<br>
&gt; it is fine.<br>
&gt;<br>
&gt; So if I want to write in Java and use Eclipse I a few choices:<br>
&gt; * Give up on using Java and Eclipse, just use Xcode and Objective C/C++<br>
&gt; * Carefully use VTK, avoiding any danger spots (e.g. Interactors) but I won&#39;t<br>
&gt; know what to avoid until I get there<br>
&gt; * Abandon trying to use VTK and go back to my VTK equivalent which is far more<br>
&gt; primitive.<br>
&gt; My problem is that I don&#39;t want to fight the tools.  I don?t WANT to write<br>
&gt; rendering systems, etc.  Been there, done that (I&#39;ve written parts 2<br>
&gt; PostScript interpreters, was part of the SVG Viewer team at Adobe,<br>
&gt; Illustrator, etc.).  I&#39;m looking for a system I can just use and not have to<br>
&gt; fix or work around.  It may be that the message is stop fighting and accept<br>
&gt; using Xcode.  Is that what you work in?  Xcode and Objective C/C++?<br>
&gt;<br>
&gt; Thanks<br>
&gt; Ric<br>
&gt;<br>
&gt;<br>
&gt; From:  &quot;Sebastien Jourdain-2 [via VTK]&quot; &lt;[hidden email]<br>
&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=0</a>&gt; &gt;<br>
&gt; Date:  Wednesday, August 14, 2013 10:41 AM<br>
&gt;<br>
&gt; To:  Ric Wright &lt;[hidden email]<br>
&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722740&amp;i=1</a>&gt; &gt;<br>
&gt; Subject:  Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone Example 5)<br>
&gt;<br>
&gt; Hi Ric,<br>
&gt;<br>
&gt; I have no experience with SWT, so I can&#39;t really help you here, but I can<br>
&gt; ensure you that VTK works just fine on Mac OS X with Java 6 and interaction.<br>
&gt; In fact, I never had any crash at close time.<br>
&gt;<br>
&gt; Does the sample code from the vtk.jar crash in the same manner at close time ?<br>
&gt;<br>
&gt; Seb<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Aug 14, 2013 at 11:08 AM, rkwright &lt;[hidden email]<br>
&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722739&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722739&amp;i=0</a>&gt; &gt; wrote:<br>
&gt;&gt; Sebastien,<br>
&gt;&gt;<br>
&gt;&gt; (BTW, thank you very much for your patience in answering my questions in such<br>
&gt;&gt; timely fashion).<br>
&gt;&gt;<br>
&gt;&gt; I didn&#39;t see the SWT option when I built VTK the first time.  However, I took<br>
&gt;&gt; a break and quickly built an Eclipse plugin using the code in<br>
&gt;&gt; wrapping/java/vtk/rendering.  I created a view based on the<br>
&gt;&gt; swtConeRenderer.java code, substituting the parent SWT composite passed to<br>
&gt;&gt; the ViewPart creation step, passing that composite to the constructor of<br>
&gt;&gt; vtkSwtComponent.  It ALMOST works except that it creates a wholly new window<br>
&gt;&gt; outside the actual Eclipse view.  And that view works, complete with<br>
&gt;&gt; mouse-wheel scaling.  BUT, when I close that view ?  it crashes Eclipse,<br>
&gt;&gt; exactly as it does in the other demo I put together using the SWT_AWT bridge.<br>
&gt;&gt; Same message, same crash in Eclipse.  Clearly, something goes horribly awry<br>
&gt;&gt; down in the bowels of the native code in SWT.<br>
&gt;&gt;<br>
&gt;&gt; So I will continue to experiment with VTK but avoid anything to do with<br>
&gt;&gt; interactors.  But I return to my earlier question: Am I likely to run into<br>
&gt;&gt; similar problems or is it largely or wholly in the interactors that VTK<br>
&gt;&gt; starts/handles its own event loops?  So far the only problems I have seen are<br>
&gt;&gt; when interactors are involved (though my experience is rather limited, of<br>
&gt;&gt; course).<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; Ric<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; From:  &quot;Sebastien Jourdain-2 [via VTK]&quot; &lt;[hidden email]<br>
&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=0</a>&gt; &gt;<br>
&gt;&gt; Date:  Wednesday, August 14, 2013 9:53 AM<br>
&gt;&gt;<br>
&gt;&gt; To:  Ric Wright &lt;[hidden email]<br>
&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722738&amp;i=1</a>&gt; &gt;<br>
&gt;&gt; Subject:  Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone Example 5)<br>
&gt;&gt;<br>
&gt;&gt; You need to build VTK with the SWT component ON. Moreover,<br>
&gt;&gt; vtkRenderWIndowInteractor does not spawn a new event loop as VTK is NOT<br>
&gt;&gt; thread safe.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Aug 14, 2013 at 10:31 AM, rkwright &lt;[hidden email]<br>
&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722733&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722733&amp;i=0</a>&gt; &gt; wrote:<br>
&gt;&gt;&gt; I have been working through the samples in the jar. The only failure so far<br>
&gt;&gt;&gt; is the vtkRenderWindowInteractor.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I was not aware of a SWT component in VTK.  I see a Java file<br>
&gt;&gt;&gt; vtkSwtComponent.java but it isn&#39;t clear to me that it is going to solve my<br>
&gt;&gt;&gt; problems.   There are two issues I see:<br>
&gt;&gt;&gt; * vtkSwtComponent appears to use the SWT OpenGL canvas widget.  This is<br>
&gt;&gt;&gt; largely unsupported in SWT and was half-broken last time I looked at it.  I<br>
&gt;&gt;&gt; gave up on it long ago and turned to JOGL embedding in SWT via the bridge<br>
&gt;&gt;&gt; (which works for me at present)<br>
&gt;&gt;&gt; * It&#39;s not clear how this would solve the other issue where<br>
&gt;&gt;&gt; vtkRenderWIndowInteractor spawns its own event loop and that causes problems<br>
&gt;&gt;&gt; with SWT ? or does vtkRenderWIndowInteractor not use any AWT utilities or<br>
&gt;&gt;&gt; methods?<br>
&gt;&gt;&gt; I&#39;ll experiment with the vtkSwtComponent (I see one simple example file,<br>
&gt;&gt;&gt; swtConeRendering.java) and see if that helps. Though there is no SWT support<br>
&gt;&gt;&gt; in vtk.jar so I&#39;ll guess I&#39;ll have to include the SWT files directly in my<br>
&gt;&gt;&gt; project.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks for your advice.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; BTW, I am running Apple&#39;s Java 1.6.0_51-b11-457-11M4509. 64 bit<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; From:  &quot;Sebastien Jourdain-2 [via VTK]&quot; &lt;[hidden email]<br>
&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=0</a>&gt; &gt;<br>
&gt;&gt;&gt; Date:  Wednesday, August 14, 2013 8:42 AM<br>
&gt;&gt;&gt; To:  Ric Wright &lt;[hidden email]<br>
&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722724&amp;i=1</a>&gt; &gt;<br>
&gt;&gt;&gt; Subject:  Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone Example 5)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Just read the sample codes that are provided in the vtk.jar or in the Source<br>
&gt;&gt;&gt; code under Wrapping/Java/vtk/sample, they should be pretty strait forward.<br>
&gt;&gt;&gt; Moreover, VTK do provide a SWT component for rendering if you build it, so<br>
&gt;&gt;&gt; you shouldn&#39;t have any event loop issue...<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Seb<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Aug 14, 2013 at 9:30 AM, Ric Wright &lt;[hidden email]<br>
&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=0</a>&gt; &gt; wrote:<br>
&gt;&gt;&gt;&gt; So did some more spelunking and it looks like this is just a basic<br>
&gt;&gt;&gt;&gt; incompatibility for SWT and AWT ? in the specific case where AWT is trying<br>
&gt;&gt;&gt;&gt; to start their own event loop once SWT has started.  Previously, in my<br>
&gt;&gt;&gt;&gt; other work, I handled events on my own ? I didn&#39;t ask or expect AWT to<br>
&gt;&gt;&gt;&gt; start or manage it&#39;s own events. I used AWT basically to host the OpenGL<br>
&gt;&gt;&gt;&gt; canvas (based on JOGL).  But when one invokes the vtkRenderWIndowInteractor<br>
&gt;&gt;&gt;&gt; an event loop IS spawned and the causes various weird problems.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; There is a fairly long summary of some of the issues here:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://marc.info/?l=openjdk-awt-dev&amp;m=135818602009136&amp;w=2" target="_blank">http://marc.info/?l=openjdk-awt-dev&amp;m=135818602009136&amp;w=2</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; So the question that comes to my mind is how dependent is the rest of VTK<br>
&gt;&gt;&gt;&gt; on starting its own event loops?  I.e. Can I use the rest of VTK and its<br>
&gt;&gt;&gt;&gt; pipeline to perform graphics, manage datasets, etc.  I am willing to give<br>
&gt;&gt;&gt;&gt; up the Interactor and its mimicking of trackball if everything else is<br>
&gt;&gt;&gt;&gt; likely to work.  But if spawning its own event loop(s) is intrinsic to how<br>
&gt;&gt;&gt;&gt; most of VTK works then I&#39;m probably dead in the water.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thoughts or suggestions?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; From:  Ric Wright &lt;[hidden email]<br>
&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=1" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=1</a>&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Date:  Tuesday, August 13, 2013 12:59 PM<br>
&gt;&gt;&gt;&gt; To:  Sebastien Jourdain &lt;[hidden email]<br>
&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=2" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=2</a>&gt; &gt;<br>
&gt;&gt;&gt;&gt; Cc:  Sean McBride &lt;[hidden email]<br>
&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=3" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=3</a>&gt; &gt;, vtkusers &lt;[hidden<br>
&gt;&gt;&gt;&gt; email] &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=4" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=4</a>&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Subject:  Re: [vtkusers] VTK6 and Java Cone Example 5<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; An update on this.  I ported over some of my other Eclipse work and adapted<br>
&gt;&gt;&gt;&gt; it to VTK.  It is pushed to my account on github and there is a writeup<br>
&gt;&gt;&gt;&gt; here:  <a href="http://rkwright.github.io/geofx-pages/vtkview.html" target="_blank">http://rkwright.github.io/geofx-pages/vtkview.html</a>.  There are 3<br>
&gt;&gt;&gt;&gt; articles in there.  The latest rev of the code is here:<br>
&gt;&gt;&gt;&gt; <a href="https://github.com/rkwright/vtkscene" target="_blank">https://github.com/rkwright/vtkscene</a> in the develop branch.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Mostly, it works great.  However, when I tried the fifth cone example,<br>
&gt;&gt;&gt;&gt; which has the problematic vtkRenderWindowInteractor, I ran into similar<br>
&gt;&gt;&gt;&gt; problems as before.  I instantiated it with a valid vtkPanel.RenderWindow<br>
&gt;&gt;&gt;&gt; but it still goes off into the ozone, sometimes crashing the native<br>
&gt;&gt;&gt;&gt; vtkOpenGL dylib.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;m going to skip the interactor for now and move on to see if I run into<br>
&gt;&gt;&gt;&gt; more problems. If not, I can probably live without that widget but the<br>
&gt;&gt;&gt;&gt; problems there might be symptomatic of deeper problems on OSX 64 bit<br>
&gt;&gt;&gt;&gt; systems.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Any further suggestions would be welcome.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; From:  Sebastien Jourdain &lt;[hidden email]<br>
&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=5" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=5</a>&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Date:  Tuesday, August 6, 2013 8:56 AM<br>
&gt;&gt;&gt;&gt; To:  Ric Wright &lt;[hidden email]<br>
&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=6" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=6</a>&gt; &gt;<br>
&gt;&gt;&gt;&gt; Cc:  Sean McBride &lt;[hidden email]<br>
&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=7" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=7</a>&gt; &gt;, vtkusers &lt;[hidden<br>
&gt;&gt;&gt;&gt; email] &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=8" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=8</a>&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Subject:  Re: [vtkusers] VTK6 and Java Cone Example 5<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; In Java you should use the Java specific classes anyway like<br>
&gt;&gt;&gt;&gt; vtkPanel/vtkCanvas or the new version of them used in the vtk.sample<br>
&gt;&gt;&gt;&gt; package of the vtk.jar...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The purpose of those example was to show the possible match between the<br>
&gt;&gt;&gt;&gt; different languages...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Nothing more I believe,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Seb<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Tue, Aug 6, 2013 at 8:52 AM, Ric Wright &lt;[hidden email]<br>
&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=9" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=9</a>&gt; &gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; Ah, OK.  Well, I don&#39;t know what to do here.  Is this happening to others?<br>
&gt;&gt;&gt;&gt;&gt;  Should I file a bug?  Just try to work around it by not using<br>
&gt;&gt;&gt;&gt;&gt; RenderWindowInteractors (sounds kind of lame).  Or?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Suggestions?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt;&gt; Ric<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On 8/5/13 4:15 PM, &quot;Sean McBride&quot; &lt;[hidden email]<br>
&gt;&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=10" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=10</a>&gt; &gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;On Mon, 5 Aug 2013 16:10:55 -0500, Ric Wright said:<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;Well, a little playing around didn&#39;t seem to help, but I am frankly<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; not<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;an<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;expert on threads.  However, it seems to me that the source of the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;problem<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;is that the vtkRenderWindowInteractor gets initialized then the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; start()<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;method creates an event loop that is monitored by the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;vtkRenderWindowInteractor.  I suspect that start() method spawns a new<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;thread to listen to the events and it is the spawning of that thread<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; that<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;&gt;causes the exception.<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;VTK&#39;s Cocoa classes never create any threads.<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;Cheers,<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;--<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;____________________________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;Sean McBride, B. Eng                 [hidden email]<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=11" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=5722710&amp;i=11</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;<a href="http://www.rogue-research.com" target="_blank">http://www.rogue-research.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;Mac Software Developer              Montr?al, Qu?bec, Canada<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If you reply to this email, your message will be added to the discussion<br>
&gt;&gt;&gt; below:<br>
&gt;&gt;&gt; <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722710.ht" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722710.ht</a><br>
&gt;&gt;&gt; ml<br>
&gt;&gt;&gt; To unsubscribe from VTK6 and Java Examples, click here.<br>
&gt;&gt;&gt; NAML<br>
&gt;&gt;&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewe" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewe</a><br>
&gt;&gt;&gt; r&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNam<br>
&gt;&gt;&gt; espace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.Nod<br>
&gt;&gt;&gt; eNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emai<br>
&gt;&gt;&gt; ls%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; View this message in context: Re: AWT + SWT + Event Loops (was Re: VTK6 and<br>
&gt;&gt;&gt; Java Cone Example 5)<br>
&gt;&gt;&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722724.h" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722724.h</a><br>
&gt;&gt;&gt; tml&gt;<br>
&gt;&gt;&gt; Sent from the VTK - Users mailing list archive<br>
&gt;&gt;&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a>&gt;  at Nabble.com.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; If you reply to this email, your message will be added to the discussion<br>
&gt;&gt; below:<br>
&gt;&gt; <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722733.htm" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722733.htm</a><br>
&gt;&gt; l<br>
&gt;&gt; To unsubscribe from VTK6 and Java Examples, click here.<br>
&gt;&gt; NAML<br>
&gt;&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer</a><br>
&gt;&gt; &amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNames<br>
&gt;&gt; pace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNa<br>
&gt;&gt; mespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%2<br>
&gt;&gt; 1nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; View this message in context: Re: AWT + SWT + Event Loops (was Re: VTK6 and<br>
&gt;&gt; Java Cone Example 5)<br>
&gt;&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722738.ht" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722738.ht</a><br>
&gt;&gt; ml&gt;<br>
&gt;&gt; Sent from the VTK - Users mailing list archive<br>
&gt;&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a>&gt;  at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; If you reply to this email, your message will be added to the discussion<br>
&gt; below:<br>
&gt; <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722739.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722739.html</a><br>
&gt; To unsubscribe from VTK6 and Java Examples, click here.<br>
&gt; NAML<br>
&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;</a><br>
&gt; id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespa<br>
&gt; ce-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNames<br>
&gt; pace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nab<br>
&gt; ble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml&gt;<br>
&gt;<br>
&gt;<br>
&gt; View this message in context: Re: AWT + SWT + Event Loops (was Re: VTK6 and<br>
&gt; Java Cone Example 5)<br>
&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722740.htm" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722740.htm</a><br>
&gt; l&gt;<br>
&gt; Sent from the VTK - Users mailing list archive<br>
&gt; &lt;<a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a>&gt;  at Nabble.com.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at:<br>
<a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
<br>
If you reply to this email, your message will be added to the discussion<br>
below:<br>
<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722742.ht
ml" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722742.ht<br>
ml</a><br>
To unsubscribe from VTK6 and Java Examples, click here<br>
&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe
_by_code&amp;node=5722474&amp;code=cmt3cmlnaHRAZ2VvZnguY29tfDU3MjI0NzR8LTgxODEwNjM2M" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe<br>
_by_code&amp;node=5722474&amp;code=cmt3cmlnaHRAZ2VvZnguY29tfDU3MjI0NzR8LTgxODEwNjM2M</a><br>
A==&gt; .<br>
NAML<br>
&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewe
r&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNam
espace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.Nod
eNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emai
ls%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewe<br>
r&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNam<br>
espace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.Nod<br>
eNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emai<br>
ls%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml</a>&gt;<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722745.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722745.html</a><br>

Sent from the VTK - Users mailing list archive at Nabble.com.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/8f354d38/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/8f354d38/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Wed, 14 Aug 2013 17:14:28 +0000<br>
From: Jude Pereira &lt;<a href="mailto:jpereira@advsolinc.com">jpereira@advsolinc.com</a>&gt;<br>
Subject: [vtkusers] VTK 6.1<br>
To: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:0b2e49178c624132a07b02dcb87cdf39@BY2PR05MB142.namprd05.prod.outlook.com">0b2e49178c624132a07b02dcb87cdf39@BY2PR05MB142.namprd05.prod.outlook.com</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
I&#39;m eagerly awaiting VTK 6.1 as this&lt;<a href="http://vtk.org/Bug/view.php?id=12945" target="_blank">http://vtk.org/Bug/view.php?id=12945</a>&gt; says that it includes Qt 5 support.<br>
Any idea when 6.1 will be released?<br>
<br>
Jude<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/a281f50e/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/a281f50e/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Wed, 14 Aug 2013 19:18:40 +0200<br>
From: Vincent Gratsac &lt;<a href="mailto:vincent.gratsac.lists@gmail.com">vincent.gratsac.lists@gmail.com</a>&gt;<br>
Subject: [vtkusers] vtkDistanceWidget handles bug in VTK 5.10.1 ?<br>
To: VTK Users &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:520BBBF0.3010705@gmail.com">520BBBF0.3010705@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hi all,<br>
<br>
I&#39;m trying to use vtkDistanceWidget but it seems that there is a problem<br>
with its handles.<br>
<br>
When I first draw the vtkDistanceWidget, all is ok. Handles are placed<br>
at the two extremitites of the green line.<br>
I can interact with the view in order to do some rotations or zooms on<br>
the render window.<br>
But if i click again on one of the handles and move it to another place,<br>
then when trying again to interact with the view, all objects will move<br>
correctly except the handles that I previously moved.<br>
<br>
An important point is that I can&#39;t reproduce this behavior with VTK<br>
5.4.2, but unfortunately, I can&#39;t use this version for my software<br>
development.<br>
Maybe someone already experienced this and found a solution...<br>
<br>
Here is the code that I reproduces the problem :<br>
<br>
&gt; #include &quot;vtkDistanceWidget.h&quot;<br>
&gt; #include &quot;vtkDistanceRepresentation2D.h&quot;<br>
&gt; #include &quot;vtkSphereSource.h&quot;<br>
&gt; #include &quot;vtkPolyDataMapper.h&quot;<br>
&gt; #include &quot;vtkActor.h&quot;<br>
&gt; #include &quot;vtkRenderer.h&quot;<br>
&gt; #include &quot;vtkRenderWindow.h&quot;<br>
&gt; #include &quot;vtkRenderWindowInteractor.h&quot;<br>
&gt; #include &quot;vtkCommand.h&quot;<br>
&gt; #include &quot;vtkInteractorEventRecorder.h&quot;<br>
&gt; #include &quot;vtkRegressionTestImage.h&quot;<br>
&gt; #include &quot;vtkDebugLeaks.h&quot;<br>
&gt; #include &quot;vtkCoordinate.h&quot;<br>
&gt; #include &quot;vtkMath.h&quot;<br>
&gt; #include &quot;vtkHandleWidget.h&quot;<br>
&gt; #include &quot;vtkPointHandleRepresentation2D.h&quot;<br>
&gt; #include &quot;vtkAxisActor2D.h&quot;<br>
&gt; #include &quot;vtkProperty2D.h&quot;<br>
&gt;<br>
&gt;<br>
&gt; // The actual test function<br>
&gt; int main( int argc, char *argv[] )<br>
&gt; {<br>
&gt;   // Create the RenderWindow, Renderer and both Actors<br>
&gt;   //<br>
&gt;   vtkRenderer *ren1 = vtkRenderer::New();<br>
&gt;   vtkRenderWindow *renWin = vtkRenderWindow::New();<br>
&gt;   renWin-&gt;AddRenderer(ren1);<br>
&gt;<br>
&gt;   vtkRenderWindowInteractor *iren = vtkRenderWindowInteractor::New();<br>
&gt;   iren-&gt;SetRenderWindow(renWin);<br>
&gt;<br>
&gt;   // Create a test pipeline<br>
&gt;   //<br>
&gt;   vtkSphereSource *ss = vtkSphereSource::New();<br>
&gt;   vtkPolyDataMapper *mapper = vtkPolyDataMapper::New();<br>
&gt;   mapper-&gt;SetInput(ss-&gt;GetOutput());<br>
&gt;   vtkActor *actor = vtkActor::New();<br>
&gt;   actor-&gt;SetMapper(mapper);<br>
&gt;<br>
&gt;   // Create the widget and its representation<br>
&gt;   vtkPointHandleRepresentation2D *handle =<br>
&gt; vtkPointHandleRepresentation2D::New();<br>
&gt;   handle-&gt;GetProperty()-&gt;SetColor(1,0,0);<br>
&gt;   handle-&gt;GetSelectedProperty()-&gt;SetColor(0,0,1);<br>
&gt;  // handle-&gt;SetActiveRepresentation(110);<br>
&gt;<br>
&gt;   vtkDistanceRepresentation2D *rep = vtkDistanceRepresentation2D::New();<br>
&gt;   rep-&gt;SetHandleRepresentation(handle);<br>
&gt;<br>
&gt;   rep-&gt;GetAxis()-&gt;SetNumberOfMinorTicks(4);<br>
&gt;   rep-&gt;GetAxis()-&gt;SetTickLength(9);<br>
&gt;   rep-&gt;GetAxis()-&gt;SetTitlePosition(0.2);<br>
&gt;<br>
&gt;   vtkDistanceWidget *widget = vtkDistanceWidget::New();<br>
&gt;   widget-&gt;SetInteractor(iren);<br>
&gt;   widget-&gt;CreateDefaultRepresentation();<br>
&gt;   widget-&gt;SetRepresentation(rep);<br>
&gt;<br>
&gt;   // Add the actors to the renderer, set the background and size<br>
&gt;   //<br>
&gt;   ren1-&gt;AddActor(actor);<br>
&gt;   ren1-&gt;SetBackground(0.1, 0.2, 0.4);<br>
&gt;   renWin-&gt;SetSize(300, 300);<br>
&gt;<br>
&gt;   // render the image<br>
&gt;   //<br>
&gt;   iren-&gt;Initialize();<br>
&gt;   renWin-&gt;Render();<br>
&gt;   widget-&gt;On();<br>
&gt;<br>
&gt; iren-&gt;Start();<br>
&gt;<br>
&gt;   ss-&gt;Delete();<br>
&gt;   mapper-&gt;Delete();<br>
&gt;   actor-&gt;Delete();<br>
&gt;   handle-&gt;Delete();<br>
&gt;   rep-&gt;Delete();<br>
&gt;   widget-&gt;Off();<br>
&gt;   widget-&gt;Delete();<br>
&gt;   iren-&gt;Delete();<br>
&gt;   renWin-&gt;Delete();<br>
&gt;   ren1-&gt;Delete();<br>
&gt;<br>
&gt;   return 0;<br>
&gt; }<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Wed, 14 Aug 2013 13:39:43 -0400<br>
From: &quot;Sean McBride&quot; &lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt;<br>
Subject: Re: [vtkusers] AWT + SWT + Event Loops (was Re: VTK6 and Java<br>
        Cone Example 5)<br>
To: rkwright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;, &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:20130814173943.339520834@mail.rogue-research.com">20130814173943.339520834@mail.rogue-research.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Wed, 14 Aug 2013 10:00:08 -0700, rkwright said:<br>
<br>
&gt;Right.  The crashes are only when SWT is involved. I&#39;ll keep poking but like<br>
&gt;I say, I don&#39;t want to learn/build new tooling (if I can help it).  But I<br>
&gt;find VTK kind of enigmatic in many respects.  For example, I thought I would<br>
&gt;try the Cocoa version, just for fun.  So I created a new VTK source and<br>
&gt;build folders, selected Xcode then ran configure, then generate.  It said<br>
&gt;&quot;Configure done&quot;,  &quot;Generate done&quot;.  Then what?  There&#39;s no makefile I can<br>
&gt;see to run the actual build.  Is there another cmake step?  I don&#39;t recall<br>
&gt;there being one when I generated the Java wrappers.  I just ran make in the<br>
&gt;config then generate and there was a makefile.  But this time no makefile.<br>
&gt;What am I missing?<br>
<br>
That sounds more like due to being new to CMake than new to VTK.  If you chose the Xcode generator, then cmake will have created a .xcodeproj file, you then just open that project in Xcode just like a hand-created Xcode project.<br>

<br>
Remember, VTK is a library, so you can build VTK itself with a makefile or Xcode.  You can then take the resulting libraries and add them to your own makefile, Xcode project, CMake build file, or custom build system.<br>

<br>
Cheers,<br>
<br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montr?al, Qu?bec, Canada<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Wed, 14 Aug 2013 10:49:37 -0700 (PDT)<br>
From: rkwright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;<br>
Subject: Re: [vtkusers] AWT + SWT + Event Loops (was Re: VTK6 and Java<br>
        Cone    Example 5)<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:CE312CD7.103ADF%25rkwright@geofx.com">CE312CD7.103ADF%rkwright@geofx.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
LOL.  Yes, I figured that out.  I was actually on the phone talking with one<br>
of my project&#39;s engineers about the build process on Android, Eclipse vs.<br>
command line and !!  Slap forehead.  There is NO makefile?  :-)  So I<br>
started the build and it built without problems.  I&#39;ll have a go at it later<br>
when I get a chance.<br>
<br>
Thanks<br>
Ric<br>
<br>
<br>
From:  &quot;Sean McBride [via VTK]&quot; &lt;<a href="mailto:ml-node%2Bs1045678n5722748h26@n5.nabble.com">ml-node+s1045678n5722748h26@n5.nabble.com</a>&gt;<br>
Date:  Wednesday, August 14, 2013 12:40 PM<br>
To:  Ric Wright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;<br>
Subject:  Re: AWT + SWT + Event Loops (was Re: VTK6 and Java Cone Example 5)<br>
<br>
On Wed, 14 Aug 2013 10:00:08 -0700, rkwright said:<br>
<br>
&gt;Right.  The crashes are only when SWT is involved. I&#39;ll keep poking but like<br>
&gt;I say, I don&#39;t want to learn/build new tooling (if I can help it).  But I<br>
&gt;find VTK kind of enigmatic in many respects.  For example, I thought I would<br>
&gt;try the Cocoa version, just for fun.  So I created a new VTK source and<br>
&gt;build folders, selected Xcode then ran configure, then generate.  It said<br>
&gt;&quot;Configure done&quot;,  &quot;Generate done&quot;.  Then what?  There&#39;s no makefile I can<br>
&gt;see to run the actual build.  Is there another cmake step?  I don&#39;t recall<br>
&gt;there being one when I generated the Java wrappers.  I just ran make in the<br>
&gt;config then generate and there was a makefile.  But this time no makefile.<br>
&gt;What am I missing?<br>
<br>
That sounds more like due to being new to CMake than new to VTK.  If you<br>
chose the Xcode generator, then cmake will have created a .xcodeproj file,<br>
you then just open that project in Xcode just like a hand-created Xcode<br>
project.<br>
<br>
Remember, VTK is a library, so you can build VTK itself with a makefile or<br>
Xcode.  You can then take the resulting libraries and add them to your own<br>
makefile, Xcode project, CMake build file, or custom build system.<br>
<br>
Cheers,<br>
<br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 [hidden email]<br>
&lt;/user/SendEmail.jtp?type=node&amp;node=5722748&amp;i=0&gt;<br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montr?al, Qu?bec, Canada<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at:<br>
<a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
<br>
If you reply to this email, your message will be added to the discussion<br>
below:<br>
<a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722748.ht
ml" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722748.ht<br>
ml</a><br>
To unsubscribe from VTK6 and Java Examples, click here<br>
&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe
_by_code&amp;node=5722474&amp;code=cmt3cmlnaHRAZ2VvZnguY29tfDU3MjI0NzR8LTgxODEwNjM2M" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe<br>
_by_code&amp;node=5722474&amp;code=cmt3cmlnaHRAZ2VvZnguY29tfDU3MjI0NzR8LTgxODEwNjM2M</a><br>
A==&gt; .<br>
NAML<br>
&lt;<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewe
r&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNam
espace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.Nod
eNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emai
ls%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_blank">http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewe<br>
r&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNam<br>
espace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.Nod<br>
eNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emai<br>
ls%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml</a>&gt;<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722749.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-and-Java-Examples-tp5722474p5722749.html</a><br>

Sent from the VTK - Users mailing list archive at Nabble.com.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/e96a1283/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/e96a1283/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Wed, 14 Aug 2013 14:50:16 -0400<br>
From: &quot;Sean McBride&quot; &lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt;<br>
Subject: Re: [vtkusers] AWT + SWT + Event Loops (was Re: VTK6 and Java<br>
        Cone Example 5)<br>
To: rkwright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;, &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:20130814185016.312926488@mail.rogue-research.com">20130814185016.312926488@mail.rogue-research.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Wed, 14 Aug 2013 08:53:02 -0700, rkwright said:<br>
<br>
&gt;It may be that the message is stop fighting and accept<br>
&gt;using Xcode.  Is that what you work in?  Xcode and Objective C/C++?<br>
<br>
Well, &quot;it depends&quot; of course, on what you&#39;re doing, why, etc., etc.  But VTK is written in C++, support for other languages is well-supported but is an extra layer.  Similarly, Java has fallen out of favour with Apple, and not included by default anymore.  Using a 3rd party Java (7) and 3rd party development environment (Eclipse) are likely to be less smooth than using OS vendor supplied languages (C/C++/Obj-C) and tools (ie Xcode).  But it all depends.  YMMV.<br>

<br>
Cheers,<br>
<br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montr?al, Qu?bec, Canada<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 11<br>
Date: Wed, 14 Aug 2013 14:01:01 -0500<br>
From: Ric Wright &lt;<a href="mailto:rkwright@geofx.com">rkwright@geofx.com</a>&gt;<br>
Subject: Re: [vtkusers] AWT + SWT + Event Loops (was Re: VTK6 and Java<br>
        Cone Example 5)<br>
To: Sean McBride &lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt;,     &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:CE313C47.103E93%25rkwright@geofx.com">CE313C47.103E93%rkwright@geofx.com</a>&gt;<br>
Content-Type: text/plain;       charset=&quot;ISO-8859-1&quot;<br>
<br>
Sean,<br>
<br>
You&#39;re right.  But OTOH, I did build the VTK in XCOde and then pulled up<br>
the Example/GUI Xcode project (Examples/GUI/Cocoa).  Unfortunately, the<br>
project doesn&#39;t match its own documentation.  It says point the project at<br>
the VTK/include project.  But there isn&#39;t one - there are a couple of<br>
dozen (I love C++ :-).  That can be resolved (slowly) but the project is<br>
also looking for all the lib files to be .a (static) libs.  But the VTK<br>
project builds dylibs (which is the right way, IMO).<br>
<br>
I&#39;m sure all this can be resolved, but it&#39;s a lot of learning curves and<br>
tool fiddling.  This isn&#39;t my job, it&#39;s my hobby. As I said before, it&#39;s a<br>
tradeoff - climb the VTK hill and benefit from the work you guys have<br>
done, or stick with what I have got - which works.  I&#39;ll be probably keep<br>
going because I hate giving up ;-)<br>
<br>
Thanks<br>
Ric<br>
<br>
<br>
On 8/14/13 1:50 PM, &quot;Sean McBride&quot; &lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt; wrote:<br>
<br>
&gt;On Wed, 14 Aug 2013 08:53:02 -0700, rkwright said:<br>
&gt;<br>
&gt;&gt;It may be that the message is stop fighting and accept<br>
&gt;&gt;using Xcode.  Is that what you work in?  Xcode and Objective C/C++?<br>
&gt;<br>
&gt;Well, &quot;it depends&quot; of course, on what you&#39;re doing, why, etc., etc.  But<br>
&gt;VTK is written in C++, support for other languages is well-supported but<br>
&gt;is an extra layer.  Similarly, Java has fallen out of favour with Apple,<br>
&gt;and not included by default anymore.  Using a 3rd party Java (7) and 3rd<br>
&gt;party development environment (Eclipse) are likely to be less smooth than<br>
&gt;using OS vendor supplied languages (C/C++/Obj-C) and tools (ie Xcode).<br>
&gt;But it all depends.  YMMV.<br>
&gt;<br>
&gt;Cheers,<br>
&gt;<br>
&gt;--<br>
&gt;____________________________________________________________<br>
&gt;Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
&gt;Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
&gt;Mac Software Developer              Montr?al, Qu?bec, Canada<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 12<br>
Date: Wed, 14 Aug 2013 17:31:30 -0500<br>
From: Fabian Torres &lt;<a href="mailto:dae.wong@gmail.com">dae.wong@gmail.com</a>&gt;<br>
Subject: Re: [vtkusers] Extract region with<br>
        vtkTracerInteractorStyleImage<br>
To: David Doria &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;, <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID:<br>
        &lt;CALD_EpLNYzP1b9Yp7quW=zNvEVu8q9jD1mY7Os0DaJQkm+O=<a href="mailto:OA@mail.gmail.com">OA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Sorry the name is vtkInteractorStyleImage.<br>
vtkTracerInteractorStyleImage is the name of my class.<br>
<br>
<br>
On Wed, Aug 14, 2013 at 4:08 PM, David Doria &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Are you sure you typed the class name correctly?<br>
&gt; &#39;vtkTracerInteractorStyleImage&#39; is not a class in VTK as far as I can<br>
&gt; tell: <a href="http://www.vtk.org/doc/nightly/html/classes.html" target="_blank">http://www.vtk.org/doc/nightly/html/classes.html</a><br>
&gt;<br>
&gt; David<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Aug 14, 2013 at 12:32 PM, Fabian Torres &lt;<a href="mailto:dae.wong@gmail.com">dae.wong@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &gt; Hi all.<br>
&gt; &gt;<br>
&gt; &gt; I have a class that inherits from vtkTracerInteractorStyleImage. This<br>
&gt; class allows the user to draw closed lines in an image and extract the<br>
&gt; vtkPath and vtkPoints every time the class catches a tracerEvent.<br>
&gt; &gt;<br>
&gt; &gt; My problem is that I want to extract the value of every pixel inside the<br>
&gt; drew region. How can I do this using the information from the obtained<br>
&gt; vtkPath or vtkPoints.<br>
&gt; &gt;<br>
&gt; &gt; Thnanks all<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt; &gt;<br>
&gt; &gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt; &gt;<br>
&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt; &gt;<br>
&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
Fabi?n Torres Robles<br>
Maestria en Ciencias en Ingenier?a Electr?nica<br>
Ingenier?a en Sistemas Electr?nicos<br>
tel. 58081280, 0445534661338<br>
e-mail <a href="mailto:fabian.trobles@gmail.com">fabian.trobles@gmail.com</a>, <a href="mailto:dae.wong@gmail.com">dae.wong@gmail.com</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/e1779de9/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/e1779de9/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 13<br>
Date: Wed, 14 Aug 2013 16:13:08 -0700<br>
From: Alex Malyushytskyy &lt;<a href="mailto:alexmalvtk@gmail.com">alexmalvtk@gmail.com</a>&gt;<br>
Subject: Re: [vtkusers] (no subject)<br>
To: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CAHR9pJ2QF6yDUBt8xgajCG0MsHROHqPT8CpHbbjcf7uWOuh1uQ@mail.gmail.com">CAHR9pJ2QF6yDUBt8xgajCG0MsHROHqPT8CpHbbjcf7uWOuh1uQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Could you please stop polluting vtk mailing list with meaningless or no<br>
subject messages.<br>
If you continue people will start ignore you.<br>
<br>
It is good to read some guidelines before posting.<br>
Example:<br>
<a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
<br>
Regards,<br>
  Alex<br>
<br>
<br>
<br>
<br>
<br>
On Wed, Aug 14, 2013 at 7:58 AM, Anka Kochanowska &lt;<a href="mailto:pluszcz@gmail.com">pluszcz@gmail.com</a>&gt; wrote:<br>
<br>
&gt; That means that you have to pass an argument to the executable<br>
&gt; ReadTextFile.<br>
&gt;<br>
&gt; Example for SimplePointReader:<br>
&gt;  ./SimplePointsReader /opt/vtk-5.10/VTKData5.10.1/Data/mbwavelet_ascii.xyz<br>
&gt;<br>
&gt;<br>
&gt; I have no time to build all vtk examples. Why don&#39;t you read the example<br>
&gt; code and find out what is asked for?<br>
&gt;<br>
&gt; If you need a specific format asked in the example, download VTKData.<br>
&gt; as I said, I am using vtk 5, but you should download data for vtk 6.<br>
&gt;<br>
&gt; Anka<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Aug 14, 2013 at 10:54 AM, Altamash Abbasi &lt;<br>
&gt; <a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Now this error is coming. . . . still GUI is not coming . . .<br>
&gt;&gt;<br>
&gt;&gt; stame1@itlrstud044:~/software/ReadTextFile/build&gt; ./ReadTextFile<br>
&gt;&gt; Usage: ./ReadTextFile Filename(.xyz)<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/31d29f29/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/31d29f29/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 14<br>
Date: Wed, 14 Aug 2013 17:42:47 -0700<br>
From: Chao Liang &lt;<a href="mailto:chaolian@mtu.edu">chaolian@mtu.edu</a>&gt;<br>
Subject: [vtkusers] One kind of vtkMultiBlockDataSet shows up in VTK<br>
        5.7     while not in VTK 6.0<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAD4LrprNDFmd_VB_NiLMyt57GZjvaNFqnbSAYQsnBVi-E77qOA@mail.gmail.com">CAD4LrprNDFmd_VB_NiLMyt57GZjvaNFqnbSAYQsnBVi-E77qOA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
<br>
<br>
Please attached files. The same code, it works in vtk 5.7 but not in vtk<br>
6.0.<br>
I don&#39;t know what the problem is.<br>
<br>
Here is what I did in my code:<br>
----------------------<br>
|           |         |<br>
|           |         |<br>
|           |         |<br>
----------------------<br>
As shown above, the data set is two cubes and they share the same surface.<br>
I made a vtkMultiBlockDataSet like this:<br>
<br>
along x dir, 4 lines, each line I set it to be a block;<br>
along y dir, 6 lines, each line I set it to be a block;<br>
along z dir, 6 lines, each line I set it to be a block.<br>
<br>
Then just as normal, set up renderWindow, renderer, actor etc. Note: I did<br>
add macros in vtk 6.0, and FYI, I did successfully show up another<br>
vtkMultiBlockDataSet, i.e., 2 cubes, but they don&#39;t share any surface.<br>
<br>
So, my question is : Why it shows up in vtk 5.7 but not in vtk 6.0? Is it<br>
possible somehow vtk 6.0 does not support this kind of vtkMultiBlockDataSet<br>
(i.e., have shared surfaces, points) rendering ?<br>
<br>
Any help is appreciated. Thanks.<br>
<br>
Chao<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: test_multiblock.cpp<br>
Type: text/x-c++src<br>
Size: 4911 bytes<br>
Desc: not available<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/fdc4a4b2/attachment.cpp" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/fdc4a4b2/attachment.cpp</a>&gt;<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: test_multiblock_plot_vtk5.7.cpp<br>
Type: text/x-c++src<br>
Size: 4720 bytes<br>
Desc: not available<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130814/fdc4a4b2/attachment-0001.cpp" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130814/fdc4a4b2/attachment-0001.cpp</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
vtkusers mailing list<br>
<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
End of vtkusers Digest, Vol 112, Issue 31<br>
*****************************************<br>
</blockquote></div><br></div></div></div>