public class WavefrontCCD extends CCD
| Modifier and Type | Class and Description |
|---|---|
static class |
WavefrontCCD.WavefrontType |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildGeometry(Segment child,
int p,
int s)
Add a child to the grid to a given position in the parallel,serial coordinate
system.
|
static WavefrontCCD |
createWavefrontCCD(CCDType ccdType,
WavefrontCCD.WavefrontType wavefrontType)
Utility method to create a WavefrontCCD for a given CCDType filled with Segments.
|
String |
getName()
Get the Geometry name
|
WavefrontCCD.WavefrontType |
getWavefrontType() |
addGeometryToGrid, createCCD, getActiveParallelSize, getActiveSerialSize, getSegmentByName, getSegmentNames, getSegments, getType, getUniqueIdaddGeometry, findGeometry, findParentOfType, getAbsolutePoint, getChild, getChildrenList, getChildrenWithAbsoluteCoordinates, getDimension, getGeometryAbsolutePosition, getGeometryPoint, getHeight, getNumberOfChildren, getParallelChildrenCount, getParallelPosition, getParent, getSerialChildrenCount, getSerialPosition, getWidth, hasChildren, hasParent, replaceExistingGeometry, setParallelPosition, setParent, setSerialPositionpublic void addChildGeometry(Segment child, int p, int s)
GeometryaddChildGeometry in class Geometry<Segment>child - The child to be addedp - The parallel position to add it tos - The serial position to add it topublic static WavefrontCCD createWavefrontCCD(CCDType ccdType, WavefrontCCD.WavefrontType wavefrontType)
ccdType - The CCDType for this CCDwavefrontType - The WavefrontCCD for this CCDpublic WavefrontCCD.WavefrontType getWavefrontType()
Copyright © 2022 LSST. All rights reserved.