[vtkusers] Cutting 3D isosurface

Isaiah Norton isaiah.norton at gmail.com
Wed Jul 6 23:43:53 EDT 2011


I've looked into this a little bit for a similar application, and I think
the key thing is to look at the classes deriving from vtkImplicitFunction to
see if there is one that gives the desired deformation, or subclass to suit.
vtkClipPolyData can take any of these as input.

-Isaiah

On Wed, Jul 6, 2011 at 11:31 PM, Xiaopeng Yang <yxp233 at postech.ac.kr> wrote:

> Hello All,****
>
> ** **
>
> Since no one has replied to this problem, I raise it again. I think it is a
> good issue for discussion in this mailing list. So everyone is welcomed and
> appreciated if you can share your knowledge.****
>
> ** **
>
> Thanks,****
>
> Yang****
>
> ** **
>
> *From:* vtkusers-bounces at vtk.org [mailto:vtkusers-bounces at vtk.org] *On
> Behalf Of *Xiaopeng Yang
> *Sent:* Tuesday, July 05, 2011 11:31 AM
> *To:* 'vtk'
> *Subject:* [vtkusers] Cutting 3D isosurface****
>
> ** **
>
> Dear Users,****
>
> ** **
>
> I have extracted the liver from CT scans and reconstructed it as an
> isosurface by vtkContourFilter in 3D. Then to simulate virtual surgery, I
> need to cut it. I applied vtkClipPolyData to cut the liver with a flat plane
> generated by vtkPlane. It works well but not enough for my application. What
> I need is to cut the liver by a plane which is deformable. I am wondering
> whether VTK has this kind of function or class or not. ****
>
> ** **
>
> Thank you.****
>
> ** **
>
> Best regards,****
>
> Yang****
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110706/863bed0d/attachment.htm>


More information about the vtkusers mailing list