Tracking geometry more THREAD SAFETY fixes and annotations
- IGeometryProcessor interface and implementations rm un-needed const leading to const_cast
- This allows a few more things to be marked as
SAFE
- At the same time the
Test
Tools are mostly unsafe, enable the checker and mark them as such