Point3IKey¶
-
class
lsst.afw.table.Point3IKey¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
addFields(schema, name, doc, unit)get(self, arg0)getX(self)getY(self)isValid(self)set(self, arg0, arg1, 3>)Methods Documentation
-
static
addFields(schema: lsst.afw.table.Schema, name: str, doc: str, unit: str) → lsst.afw.table.Point3IKey¶
-
get(self: lsst.afw.table.Point3IKey, arg0: lsst.afw.table.BaseRecord) → lsst::geom::Point<int, 3>¶
-
getX(self: lsst.afw.table.Point3IKey) → lsst.afw.table.KeyI¶
-
getY(self: lsst.afw.table.Point3IKey) → lsst.afw.table.KeyI¶
-
isValid(self: lsst.afw.table.Point3IKey) → bool¶
-
set(self: lsst.afw.table.Point3IKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst::geom::Point<int, 3>) → None¶
-
static