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
8597a850
Verified
Commit
8597a850
authored
Dec 07, 2019
by
Justin Carpentier
Browse files
python: remove useless using
parent
925c715a
Changes
3
Hide whitespace changes
Inline
Side-by-side
python/collision.cc
View file @
8597a850
//
// Software License Agreement (BSD License)
//
// Copyright (c) 2019 CNRS-LAAS
// Copyright (c) 2019 CNRS-LAAS
INRIA
// Author: Joseph Mirabel
// All rights reserved.
//
...
...
@@ -43,8 +43,6 @@
using
namespace
boost
::
python
;
using
namespace
hpp
::
fcl
;
using
boost
::
shared_ptr
;
using
boost
::
noncopyable
;
void
exposeCollisionAPI
()
{
...
...
python/distance.cc
View file @
8597a850
//
// Software License Agreement (BSD License)
//
// Copyright (c) 2019 CNRS-LAAS
// Copyright (c) 2019 CNRS-LAAS
INRIA
// Author: Joseph Mirabel
// All rights reserved.
//
...
...
@@ -43,8 +43,6 @@
using
namespace
boost
::
python
;
using
namespace
hpp
::
fcl
;
using
boost
::
shared_ptr
;
using
boost
::
noncopyable
;
struct
DistanceRequestWrapper
{
...
...
python/fcl.cc
View file @
8597a850
//
// Software License Agreement (BSD License)
//
// Copyright (c) 2019 CNRS-LAAS
// Copyright (c) 2019 CNRS-LAAS
INRIA
// Author: Joseph Mirabel
// All rights reserved.
//
...
...
@@ -47,8 +47,6 @@
using
namespace
boost
::
python
;
using
namespace
hpp
::
fcl
;
using
boost
::
shared_ptr
;
using
boost
::
noncopyable
;
void
exposeMeshLoader
()
{
...
...
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