<div>The two problem case here are:</div><div><br></div><div>vtkAlgorithm::ExecuteData(vtkDataObject*)’ and vtkAlgorithm::ExecuteData(vtkDataObject*, vtkInformation*)</div><div><br></div><div><div>vtkAlgorithm::Update(int)’  vtkAlgorithm::Update()</div>
</div><div><br></div><div>I think we need to take another look these to see if we can avoid this hiding.</div><div><br></div><div>Chris</div><div><br></div><br><div class="gmail_quote">On Wed, Mar 7, 2012 at 3:03 PM, Kyle Lutz <span dir="ltr"><<a href="mailto:kyle.lutz@kitware.com">kyle.lutz@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Mar 7, 2012 at 11:45 AM, Marcus D. Hanwell<br>
<div><div class="h5"><<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>> wrote:<br>
> On Mon, Mar 5, 2012 at 2:52 PM, Marcus D. Hanwell<br>
> <<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>> wrote:<br>
>> Hi,<br>
>><br>
>> We think that the remove-vtk-4-compatibility is ready to be merged to<br>
>> master, and plan to make the merge on Wednesday. Berk has described<br>
>> this work previously, and it involves a large number of changes.<br>
><br>
> This was successfully merged by Brad this morning, right before all<br>
> network access went down in our office (still trying to figure out if<br>
> the two events were related). We are back online now, please let us<br>
> know if you encounter any problems after the merge. You may need to<br>
> rebase any old topics, and ensure you account for the changes<br>
> introduced in this merge to the pipeline and other related areas.<br>
><br>
> Thanks,<br>
><br>
> Marcus<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>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
><br>
<br>
</div></div>After pulling from gerrit and re-compiling I started seeing many<br>
overloaded-virtual warnings from GCC (version 4.6.1):<br>
<br>
/home/kyle/VTK/Filtering/vtkAlgorithm.h:379:16: warning: ‘virtual void<br>
vtkAlgorithm::Update(int)’ was hidden [-Woverloaded-virtual]<br>
/home/kyle/VTK/Rendering/vtkPolyDataMapper.h:54:8: warning:   by<br>
‘virtual void vtkPolyDataMapper::Update()’ [-Woverloaded-virtual]<br>
<br>
The same error is repeated for many (all?) of the classes that inherit<br>
from vtkAlgorithm.<br>
<span class="HOEnZb"><font color="#888888"><br>
-kyle<br>
</font></span></blockquote></div><br>