LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include "lsst/utils/python.h"
#include "lsst/afw/table/io/python.h"
#include "lsst/afw/cameraGeom/Camera.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::cameraGeom | |
Typedefs | |
using | lsst::afw::cameraGeom::PyCamera = py::class_< Camera, DetectorCollection, std::shared_ptr< Camera > > |
using | lsst::afw::cameraGeom::PyCameraBuilder = py::class_< Camera::Builder, DetectorCollectionBase< Detector::InCameraBuilder >, std::shared_ptr< Camera::Builder > > |
Functions | |
void | lsst::afw::cameraGeom::declareCameraBuilder (PyCamera &parent) |
void | lsst::afw::cameraGeom::declareCamera (py::module &mod) |
lsst::afw::cameraGeom::PYBIND11_MODULE (camera, mod) | |