[vtk-developers] SMP algorithm errors on Mac

Bill Lorensen bill.lorensen at gmail.com
Fri Mar 6 08:33:58 EST 2015


Will,

In each of the SMP implementations (FlyEdges, Splatters, SampleFunction),
if I remove the class name qualifier from each use of a member
function, they compile

for example:
vtkFlyingEdges3DAlgorithm<T>::Pass1<T> pass1(&algo,value);
change to
Pass1<T> pass1(&algo,value);

and likewise through all of the other similar declarations.

Bill

-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtk-developers mailing list