Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V VESPA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK-CGAL
  • VESPA
  • Merge requests
  • !14

Add mesh deformation filter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tiffany Chhim requested to merge addDeformationFilter into master Mar 25, 2022
  • Overview 17
  • Commits 1
  • Pipelines 4
  • Changes 13

The filter is based on CGAL::Surface_mesh_deformation. Three inputs can be given:

  • a vtkPolyData for the mesh to deform
  • a vtkPointSet defining the target positions and unique IDs of the points to move
  • (optional) a vtkSelection defining a region of interest containing points that can be moved during the deformation

DragonDeformation

Edited Mar 25, 2022 by Tiffany Chhim
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: addDeformationFilter