[vtkusers] stripper hanging in 4.2

Sébastien MARAUX maraux at ondim.fr
Tue Mar 2 09:34:10 EST 2004


Hello,

I am using VTK 4.2.5 for stripping.
When I provide a vtkPolyData to it, it hangs.

vtkPolyData contains 1338 lines and 1337 points.

Is there a method to call before setting input and calling the stripper
update method ?

I tried :

	mp_External->Update();
	vtkStripper *stripper = vtkStripper::New();
	stripper->SetInput(mp_External);
	stripper->SetDebug(5);
	stripper->Update(); // hangs here : unhandled exception /
VC++6.0 SP5

	// not reached code
	mp_External->SetPoints(stripper->GetOutput()->GetPoints());
	mp_External->DeepCopy(stripper->GetOutput());

Thanks for any help

Seb





More information about the vtkusers mailing list