avoid self intersection on close gaps
instead of taking the last point on a sepratrix to connect to the next critical point, we use the first one that is closer than dist (the distance in which the critical points are seeded). This allows to compute a segmentation later.
Merge request reports
Activity
Errors:
- commit ae024758 is not allowed because the following files are not formatted according to the 'clang-format' check:
Filters/FlowPaths/vtkVectorFieldTopology.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- please consider adding a changelog entry in a file ending with
.md
inDocumentation/release/dev
.
The warnings do not need to be fixed, but it is recommended to do so.
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 ae024758 is not allowed because the following files are not formatted according to the 'clang-format' check:
assigned to @bujack and unassigned @mwestphal
This merge request has been queued for testing. Test results may be viewed on:
- Gitlab CI builders results can be viewed via the Pipelines for this merge request.
- CDash links are also available in the Pipelines page
- CDash (master)
- Buildbot (master) (only visible from inside Kitware)
Branch-at-master: 5e4582e9
- Resolved by Mathieu Westphal (Kitware)
Errors:
- commit c4af31b7 is not allowed because the following files are not formatted according to the 'clang-format' check:
Filters/FlowPaths/vtkStreamSurface.cxx
,Filters/FlowPaths/vtkVectorFieldTopology.cxx
,Filters/FlowPaths/vtkVectorFieldTopology.h
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- please consider adding a changelog entry in a file ending with
.md
inDocumentation/release/dev
.
The warnings do not need to be fixed, but it is recommended to do so.
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 c4af31b7 is not allowed because the following files are not formatted according to the 'clang-format' check:
- create a branch with your second commit :
git checkout -b second
- go back to initial branch :
git checkout closeGaps
- rebase this branch against master :
git rebase -i master
- remove the second commit from the list and close the editor
- force push :
git push -f
- the will fix this MR.
- You can then create another MR with the second branch, ideally only containing the second commit.
Edited by Mathieu Westphal (Kitware)- create a branch with your second commit :
added 112 commits
-
c4af31b7...a35f2645 - 111 commits from branch
vtk:master
- 2ce0db0a - avoid self intersection on close gaps
-
c4af31b7...a35f2645 - 111 commits from branch
Great :) Thank you!!!!! I opened a merge request for the second push here: !7149 (merged)
This merge request has been queued for testing. Test results may be viewed on:
- Gitlab CI builders results can be viewed via the Pipelines for this merge request.
- CDash links are also available in the Pipelines page
- CDash (master)
- Buildbot (master) (only visible from inside Kitware)
Branch-at-master: 8b99f8df
This merge request has been queued for testing. Test results may be viewed on:
- Gitlab CI builders results can be viewed via the Pipelines for this merge request.
- CDash links are also available in the Pipelines page
- CDash (master)
- Buildbot (master) (only visible from inside Kitware)
Branch-at-master: f9f164d1
mentioned in commit 1d80c35b