-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FILTER: Add RemoveFlaggedEdges filter. Update other RemoveFlaggedXXX filters #986
Merged
imikejackson
merged 15 commits into
BlueQuartzSoftware:develop
from
imikejackson:topic/remove_flagged_edges
Jul 1, 2024
Merged
FILTER: Add RemoveFlaggedEdges filter. Update other RemoveFlaggedXXX filters #986
imikejackson
merged 15 commits into
BlueQuartzSoftware:develop
from
imikejackson:topic/remove_flagged_edges
Jul 1, 2024
Conversation
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
nyoungbq
approved these changes
Jun 4, 2024
imikejackson
force-pushed
the
topic/remove_flagged_edges
branch
3 times, most recently
from
June 5, 2024 12:54
4741a70
to
1de7449
Compare
imikejackson
force-pushed
the
topic/remove_flagged_edges
branch
from
June 24, 2024 13:35
1de7449
to
b00a5fa
Compare
nyoungbq
force-pushed
the
topic/remove_flagged_edges
branch
from
June 28, 2024 20:56
b00a5fa
to
1a7fe56
Compare
Signed-off-by: Michael Jackson <[email protected]>
created functions to aggregate most of the data transfer codes into a few spots. Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
- RemoveFlaggedVertices copy data (default) - Updated RemoveFlaggedVertices to accept mask of uint8 or bool - Reordered parameters for all 3 filters for visibility - Extracted anonymous namespace in header into 'detail'
nyoungbq
force-pushed
the
topic/remove_flagged_edges
branch
from
June 28, 2024 20:58
1a7fe56
to
022cd44
Compare
imikejackson
added a commit
to imikejackson/simplnx
that referenced
this pull request
Oct 20, 2024
…filters (BlueQuartzSoftware#986) - Implemented RemoveFlaggedEdges filter with option to copy cell and vertex data - Added copying options to RemoveFlaggedTriangles and RemoveFlaggedVertices data - Added Unit test updates - Updated documentation for all filters - Added example pipelines for new/updated filters Signed-off-by: Michael Jackson <[email protected]> Co-authored-by: nyoungbq <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO: