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
Guilhem Saurel
hpp-fcl
Commits
5ef010b2
Commit
5ef010b2
authored
Nov 12, 2019
by
Lucile Remigy
Browse files
modif, encapsulate octree
parent
c7564e61
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/traits_traversal.h
View file @
5ef010b2
...
...
@@ -18,8 +18,6 @@ namespace hpp
namespace
fcl
{
#ifdef HPP_FCL_HAVE_OCTOMAP
// TraversalTraitsCollision for collision_func_matrix.cpp
template
<
typename
TypeA
,
typename
TypeB
>
...
...
@@ -27,6 +25,8 @@ struct TraversalTraitsCollision
{
};
#ifdef HPP_FCL_HAVE_OCTOMAP
template
<
typename
T_SH
>
struct
TraversalTraitsCollision
<
T_SH
,
OcTree
>
{
...
...
@@ -57,6 +57,8 @@ struct TraversalTraitsCollision <BVHModel<T_BVH>, OcTree>
typedef
MeshOcTreeCollisionTraversalNode
<
T_BVH
>
CollisionTraversal_t
;
};
#endif
// TraversalTraitsDistance for distance_func_matrix.cpp
template
<
typename
TypeA
,
typename
TypeB
>
...
...
@@ -64,6 +66,8 @@ struct TraversalTraitsDistance
{
};
#ifdef HPP_FCL_HAVE_OCTOMAP
template
<
typename
T_SH
>
struct
TraversalTraitsDistance
<
T_SH
,
OcTree
>
{
...
...
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