-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: PartitionGeometry (#1005)
* New partitioning mode that allows using an existing partitioning scheme. * Feature attribute matrix created with the appropriate size. * Edge case fix: if a user tries to partition a node geometry in Basic or Bounding Box mode where the geometry vertices or bounding box vertices are in a plane, the filter will error out correctly. * A vertex mask option is now included (does nothing if the input geometry is cell-based) * All new features are unit tested. Signed-off-by: Joey Kleingers <joey.kleingers@bluequartz.net> Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net> Co-authored-by: Michael Jackson <mike.jackson@bluequartz.net>
- Loading branch information
1 parent
684dc99
commit d440f9f
Showing
15 changed files
with
948 additions
and
352 deletions.
There are no files selected for viewing
781 changes: 513 additions & 268 deletions
781
Source/Plugins/Reconstruction/ReconstructionFilters/PartitionGeometry.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.