Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 738
    • Issues 738
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 201
    • Merge requests 201
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #5500

Closed
Open
Created Aug 13, 2007 by Kitware Robot@kwrobotOwner

vtkAbstractTransform and Co. - internal state

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


This is a major feature request for the implementation of vtkAbstractTransform and Co.. In some cases it is very helpful to know if the TemplateTransformPoint() or TemplateTransformInverse() was successful. Currently I see no possibility to get this information. So my proposal is to add some internal state flag in vtkAbstractTransform.

Example: You are using vtkThinPlateSplineTransform with some very scattered points. Then you call TemplateTransformInverse() so the Newton method well be executed, but it fails to converge. At the moment you get an annoying warrning. It would be more usable to get the error state at the runtime, so you can react to this error inside you code.

Greets...

Assignee
Assign to
Time tracking