Skip to content
GitLab
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
ffa3c36b
Commit
ffa3c36b
authored
Feb 21, 2020
by
Joseph Mirabel
Browse files
Remove deprecated function.
parent
6812e356
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/mesh_loader/loader.h
View file @
ffa3c36b
...
...
@@ -54,16 +54,6 @@ namespace fcl {
public:
virtual
~
MeshLoader
()
{}
/// \param bvType ignored
/// \deprecated Use MeshLoader::load(const std::string&, const Vec3f&)
BVHModelPtr_t
load
(
const
std
::
string
&
filename
,
const
Vec3f
&
scale
,
const
NODE_TYPE
&
bvType
)
HPP_FCL_DEPRECATED
{
(
void
)
bvType
;
return
load
(
filename
,
scale
);
}
virtual
BVHModelPtr_t
load
(
const
std
::
string
&
filename
,
const
Vec3f
&
scale
=
Vec3f
::
Ones
());
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment