Update contour filter's field map to work on any field type
Use the extract component functionality to get data from any type of
array. This prevents converting fields to vtkm::DefaultFloat
and
supports any size Vec
in the component.
Merge request reports
Activity
Errors:
- commit 4b02466c is not allowed because the following files are not formatted according to the 'clang-format' check:
vtkm/filter/contour/worklet/contour/FieldPropagation.h
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit 4b02466c is not allowed because the following files are not formatted according to the 'clang-format' check:
added 1 commit
- 719d347f - Update contour filter's field map to work on any field type
requested review from @sujin.philip
@sujin.philip Please review this update of the contour filter to support any field types when mapping contoured fields.
mentioned in merge request !2926 (merged)
mentioned in commit 3a02a457
Please register or sign in to reply