22 #include "pybind11/pybind11.h" 36 py::class_<Pixelization>
cls(mod,
"Pixelization");
38 cls.def(
"universe", &Pixelization::universe);
40 cls.def(
"index", &Pixelization::index,
"i"_a);
41 cls.def(
"toString", &Pixelization::toString,
"i"_a);
42 cls.def(
"envelope", &Pixelization::envelope,
"region"_a,
"maxRanges"_a = 0);
43 cls.def(
"interior", &Pixelization::interior,
"region"_a,
"maxRanges"_a = 0);
PYBIND11_MODULE(camera, mod)
This file declares a class for representing unit vectors in ℝ³.
A base class for image defects.
This file defines an interface for spherical regions.
table::PointKey< int > pixel
This file defines an interface for pixelizations of the sphere.