Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alex W.
VTK
Commits
1e80cb52
Commit
1e80cb52
authored
3 years ago
by
Charles Gueunet
Browse files
Options
Downloads
Patches
Plain Diff
Comment: Use the right cursor name
parent
bb9070a3
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Filters/HyperTree/vtkHyperTreeGridContour.cxx
+1
-1
1 addition, 1 deletion
Filters/HyperTree/vtkHyperTreeGridContour.cxx
with
1 addition
and
1 deletion
Filters/HyperTree/vtkHyperTreeGridContour.cxx
+
1
−
1
View file @
1e80cb52
...
...
@@ -525,7 +525,7 @@ void vtkHyperTreeGridContour::RecursivelyProcessTree(
// Retrieve sign with respect to contour value at current cursor
bool
sign
=
(
this
->
CellSigns
[
c
]
->
GetTuple1
(
id
)
!=
0.0
);
// Iterate over all cursors of
Von Neumann
neighborhood around center
// Iterate over all cursors of
Moore
neighborhood around center
unsigned
int
nn
=
supercursor
->
GetNumberOfCursors
()
-
1
;
for
(
unsigned
int
neighbor
=
0
;
neighbor
<
nn
&&
!
selected
;
++
neighbor
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment