I'm in the process of working with vtkContourWidget as well, to allow multiple contours that interact in particular ways, but I don't think you have to crack open vtkContourWidget if you don't want to. If you want the not quite right, but simple approach you can get the poly data representations, connect them with line segments, then use vtkClipPloyData. To get the actual curves it looks like you can use vtkContourLineInterpolator, but that requires you to keep the vtkContourRepresentation for each section. I may be writing a filter that generates the bezier curves connecting a group of points, creating the ContourRepresentations I need internally. If I do I'll let you know.<br>
<br><div class="gmail_quote">On Feb 12, 2008 11:38 AM, kent williams <<a href="mailto:nkwmailinglists@gmail.com">nkwmailinglists@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As long as I'm asking hard questions, consider this scenario.<br><br>My application maintains 3 orthogonal views of the same volume:<br>Sagittal, Axial, Coronal.<br><br>The advantage of using VTK is not having to write all the code that's<br>
already in VTK. The disadvantage is that if you want to do something<br>not currently done in VTK, you have to crack open a bunch of 'black<br>boxes' and monkey around with the spaghetti wiring inside.<br><br>Our old tracing application let you trace on one view (e.g. Sagittal),<br>
and in the other 2 views, it displayed the intersection of all the<br>traced contours with the image plane of those other two views.<br><br>So I'm in the unenviable position of cracking open the<br>vtkContourRepresentation, and somehow finding the intersection of the<br>
contour and the plane of an orthoganal view, and then show the<br>intersection.<br><br>So I guess my question is this: How would I do this the VTK way?<br>_______________________________________________<br>This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Sometimes it's hard to tell the dancer from the dance - Corwin in CoC