SpatialCellSet#

class lsst.afw.math.SpatialCellSet#

Bases: pybind11_object

Methods Summary

getBBox(self)

getCandidateById(self, id[, noThrow])

getCellList(self)

insertCandidate(self, arg0)

setIgnoreBad(self, ignoreBad)

sortCandidates(self)

visitAllCandidates(self, visitor[, ...])

visitCandidates(self, visitor[, ...])

Methods Documentation

getBBox(self: lsst.afw.math.SpatialCellSet) lsst.geom.Box2I#
getCandidateById(self: lsst.afw.math.SpatialCellSet, id: SupportsInt, noThrow: bool = False) lsst.afw.math.SpatialCellCandidate#
getCellList(self: lsst.afw.math.SpatialCellSet) list[lsst.afw.math.SpatialCell]#
insertCandidate(self: lsst.afw.math.SpatialCellSet, arg0: lsst.afw.math.SpatialCellCandidate) None#
setIgnoreBad(self: lsst.afw.math.SpatialCellSet, ignoreBad: bool) None#
sortCandidates(self: lsst.afw.math.SpatialCellSet) None#
visitAllCandidates(self: lsst.afw.math.SpatialCellSet, visitor: lsst.afw.math.CandidateVisitor, ignoreExceptions: bool = False) None#
visitCandidates(self: lsst.afw.math.SpatialCellSet, visitor: lsst.afw.math.CandidateVisitor, nMaxPerCell: SupportsInt = -1, ignoreExceptions: bool = False) None#