<div dir="ltr">Perhaps we should have a wiki page that lists them? And their use?<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 28, 2013 at 3:53 PM, David E DeMarle <span dir="ltr">&lt;<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>kaltuel:VTK demarle$ find . -name &quot;module.cmake&quot; -print | xargs grep -i IMPLEMENTS</div><div>
./Filters/ParallelFlowPaths/module.cmake:  IMPLEMENTS</div><div>./Filters/StatisticsGnuR/module.cmake:  IMPLEMENTS</div>

<div>./Interaction/Style/module.cmake:  IMPLEMENTS</div><div>./IO/MPIImage/module.cmake: IMPLEMENTS</div><div>./IO/MPIParallel/module.cmake:  IMPLEMENTS</div><div>./IO/MySQL/module.cmake:  IMPLEMENTS</div><div>./IO/ParallelExodus/module.cmake:  IMPLEMENTS</div>


<div>./IO/PostgreSQL/module.cmake:  IMPLEMENTS</div><div>./Rendering/FreeType/module.cmake:  IMPLEMENTS</div><div>./Rendering/FreeTypeFontConfig/module.cmake:  IMPLEMENTS</div><div>./Rendering/FreeTypeOpenGL/module.cmake:  IMPLEMENTS</div>


<div>./Rendering/Matplotlib/module.cmake:  IMPLEMENTS</div><div>./Rendering/OpenGL/module.cmake:  IMPLEMENTS</div><div>./Rendering/VolumeOpenGL/module.cmake:  IMPLEMENTS</div></div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all">


<div>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div></font></span><div>
<div class="h5">
<br><br><div class="gmail_quote">On Tue, May 28, 2013 at 3:51 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr"><div><div>Marcus,<br><br></div>Is there a complete list of implementation modules?<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Bill<br><br>

</font></span></div><div class="gmail_extra"><div><div><br><br><div class="gmail_quote">On Tue, May 28, 2013 at 2:47 PM, Marcus D. Hanwell <span dir="ltr">&lt;<a href="mailto:marcus.hanwell@kitware.com" target="_blank">marcus.hanwell@kitware.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On Mon, May 27, 2013 at 4:54 AM, Dženan Zukić &lt;<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>&gt; wrote:<br>




&gt; I am switching over to vtk6. Following a recommendation to use COMPONENTS<br>
&gt; argument in CMakeLists causes access violation at run time. Namely,<br>
&gt; QVTKWidget::GetRenderWindow() crashes at line win-&gt;Delete(); due to win<br>
&gt; being null. The function is called from my main window&#39;s constructor:<br>
&gt;<br>
&gt; vtkOpenGLRenderer *renderer = vtkOpenGLRenderer::New();<br>
&gt; qvtkWidget-&gt;GetRenderWindow()-&gt;AddRenderer(renderer); //crash<br>
&gt;<br>
&gt; If I don&#39;t use the components (but rather link all modules), there is no<br>
&gt; crash. Way of invoking VTK:<br>
&gt;<br>
&gt; #FIND_PACKAGE(VTK REQUIRED COMPONENTS vtkRenderingVolumeOpenGL<br>
&gt; vtkGUISupportQt vtkGUISupportQtOpenGL vtkRenderingQt NO_MODULE)<br>
&gt; FIND_PACKAGE(VTK REQUIRED COMPONENTS vtkGUISupportQtOpenGL)<br>
&gt;<br>
&gt; I am using vtk git master. How can I resolve this crash? Or should I just<br>
&gt; link all modules?<br>
&gt;<br>
</div></div>I added <a href="http://vtk.org/Wiki/VTK/Build_System_Migration#Common_Implementation_Modules" target="_blank">http://vtk.org/Wiki/VTK/Build_System_Migration#Common_Implementation_Modules</a><br>
to give an example where one might find the common implementation<br>
modules and use it. You could add vtkGUISupportQtOpenGL to the list of<br>
dependencies, but you are missing vtkRenderingOpenGL from your<br>
dependencies that is causing the null render window.<br>
<span><font color="#888888"><br>
Marcus<br>
</font></span><div><div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <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: <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>
</div></div></blockquote></div><br><br clear="all"><br></div></div><div>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div></div>
<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 <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: <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></blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div>