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

Plugins: Adding VDB support #1092

Closed
wants to merge 71 commits into from
Closed

Conversation

mwestphal
Copy link
Contributor

@mwestphal mwestphal commented Dec 8, 2023

Add VDB file format support

  • Expose vtkOpenVDBReader from VTK
  • Add tests for VDB plugin
  • Improve vtkF3DGenericImporter to support partitioned dataset collection
  • Improve vtkF3DPostProcessFilter to support partitioned dataset collection
  • Add OpenVDB and dependencies in CI
  • Adress: VDB Support #181
  • CI: Fix a small issue in boost compilation on windows

TODO:

  • Changelog
  • Doc and limitations
  • Superbuild
  • vcpkg

Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (05181df) 96.43% compared to head (9405556) 96.43%.
Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1092      +/-   ##
==========================================
- Coverage   96.43%   96.43%   -0.01%     
==========================================
  Files         124      127       +3     
  Lines        7693     7798     +105     
==========================================
+ Hits         7419     7520     +101     
- Misses        274      278       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mwestphal mwestphal changed the title Draft: Plugins: Adding VDB support Plugins: Adding VDB support Dec 9, 2023
@mwestphal mwestphal force-pushed the vdb_support branch 4 times, most recently from 7d07043 to 4a67f12 Compare December 16, 2023 07:59
.github/actions/boost-install-dep/action.yml Show resolved Hide resolved
.github/actions/coverage-ci/action.yml Outdated Show resolved Hide resolved
.github/actions/generic-ci/action.yml Outdated Show resolved Hide resolved
.github/actions/python-ci/action.yml Show resolved Hide resolved
.github/actions/vtk-dependencies/action.yml Outdated Show resolved Hide resolved
.github/actions/vtk-install-dep/action.yml Outdated Show resolved Hide resolved
@mwestphal mwestphal closed this Dec 25, 2023
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.

None yet

2 participants