Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
f
g
i
j
l
m
n
p
q
r
s
t
u
v
x
y
z
Enumerations
Enumerator
a
b
c
e
f
g
j
l
m
o
p
r
s
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
z
Enumerations
Enumerator
a
b
c
d
f
i
l
m
n
o
r
s
u
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Typedefs
a
c
d
g
j
m
p
r
s
t
v
Enumerator
Macros
_
a
b
d
e
f
h
i
j
k
m
o
p
q
r
s
v
Examples
bindings
python
collision
pool
collision/pool/expose-pool.cpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2024 INRIA
3
//
4
5
#include "
pinocchio/bindings/python/fwd.hpp
"
6
#include "
pinocchio/bindings/python/multibody/pool/model.hpp
"
7
8
#include "
pinocchio/bindings/python/collision/pool/geometry.hpp
"
9
#include "
pinocchio/bindings/python/collision/pool/broadphase-manager.hpp
"
10
#include "
pinocchio/collision/tree-broadphase-manager.hpp
"
11
12
#include <
hpp/fcl/broadphase/broadphase_dynamic_AABB_tree.h
>
13
#include <
hpp/fcl/broadphase/broadphase_dynamic_AABB_tree_array.h
>
14
#include <
hpp/fcl/broadphase/broadphase_SSaP.h
>
15
#include <
hpp/fcl/broadphase/broadphase_SaP.h
>
16
#include <
hpp/fcl/broadphase/broadphase_bruteforce.h
>
17
#include <
hpp/fcl/broadphase/broadphase_interval_tree.h
>
18
#include <
hpp/fcl/broadphase/broadphase_spatialhash.h
>
19
20
namespace
pinocchio
21
{
22
namespace
python
23
{
24
25
void
exposePoolCollision
()
26
{
27
GeometryPoolPythonVisitor<GeometryPool>::expose
();
28
BroadPhaseManagerPoolPythonVisitor
<
29
BroadPhaseManagerPool<hpp::fcl::DynamicAABBTreeCollisionManager, double>
>::expose();
30
BroadPhaseManagerPoolPythonVisitor
<
31
TreeBroadPhaseManagerPool<hpp::fcl::DynamicAABBTreeCollisionManager, double>
>::expose();
32
}
33
34
}
// namespace python
35
}
// namespace pinocchio
broadphase_dynamic_AABB_tree.h
model.hpp
broadphase_dynamic_AABB_tree_array.h
pinocchio::BroadPhaseManagerPoolBase
Definition:
collision/pool/broadphase-manager.hpp:21
pinocchio::python::GeometryPoolPythonVisitor::expose
static void expose()
Definition:
bindings/python/collision/pool/geometry.hpp:82
broadphase-manager.hpp
broadphase_bruteforce.h
tree-broadphase-manager.hpp
pinocchio::python::BroadPhaseManagerPoolPythonVisitor
Definition:
bindings/python/collision/pool/broadphase-manager.hpp:55
geometry.hpp
broadphase_SSaP.h
python
pinocchio::python::exposePoolCollision
void exposePoolCollision()
Definition:
collision/pool/expose-pool.cpp:25
broadphase_SaP.h
fwd.hpp
broadphase_interval_tree.h
pinocchio
Main pinocchio namespace.
Definition:
timings.cpp:33
broadphase_spatialhash.h
pinocchio
Author(s):
autogenerated on Thu Apr 10 2025 02:42:18