[vtkusers] stripper hanging in 4.2

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


Note : applying a vtkCleanPolyData on the input vtkPolyData before
applying the vtkStripper fixed this.

Thanks.

Seb

-----Message d'origine-----
De : vtkusers-admin at vtk.org [mailto:vtkusers-admin at vtk.org] De la part
de Sébastien MARAUX
Envoyé : mardi 2 mars 2004 15:34
À : vtkusers at vtk.org
Objet : [vtkusers] stripper hanging in 4.2

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


_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers




More information about the vtkusers mailing list