<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-11-29 19:06 GMT+01:00 C P via vtkusers <span dir="ltr"><<a target="_blank" href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div>Dear VTK users,<br></div><div><br>Seems that the VTK developers have forgotten to add vtkParallelCoordinatesActor.cx<wbr>x to the CMakeLists.txt file in the Rendering/Annotation folder. Without this one cannot use the class...<br><br>And
 in general, it is extremely difficult to figure out which VTK module 
one should build in order to use certain classes. In other words, where 
is the VTK-module to VTK-class correspondence?<br></div></div></div></div></blockquote><div><br></div><div>I don't know if there's a full list somewhere (would be really nice if the Doxygen output could be augmented somehow to include this..), but you can run the Utilities/Maintenance/<wbr>WhatModules.py script from VTK against your sources, to find out the list of modules you need to link against based on what headers you are including.<br><br></div><div>E.g:<br><br>estan@newton:~/orexplore/VTK$ ./Utilities/Maintenance/<wbr>WhatModulesVTK.py . Filters/Modeling/Testing/Cxx/<wbr>TestRotationalExtrusion.cxx<br>Modules and their dependencies:<br>find_package(VTK COMPONENTS<br>  vtkCommonCore<br>  vtkCommonDataModel<br>  vtkCommonExecutionModel<br>  vtkCommonMath<br>  vtkCommonMisc<br>  vtkCommonTransforms<br>  vtkFiltersCore<br>  vtkFiltersGeneral<br>  vtkFiltersModeling<br>  vtkFiltersSources<br>  vtkInteractionStyle<br>  vtkRenderingCore<br>  vtkRenderingOpenGL<br>  vtkTestingCore<br>  vtkTestingRendering<br>  vtkkwiml<br>)<br>Your application code includes 16 of 189 vtk modules.<br><br>All modules referenced in the files:<br>find_package(VTK COMPONENTS<br>  vtkCommonCore<br>  vtkFiltersCore<br>  vtkFiltersModeling<br>  vtkFiltersSources<br>  vtkInteractionStyle<br>  vtkRenderingCore<br>  vtkRenderingOpenGL<br>  vtkTestingCore<br>  vtkTestingRendering<br>)<br>Your application code includes 9 of 189 vtk modules.<br><br>Minimal set of modules:<br>find_package(VTK COMPONENTS<br>  vtkFiltersModeling<br>  vtkFiltersSources<br>  vtkInteractionStyle<br>  vtkRenderingOpenGL<br>  vtkTestingRendering<br>)<br>Your application code includes 5 of 189 vtk modules.<br><br><br>estan@newton:~/orexplore/VTK$<br><br></div><div>It's the middle one of these three sets of modules that you probably wants to use (the one listed under "All modules referenced in the files:").<br><br></div><div>The script is not perfect, but has been a great help to me.<br><br></div><div>Elvis<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><br></div>How can I report a bug? Sent to <a target="_blank" href="mailto:vtkdevelopers@vtk.org">vtkdevelopers@vtk.org </a> but with no success.<br><br></div>Best<span class="gmail-m_-1078144664171434162gmail-HOEnZb"><font color="#888888"><br></font></span></div><span class="gmail-m_-1078144664171434162gmail-HOEnZb"><font color="#888888">CP<br><br><div><div><a target="_blank" href="mailto:vtkdevelopers@vtk.org"></a></div></div></font></span></div>
<br>______________________________<wbr>_________________<br>
Powered by <a target="_blank" href="http://www.kitware.com" rel="noreferrer">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a target="_blank" href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a target="_blank" href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
<br>
Search the list archives at: <a target="_blank" href="http://markmail.org/search/?q=vtkusers" rel="noreferrer">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a target="_blank" href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div></div>