-
Notifications
You must be signed in to change notification settings - Fork 658
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
Tube and Dilated Mesh Level Set Constructors #1935
Open
ghurstunither
wants to merge
19
commits into
AcademySoftwareFoundation:master
Choose a base branch
from
ghurstunither:feature/levet_set_constructors
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Tube and Dilated Mesh Level Set Constructors #1935
ghurstunither
wants to merge
19
commits into
AcademySoftwareFoundation:master
from
ghurstunither:feature/levet_set_constructors
Commits on Oct 13, 2024
-
* Base class ConvexVoxelizer which provides the groundwork to create a level set of a convex region * Level set constructor methods: createLevelSetCapsule, createLevelSetTaperedCapsule, createLevelSetTubeComplex, createLevelSetThickenedMesh Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0fcb55 - Browse repository at this point
Copy the full SHA d0fcb55View commit details
Commits on Oct 14, 2024
-
Addresses CI Linux compilation warnings Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89746ad - Browse repository at this point
Copy the full SHA 89746adView commit details -
Addresses CI Linux compilation warnings Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98c1fd3 - Browse repository at this point
Copy the full SHA 98c1fd3View commit details -
Addresses CI Linux compilation warnings Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed6492c - Browse repository at this point
Copy the full SHA ed6492cView commit details -
Addresses CI Linux compilation warnings Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7173225 - Browse repository at this point
Copy the full SHA 7173225View commit details -
Addresses CI Linux compilation warnings Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a058051 - Browse repository at this point
Copy the full SHA a058051View commit details
Commits on Oct 15, 2024
-
Addresses CI Linux compilation warnings Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7054324 - Browse repository at this point
Copy the full SHA 7054324View commit details -
Adhere to OpenVDB style guideline "The return type in a function definition should go on a line by itself." Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b575c85 - Browse repository at this point
Copy the full SHA b575c85View commit details
Commits on Oct 17, 2024
-
Fixes some typos Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af3c72b - Browse repository at this point
Copy the full SHA af3c72bView commit details
Commits on Oct 22, 2024
-
Correct SPDX-License-Identifier
Correct SPDX-License-Identifier Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6c9d77 - Browse repository at this point
Copy the full SHA b6c9d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for e467531 - Browse repository at this point
Copy the full SHA e467531View commit details
Commits on Oct 23, 2024
-
Changes createLevelSetThickenedMesh to createLevelSetDilatedMesh. Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca62d3e - Browse repository at this point
Copy the full SHA ca62d3eView commit details
Commits on Oct 24, 2024
-
Create level_set_constructors.txt
Adds the new level set constructors to pendingchanges. Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9f3ba0 - Browse repository at this point
Copy the full SHA f9f3ba0View commit details
Commits on Oct 31, 2024
-
setXYRangeData and tileCanFit are no longer virtual, making ConvexVoxelizer fully embrace CRTP. Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f309215 - Browse repository at this point
Copy the full SHA f309215View commit details -
ConvexVoxelizer and derived classes now work with the grid's ValueType precision instead of float. The createLevelSetXXX constructors now are templated on a scalar type for the precision of the input data. Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ece8f8a - Browse repository at this point
Copy the full SHA ece8f8aView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dea013 - Browse repository at this point
Copy the full SHA 7dea013View commit details -
Store reference to grid in ConvexVoxelizer instead of the tree. Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d48b5cf - Browse repository at this point
Copy the full SHA d48b5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2877567 - Browse repository at this point
Copy the full SHA 2877567View commit details
Commits on Nov 4, 2024
-
Adds test file for testing tubes. * to test capsule and tapered capsule area, volume, gauss&mean curvature analytically derived formulas * tests for capsules Signed-off-by: ghurstunither <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 397b003 - Browse repository at this point
Copy the full SHA 397b003View commit details
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.