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