Loading [MathJax]/extensions/tex2jax.js
LSSTApplications
20.0.0
LSSTDataManagementBasePackage
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
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
i
k
m
p
r
s
t
v
w
Enumerations
Enumerator
e
f
h
i
l
m
n
o
p
r
s
t
v
x
y
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
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
i
k
l
m
p
s
t
v
w
Enumerator
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
Related Functions
a
b
c
d
e
f
i
k
m
o
p
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
d
l
p
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Macros
_
a
b
c
d
f
i
k
l
m
n
p
r
s
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
stack
1a1d771
Linux64
daf_base
20.0.0
python
lsst
daf
base
persistable.cc
Go to the documentation of this file.
1
#include "pybind11/pybind11.h"
2
3
#include <string>
4
5
#include "
lsst/daf/base/Persistable.h
"
6
7
namespace
py
=
pybind11
;
8
using namespace
pybind11::literals;
9
10
namespace
lsst
{
11
namespace
daf {
12
namespace
base
{
13
14
PYBIND11_MODULE
(persistable, mod) {
15
py::class_<Persistable, std::shared_ptr<Persistable>>
cls
(mod,
"Persistable"
);
16
}
17
18
}
// base
19
}
// daf
20
}
// lsst
base
Definition:
__init__.py:1
lsst::afw::geom.transform.transformContinued.cls
cls
Definition:
transformContinued.py:33
Persistable.h
Interface for Persistable base class.
lsst
A base class for image defects.
Definition:
imageAlgorithm.dox:1
pybind11
Definition:
_GenericMap.cc:40
lsst::daf::base::PYBIND11_MODULE
PYBIND11_MODULE(persistable, mod)
Definition:
persistable.cc:14
Generated on Wed Jun 24 2020 18:10:06 for LSSTApplications by
1.8.18