[vtkusers] Find closest point
nuno.jf
nunofernandes7 at gmail.com
Mon Sep 19 12:20:49 EDT 2011
The example works fine. I tested the application (Reader »
WindowedSincPolyDataFilter » Rendering) with different datasets as input,
but it always crashes when the application gets to the
WindowedSincPolyDataFilter. I can provide you the code I'm using, but what I
posted here is enough to make the app crash:
vtkPolyDataReader * imp = vtkPolyDataReader::New();
imp -> SetFileName (argv[1]);
imp -> Update();
vtkWindowedSincPolyDataFilter *smoother =
vtkWindowedSincPolyDataFilter::New();
smoother->SetInput(imp -> GetOutput());
smoother->SetNumberOfIterations(15);
smoother->SetPassBand(.001);
smoother->Update();
--
View this message in context: http://vtk.1045678.n5.nabble.com/Find-closest-point-tp4816065p4819502.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list