[Insight-users] Iso Surface Extracting

Karthik Krishnan Karthik.Krishnan at kitware.com
Wed Oct 26 16:14:01 EDT 2005


Diego Parada wrote:

> Hi,
>
> I extracted an isosurface from a itk image (based in the guide example 
> ), How I can to pass the isosurface output to vtk?
>
I presume you used the BinaryMask3DMeshSource to generate an itk::Mesh.
To use it in VTK, you need to convert it to a VTK  poly data
Take a look at 
InsightApplications/DeformableModelSimplexMesh/itkMeshTovtkPolyData.h

Once you've constructed a vtkPolyData, you can use a vtkPolyDataMapper 
to visualize it in VTK.


> Reggards
>
> -- 
> Diego Armando Parada Cuervo
> Estudiante de Ingeniería de Sistemas y Computación
> Universidad Pedagógica y Tecnológica de Colombia
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>  
>


More information about the Insight-users mailing list