I have a 3D volumetic data segmented from CT image, and want to directly convert that 3D volumetic data into vtk 3D mesh data (perhaps, vtkPolyData something like that). This 3D volumetic data is not spherical topology, instead it has a few holes in it.
Does someone help me what vtk function/class should I use for it?