[vtkusers] about generating the tetrahedron mesh based on the binary volume data
Mathieu Malaterre
mathieu.malaterre at kitware.com
Tue Jul 20 09:57:50 EDT 2004
Yixun Liu wrote:
> Hi VTKusers,
>
> I implement a multi-resolution mesh algorithm, but I need to smooth it.
> Anybody know which VTK class provide the smoothing on the tetrahedron
> mesh?
None, you'll have to rewrite vtkSmoothPolyDataFilter to handle tetras:
http://www.vtk.org/doc/nightly/html/classvtkSmoothPolyDataFilter.html
Mathieu
More information about the vtkusers
mailing list