LSST Applications g0265f82a02+6e43cdb38f,g08227fae09+a0048d8a1f,g08a116f7bc+b558f3f931,g2079a07aa2+8986e19ce8,g2b3836372d+aeafac9030,g2bbee38e9b+6e43cdb38f,g337abbeb29+6e43cdb38f,g3435824250+22db99657a,g3ddfee87b4+6b3e986545,g44018dc512+6e43cdb38f,g50ff169b8f+f00c948d2c,g52b1c1532d+81bc2a20b4,g5f6f997623+81bc2a20b4,g6770999e7e+6b3e986545,g7d743f24c3+9b4905acca,g858d7b2824+a0048d8a1f,g99855d9996+0389348573,g9ddcbc5298+fe33e4d80d,ga1e77700b3+22687c87ca,ga8c6da7877+f1d6485c37,gae46bcf261+6e43cdb38f,gb700894bec+4c2d6e2d6e,gba4ed39666+5d7a39cad3,gbeb006f7da+8e9ce45c15,gc72ce4b948+bef421641f,gc86a011abf+a0048d8a1f,gcb20ee0ffd+597c5c75a1,gcf0d15dbbd+6b3e986545,gd162630629+0e4253f749,gdaeeff99f8+6ceac51f81,gdb4ec4c597+6e43cdb38f,gee10cc3b42+81bc2a20b4,gf041782ebf+f5cd4f2466,gf1cff7945b+a0048d8a1f,gf748b16de2+382729e994,w.2024.01
LSST Data Management Base Package
Loading...
Searching...
No Matches
Namespaces | Functions
utils.h File Reference
#include "pybind11/pybind11.h"
#include <limits>
#include <sstream>
#include <stdexcept>
#include "lsst/sphgeom/Region.h"

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst::sphgeom
 
namespace  lsst::sphgeom::python
 

Functions

ptrdiff_t lsst::sphgeom::python::convertIndex (ptrdiff_t len, pybind11::int_ i)
 Convert a Python index i over a sequence with length len to a non-negative (C++ style) index, and perform a bounds-check.
 
pybind11::bytes lsst::sphgeom::python::encode (Region const &self)
 Encode a Region as a pybind11 bytes object.
 
template<typename R >
std::unique_ptr< R > lsst::sphgeom::python::decode (pybind11::bytes bytes)
 Decode a Region from a pybind11 bytes object.
 
template<typename S >
std::vector< std::unique_ptr< Region > > lsst::sphgeom::python::convert_region_sequence (S const &seq)
 Create a vector of Region (or Region-subclass) pointers by copying the regions from a sized Python iterable (e.g.