public class FocalPlane extends Geometry<Raft>
| Constructor and Description |
|---|
FocalPlane()
Build a Camera FocalPlane object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addGeometryToGrid(Raft child,
int p,
int s)
This method must be implemented by all classes extending Geometry.
|
addChildGeometry, addGeometry, findGeometry, findParentOfType, getAbsolutePoint, getChild, getChildrenList, getChildrenWithAbsoluteCoordinates, getGeometryAbsolutePosition, getGeometryPoint, getHeight, getName, getNumberOfChildren, getParallelChildrenCount, getParallelPosition, getParent, getSerialChildrenCount, getSerialPosition, getUniqueId, getWidth, hasChildren, hasParent, replaceExistingGeometry, setParallelPosition, setParent, setSerialPositionpublic FocalPlane()
protected void addGeometryToGrid(Raft child, int p, int s)
GeometryaddGeometryToGrid in class Geometry<Raft>child - The child to be added.p - The parallel positions - The serial position.Copyright © 2019 LSST. All rights reserved.