Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
g
h
i
k
m
n
o
p
r
s
t
v
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
b
c
g
n
o
s
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
b
c
d
n
o
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
x
Functions
_
a
b
c
d
e
g
i
k
l
m
n
o
p
r
s
t
Variables
a
c
d
e
h
k
l
m
n
o
p
r
s
v
x
Typedefs
Enumerator
Macros
_
c
f
i
l
m
n
t
src
narrowphase
detail
failed_at_this_configuration.cpp
Go to the documentation of this file.
1
#include "
fcl/narrowphase/detail/failed_at_this_configuration.h
"
2
3
#include <sstream>
4
5
namespace
fcl
{
6
namespace
detail {
7
8
void
ThrowFailedAtThisConfiguration
(
const
std::string& message,
9
const
char
* func,
10
const
char
* file,
int
line
) {
11
std::stringstream ss;
12
ss << file <<
":("
<<
line
<<
"): "
<< func <<
"(): "
<< message;
13
throw
FailedAtThisConfiguration
(ss.str());
14
}
15
16
}
// namespace detail
17
}
// namespace fcl
failed_at_this_configuration.h
fcl::detail::ThrowFailedAtThisConfiguration
FCL_EXPORT void ThrowFailedAtThisConfiguration(const std::string &message, const char *func, const char *file, int line)
Definition:
failed_at_this_configuration.cpp:8
line
static char * line
Definition:
svm.cpp:2902
fcl
Main namespace.
Definition:
broadphase_bruteforce-inl.h:45
fcl::detail::FailedAtThisConfiguration
Definition:
failed_at_this_configuration.h:65
fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:48