Skip to content

Adaptive Shape Tracker

Jörn Starruß requested to merge AdaptiveTracker into master

Tracking properties of CPM shapes can save a lot of time, if the tracked information are actually required. However, if not, surface tracking, length tracking and so on become a burden.

The adaptive tracker implementation

  • computes those individual properties just on demand,
  • caches them and
  • turns on tracking if it appears to be more efficient.

This saves also a lot of time when loading CPM configurations from file or if you just don't need the interface information.

Merge request reports