Loading [MathJax]/extensions/tex2jax.js
LSSTApplications
18.1.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
q
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
g
h
i
l
m
n
o
p
r
s
t
u
v
w
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
Linux64
daf_persistence
18.1.0
python
lsst
daf
persistence
persistence.cc
Go to the documentation of this file.
1
#include "pybind11/pybind11.h"
2
3
#include "
lsst/daf/persistence/LogicalLocation.h
"
4
#include "
lsst/daf/persistence/python/readProxy.h
"
5
6
namespace
py
=
pybind11
;
7
8
namespace
lsst
{
9
namespace
daf {
10
namespace
persistence {
11
12
PYBIND11_MODULE
(persistence, mod) {
13
py::module::import(
"lsst.daf.base"
);
14
15
py::class_<python::ReadProxyBase, std::shared_ptr<python::ReadProxyBase>>(mod,
"ReadProxyBase"
)
16
.def(py::init<>())
17
.def_readwrite(
"subject"
, &
python::ReadProxyBase::subject
);
18
19
}
20
21
}
// persistence
22
}
// daf
23
}
// lsst
pybind11
Definition:
_GenericMap.cc:40
lsst
A base class for image defects.
Definition:
imageAlgorithm.dox:1
lsst::daf::persistence::python::ReadProxyBase::subject
pybind11::object subject
Definition:
readProxy.h:45
readProxy.h
lsst::daf::persistence::PYBIND11_MODULE
PYBIND11_MODULE(dbAuth, mod)
Definition:
dbAuth.cc:11
LogicalLocation.h
Interface for LogicalLocation class.
Generated on Thu Aug 8 2019 20:20:13 for LSSTApplications by
1.8.13