Box2DKey

class lsst.afw.table.Box2DKey

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.Box2DKey
get(self: lsst.afw.table.Box2DKey, arg0: lsst.afw.table.BaseRecord) lsst::geom::Box2D
getMax(self: lsst.afw.table.Box2DKey) lsst.afw.table.Point2DKey
getMin(self: lsst.afw.table.Box2DKey) lsst.afw.table.Point2DKey
isValid(self: lsst.afw.table.Box2DKey) bool
set(self: lsst.afw.table.Box2DKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst::geom::Box2D) None