<div dir="ltr"><span style="font-size:12.8000001907349px">There is no filter in VTK that I know of that will do this. The complaint that a vtkImageData is required is because that filter expects vtkImageData as input, and you gave it vtkPolyData - in other words, it won't work.</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">You might try this contribution on the VTK journal: <a href="http://www.vtkjournal.org/browse/publication/949" target="_blank">http://www.vtkjournal.org/browse/publication/949</a></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">HTH,</div><div style="font-size:12.8000001907349px">Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 1, 2015 at 5:24 AM, mbcx9rb9 <span dir="ltr"><<a href="mailto:richard.j.brown@live.co.uk" target="_blank">richard.j.brown@live.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
A very simple question I think. I'd like to produce a polygon representing<br>
the overlap between two overlaps (in this case a circle and a rectangle). I<br>
have tried vtkImageDifference and vtkIntersectionPolyDataFilter to no avail.<br>
<br>
I generated the circle using vtkRegularPolygonSource and the square with<br>
vtkPoints with vtkPolyon to create a vtkCellArray to create vtkPolyData.<br>
<br>
My problem, however, is when using SetInputConnection for vtkImageDifference<br>
or vtkIntersectionPolyDataFilter, I get the error "Input for connection<br>
index 0 on input port index 1 for algorithm<br>
vtkImageDifference(0x7ff2ea844400) is of type vtkPolyData, but a<br>
vtkImageData is required."<br>
<br>
Can anyone give me any pointers? It seems like such a simple task but I'm<br>
stumped.<br>
<br>
Regards<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/intersecting-polygons-tp5731280.html" target="_blank">http://vtk.1045678.n5.nabble.com/intersecting-polygons-tp5731280.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>