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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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
z
Typedefs
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
f
k
l
m
n
o
p
r
s
t
v
z
Enumerator
_
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
Related Functions
:
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
v
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
x
y
z
Functions
_
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
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
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
b
c
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
wrap
gtwrap
template_instantiator
wrap/gtwrap/template_instantiator/__init__.py
Go to the documentation of this file.
1
"""Code to help instantiate templated classes, methods and functions."""
2
3
# pylint: disable=too-many-arguments, too-many-instance-attributes, no-self-use, no-else-return, too-many-arguments, unused-format-string-argument, unused-variable. unused-argument, too-many-branches
4
5
from
typing
import
Iterable, Sequence, Union
6
7
import
gtwrap.interface_parser
as
parser
8
from
gtwrap.template_instantiator.classes
import
*
9
from
gtwrap.template_instantiator.constructor
import
*
10
from
gtwrap.template_instantiator.declaration
import
*
11
from
gtwrap.template_instantiator.function
import
*
12
from
gtwrap.template_instantiator.helpers
import
*
13
from
gtwrap.template_instantiator.method
import
*
14
from
gtwrap.template_instantiator.namespace
import
*
gtwrap.template_instantiator.constructor
Definition:
constructor.py:1
gtwrap.template_instantiator.helpers
Definition:
helpers.py:1
gtwrap.template_instantiator.classes
Definition:
template_instantiator/classes.py:1
gtwrap.template_instantiator.namespace
Definition:
template_instantiator/namespace.py:1
gtwrap.template_instantiator.function
Definition:
template_instantiator/function.py:1
gtwrap.template_instantiator.method
Definition:
method.py:1
gtwrap.interface_parser
Definition:
wrap/gtwrap/interface_parser/__init__.py:1
gtwrap.template_instantiator.declaration
Definition:
template_instantiator/declaration.py:1
gtsam
Author(s):
autogenerated on Fri Mar 28 2025 03:01:02