Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-fcl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Guilhem Saurel
hpp-fcl
Commits
36fb3fc7
Commit
36fb3fc7
authored
5 years ago
by
Joseph Mirabel
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused functions.
parent
e899a48b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/hpp/fcl/traversal/traversal_recurse.h
+0
-6
0 additions, 6 deletions
include/hpp/fcl/traversal/traversal_recurse.h
src/traversal/traversal_recurse.cpp
+0
-14
0 additions, 14 deletions
src/traversal/traversal_recurse.cpp
with
0 additions
and
20 deletions
include/hpp/fcl/traversal/traversal_recurse.h
+
0
−
6
View file @
36fb3fc7
...
...
@@ -56,12 +56,6 @@ namespace fcl
void
collisionRecurse
(
CollisionTraversalNodeBase
*
node
,
int
b1
,
int
b2
,
BVHFrontList
*
front_list
,
FCL_REAL
&
sqrDistLowerBound
);
/// @brief Recurse function for collision, specialized for OBB type
void
collisionRecurse
(
MeshCollisionTraversalNodeOBB
*
node
,
int
b1
,
int
b2
,
const
Matrix3f
&
R
,
const
Vec3f
&
T
,
BVHFrontList
*
front_list
);
/// @brief Recurse function for collision, specialized for RSS type
void
collisionRecurse
(
MeshCollisionTraversalNodeRSS
*
node
,
int
b1
,
int
b2
,
const
Matrix3f
&
R
,
const
Vec3f
&
T
,
BVHFrontList
*
front_list
);
void
collisionNonRecurse
(
CollisionTraversalNodeBase
*
node
,
BVHFrontList
*
front_list
,
FCL_REAL
&
sqrDistLowerBound
);
...
...
This diff is collapsed.
Click to expand it.
src/traversal/traversal_recurse.cpp
+
0
−
14
View file @
36fb3fc7
...
...
@@ -91,20 +91,6 @@ void collisionRecurse(CollisionTraversalNodeBase* node, int b1, int b2,
}
}
void
collisionRecurse
(
MeshCollisionTraversalNodeOBB
*
/*node*/
,
int
/*b1*/
,
int
/*b2*/
,
const
Matrix3f
&
/*R*/
,
const
Vec3f
&
/*T*/
,
BVHFrontList
*
/*front_list*/
)
{
throw
std
::
runtime_error
(
"Not implemented."
);
}
void
collisionRecurse
(
MeshCollisionTraversalNodeRSS
*
/*node*/
,
int
/*b1*/
,
int
/*b2*/
,
const
Matrix3f
&
/*R*/
,
const
Vec3f
&
/*T*/
,
BVHFrontList
*
/*front_list*/
)
{
throw
std
::
runtime_error
(
"Not implemented."
);
}
void
collisionNonRecurse
(
CollisionTraversalNodeBase
*
node
,
BVHFrontList
*
front_list
,
FCL_REAL
&
sqrDistLowerBound
)
{
...
...
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