[Insight-users] [vtkusers] Return itkObjects

David Doria daviddoria at gmail.com
Thu Jun 7 07:49:37 EDT 2012


> I have the itkmesh.h included

Should be itkMesh.h.

> itkMesh* vtkMeshToITKMesh(vtkPolyData* vtkMesh);

Should be at least itk::Mesh<PixelType>

Note that ITK has everything in the 'itk' namespace, versus VTK's
'vtk' prefix on all of its classes.

David


More information about the Insight-users mailing list