[vtkusers] [Insight-users] Volume calculation of 3D convex hull generated by vtkDelaunay3D

Karthik Krishnan karthik.krishnan at kitware.com
Sun Jan 9 11:34:43 EST 2011


If you are indeed generating the convex hull, your result is entirely
composed of tetrahedra. Iterate through all the cells and use the method
vtkTetra::ComputeVolume to sum them up.

You should have only tets, unless you have alpha != 0, (in which case, you
won't have the convex hull anyway)


On Sun, Jan 9, 2011 at 4:23 PM, Xiaopeng Yang <yxp233 at postech.ac.kr> wrote:

> Dear friends,
>
>
>
> Do you know how to calculate the volume of a 3D convex hull generated by
> vtkDelaunay3D?
>
>
>
> Any idea would be appreciated!
>
>
>
> Best,
>
> Xiaopeng
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110109/18c51676/attachment.htm>


More information about the vtkusers mailing list