Skip to content
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

BUG: Fixes issues with Triangle mesh based filters allowing FaceLabels with any component shape. #1147

Conversation

imikejackson
Copy link
Contributor

No description provided.

…angleGeometrySizes (BlueQuartzSoftware#1134)

* BUG: Fixes issue where any component shape were allowed for ComputeTriangleGeometrySizes.cpp
* Fix all instances of "Face Labels" are only allowed to use 2 component input arrays
* ComputeTriangleGeomVolumes - fix possible walking off the end of the array.
	A negative value for the face label when used as an index will cast into an unsigned value and bad things are going to happen.
* BUG: Fixes negative volumes produced from calculations

---------

Signed-off-by: Michael Jackson <[email protected]>
- This filter produces incorrect results.

Signed-off-by: Michael Jackson <[email protected]>
@imikejackson imikejackson force-pushed the topic/triangle_shapes_filter branch from be483fa to 7c5d8d8 Compare December 2, 2024 19:57
@imikejackson imikejackson deleted the topic/triangle_shapes_filter branch December 2, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants