Box2IKey#

class lsst.afw.table.Box2IKey#

Bases: pybind11_object

Methods Summary

addFields(schema, name, doc, unit)

get(self, arg0)

getMax(self)

getMin(self)

isValid(self)

set(self, arg0, arg1)

Methods Documentation

static addFields(schema: lsst.afw.table.Schema, name: str, doc: str, unit: str) lsst.afw.table.Box2IKey#
get(self: lsst.afw.table.Box2IKey, arg0: lsst.afw.table.BaseRecord) lsst::geom::Box2I#
getMax(self: lsst.afw.table.Box2IKey) lsst.afw.table.Point2IKey#
getMin(self: lsst.afw.table.Box2IKey) lsst.afw.table.Point2IKey#
isValid(self: lsst.afw.table.Box2IKey) bool#
set(self: lsst.afw.table.Box2IKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst::geom::Box2I) None#