SpatialCell¶
- class lsst.afw.math.SpatialCell¶
- Bases: - pybind11_object- Methods Summary - begin(*args, **kwargs)- Overloaded function. - empty(self)- end(*args, **kwargs)- Overloaded function. - getBBox(self)- getCandidateById(self, id[, noThrow])- getIgnoreBad(self)- getLabel(*args, **kwargs)- Overloaded function. - insertCandidate(self, arg0)- removeCandidate(self, arg0)- setIgnoreBad(self, ignoreBad)- size(self)- sortCandidates(self)- visitAllCandidates(self, visitor[, ...])- visitCandidates(self, visitor[, ...])- Methods Documentation - begin(*args, **kwargs)¶
- Overloaded function. - begin(self: lsst.afw.math.SpatialCell) -> lsst.afw.math.SpatialCellCandidateIterator 
- begin(self: lsst.afw.math.SpatialCell, arg0: bool) -> lsst.afw.math.SpatialCellCandidateIterator 
 
 - empty(self: lsst.afw.math.SpatialCell) bool¶
 - end(*args, **kwargs)¶
- Overloaded function. - end(self: lsst.afw.math.SpatialCell) -> lsst.afw.math.SpatialCellCandidateIterator 
- end(self: lsst.afw.math.SpatialCell, arg0: bool) -> lsst.afw.math.SpatialCellCandidateIterator 
 
 - getBBox(self: lsst.afw.math.SpatialCell) lsst.geom.Box2I¶
 - getCandidateById(self: lsst.afw.math.SpatialCell, id: int, noThrow: bool = False) lsst.afw.math.SpatialCellCandidate¶
 - getIgnoreBad(self: lsst.afw.math.SpatialCell) bool¶
 - getLabel(*args, **kwargs)¶
- Overloaded function. - getLabel(self: lsst.afw.math.SpatialCell) -> str 
- getLabel(self: lsst.afw.math.SpatialCell) -> str 
 
 - insertCandidate(self: lsst.afw.math.SpatialCell, arg0: lsst.afw.math.SpatialCellCandidate) None¶
 - removeCandidate(self: lsst.afw.math.SpatialCell, arg0: lsst.afw.math.SpatialCellCandidate) None¶
 - setIgnoreBad(self: lsst.afw.math.SpatialCell, ignoreBad: bool) None¶
 - size(self: lsst.afw.math.SpatialCell) int¶
 - sortCandidates(self: lsst.afw.math.SpatialCell) None¶
 - visitAllCandidates(self: lsst.afw.math.SpatialCell, visitor: lsst.afw.math.CandidateVisitor, ignoreExceptions: bool = False, reset: bool = True) None¶
 - visitCandidates(self: lsst.afw.math.SpatialCell, visitor: lsst.afw.math.CandidateVisitor, nMaxPerCell: int = -1, ignoreExceptions: bool = False, reset: bool = True) None¶