[vtkusers] vtkPolyDataConnectivityFilter
Mathieu Malaterre
Mathieu.Malaterre at creatis.insa-lyon.fr
Fri May 30 03:45:05 EDT 2003
Shyam,
Could you please send us a backtrace of the crash ?
If the crash only happens with a particular dataset could you send us
this file ?
Also you might turn DebugOn for this particular purpose:
con.DebugOn()
HTH
Mathieu
R K Shyamprakash wrote:
> Hello,
> I am using vtkPolyDataConnectivityFilter as follow.
>
> vtkPolyDataConnectivityFilter con = new vtkPolyDataConnectivityFilter();
> con.SetInput(polyData);
> con.ScalarConnectivityOff();
> con.SetExtractionModeToAllRegions();
> con.Update();
> con.GetNumberOfExtractedRegions();
>
> But often when I call Update(), the program crashes. I am using VTK with
> Windows NT 4.0. I saw similar problems being posted in user's archive list.
> But could not find a definite solution. Can somebody help?
>
> Thanks
> Shyam
>
> _______________________________________________
> 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://public.kitware.com/mailman/listinfo/vtkusers
>
--
Mathieu Malaterre
CREATIS
28 Avenue du Doyen LEPINE
B.P. Lyon-Montchat
69394 Lyon Cedex 03
http://www.creatis.insa-lyon.fr/~malaterre/
More information about the vtkusers
mailing list