Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
08a20c5b
Commit
08a20c5b
authored
Oct 06, 2010
by
mattijs
Browse files
BUG: indexedOctree : missing access function
parent
2b7f905f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/indexedOctree/indexedOctree.C
View file @
08a20c5b
...
...
@@ -2794,6 +2794,30 @@ Foam::indexedOctree<Type>::getVolumeType
}
template
<
class
Type
>
template
<
class
CompareOp
>
void
Foam
::
indexedOctree
<
Type
>::
findNear
(
const
scalar
nearDist
,
const
indexedOctree
<
Type
>&
tree2
,
CompareOp
&
cop
)
const
{
findNear
(
nearDist
,
true
,
*
this
,
nodePlusOctant
(
0
,
0
),
bb
(),
tree2
,
nodePlusOctant
(
0
,
0
),
tree2
.
bb
(),
cop
);
}
// Print contents of nodeI
template
<
class
Type
>
void
Foam
::
indexedOctree
<
Type
>::
print
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment