public class Constraint extends GridSpace3D
xyRatio
Constructor and Description |
---|
Constraint()
empty constructor
|
Constraint(double lowX,
double highX,
double lowY,
double highY)
constructor with the Dimensions provided
|
Constraint(double lowX,
double highX,
double lowY,
double highY,
double lowZ,
double highZ)
constructor with the Dimensions provided
|
Constraint(GridSpace3D theGridSpace)
constructor with the Dimensions provided
|
Modifier and Type | Method and Description |
---|---|
Capture |
reMap(Capture aCap)
returns the Capture remapped according to the rules of the constraint
|
SpatialVector |
reMap(SpatialVector aSVec)
returns the spatial vector remapped according to the rules of the constraint
|
clone, contains, contains, contains, getBinLoc, getHighX, getHighY, getHighZ, getLowX, getLowY, getLowZ, getPixelSpaceX, getPixelSpaceY, getPixelSpaceZ, getSameXYScale, getSameXYZScale, getXAxisDirection, getXGrid, getXScale, getXYBorders, getXYRatio, getXZRatio, getYAxisDirection, getYGrid, getYScale, getZAxisDirection, getZGrid, getZScale, growToInclude, setAxisDirections, setAxisDirections, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setGrids, setGrids, setNUnits, setNUnits, setSameXYScale, setSameXYZScale, setXGrid, setXScale, setYGrid, setYScale, setZGrid, setZScale, toString, toXYRect, toXZRect, toYZRect, updatePixelExtent, updateRatios, updateScales, updateScales
public Constraint(double lowX, double highX, double lowY, double highY, double lowZ, double highZ) throws java.lang.Exception
lowX
- low value for xhighX
- high value for xlowY
- low value for yhighY
- high value for ylowZ
- low value for zhighZ
- high value for zjava.lang.Exception
public Constraint() throws java.lang.Exception
java.lang.Exception
public Constraint(double lowX, double highX, double lowY, double highY) throws java.lang.Exception
lowX
- low value for xhighX
- high value for xlowY
- low value for yhighY
- high value for yjava.lang.Exception
public Constraint(GridSpace3D theGridSpace) throws java.lang.Exception
theGridSpace
- the gridspace to usejava.lang.Exception
public Capture reMap(Capture aCap)
aCap
- the Capture Capture to remappublic SpatialVector reMap(SpatialVector aSVec)
aSVec
- the SpatialVector SpatialVector to remapRH, 2017