Skip to content
Failed

Changes

Summary

  1. Prevent a PR with failed actions from being merged (#1096) (details)
  2. Add bounding zone (#1093) (details)
Commit 3ff4abc53588bd0f1f222e9d59cd34efed87556b by noreply
Prevent a PR with failed actions from being merged (#1096)

The file was modified .github/workflows/pr.yml (diff)
Commit 91b41d67927b6a4a0a7fd789ead9cc0003e4c937 by noreply
Add bounding zone (#1093)

* Add bounding zones
* Define 'bound' enum and use lo/hi instead of inside/outside
* Rename 'clip' to 'shrink'
* Add 'grow' function
* Use zones with surface clipper
* Address review feedbcak
The file was removedsrc/orange/surf/detail/SurfaceClipperImpl.hh
The file was modified src/orange/CMakeLists.txt (diff)
The file was addedsrc/orange/surf/SurfaceClipper.cc
The file was modified test/orange/BoundingBox.test.cc (diff)
The file was addedsrc/orange/orangeinp/detail/BoundingZone.hh
The file was addedtest/orange/orangeinp/detail/BoundingZone.test.cc
The file was modified test/orange/surf/SurfaceClipper.test.cc (diff)
The file was addedsrc/orange/orangeinp/detail/BoundingZone.cc
The file was removedsrc/orange/surf/detail/SurfaceClipperImpl.cc
The file was modified test/CMakeLists.txt (diff)
The file was modified src/orange/BoundingBox.hh (diff)
The file was modified src/orange/Types.hh (diff)
The file was modified src/orange/surf/SurfaceClipper.hh (diff)