<div dir="ltr"><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:14px;vertical-align:baseline;clear:both;word-wrap:break-word;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">
I have built VTK with cmake 2.8.11.2 and Visual Studio 2012. All the examples in the wiki at<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx" rel="nofollow" style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;color:rgb(74,107,130);text-decoration:none">http://www.vtk.org/Wiki/VTK/Examples/Cxx</a> can be built and run successfully.</p>
<p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:14px;vertical-align:baseline;clear:both;word-wrap:break-word;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">
The problem occurs when I try to build the test program located at <a href="http://vtk.org/gitweb?p=VTK.git;a=blob_plain;f=Filters/ReebGraph/Testing/Cxx/TestReebGraph.cxx;hb=HEAD" rel="nofollow" style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;color:rgb(74,107,130);text-decoration:none">http://vtk.org/gitweb?p=VTK.git;a=blob_plain;f=Filters/ReebGraph/Testing/Cxx/TestReebGraph.cxx;hb=HEAD</a> I get missing header file errors. Surely VTK should not have missing files after a build? This also occurs in VTK 5.10.1.</p>
<p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:14px;vertical-align:baseline;clear:both;word-wrap:break-word;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">
I located the missing header files at <a href="http://vtk.org/gitweb?p=VTK.git;a=tree;f=Filters/ReebGraph;hb=HEAD" rel="nofollow" style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;color:rgb(74,107,130);text-decoration:none">http://vtk.org/gitweb?p=VTK.git;a=tree;f=Filters/ReebGraph;hb=HEAD</a> , the files are named;</p>
<ul style="margin:0px 0px 1em 30px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;list-style-position:initial;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">
<li style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;word-wrap:break-word">'vtkReebGraphSimplificationFilter.h'</li><li style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;word-wrap:break-word">
'vtkReebGraphSurfaceSkeletonFilter.h'</li><li style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;word-wrap:break-word">'vtkReebGraphToJoinSplitTreeFilter.h'</li><li style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;word-wrap:break-word">
'vtkReebGraphVolumeSkeletonFilter.h'</li><li style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;word-wrap:break-word">'vtkReebGraphVolumeSkeletonFilter.h'</li></ul>
<p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:14px;vertical-align:baseline;clear:both;word-wrap:break-word;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">
and copied them to the include directory of my VTK installation. Even after this it complains of a missing header file 'vtkFiltersReebGraphModule.h'. I cannot located this file anywhere.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:14px;vertical-align:baseline;clear:both;word-wrap:break-word;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">
<img src="http://i.stack.imgur.com/VD87N.png" alt="enter image description here" style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; max-width: 640px;"></p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:14px;vertical-align:baseline;clear:both;word-wrap:break-word;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">
Anyone have an idea what is going wrong?</p></div>