The VTK Journal logo

The VTK Journal

Explicit Deformable Model in VTK

Velut, Jérôme
Kitware SAS
Publication cover image

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3251
New: Prefer using the following doi: https://doi.org/10.54294/4zc3pv
Submitted by Jerome Velut on 2011-02-08 14:58:00.

This document describes a set of classes that designs a generic explicit deformable model in VTK. The iterative mechanism is first introduced through an inheritance of the vtkPolyDataAlgorithm class. This vtkIterativePolyDataAlgorithm is then a base for an implementation of the deformation. Two examples of deformation are presented through an inheritance of this base class. The provided source code may be used to build a ParaView plugin that harnesses the animation feature.