public class Mer extends Projecter
| Modifier and Type | Class and Description |
|---|---|
class |
Mer.MerDeproj |
| Constructor and Description |
|---|
Mer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
A description of the component
|
java.lang.String |
getName()
The name of the Component
|
Deprojecter |
inverse()
Get the associated deprojecter
|
boolean |
isInverse(Transformer trans)
Is this the inverse of another transformation?
|
double[] |
shadowPoint(double x,
double y)
Find the shadow point for the given element.
|
boolean |
straddle(double[][] pnts)
Does this figure straddle the boundary.
|
boolean |
straddleable()
Is it possible for a pixel to straddle the valid region.
|
double[][][] |
straddleComponents(double[][] input)
Get the straddle regions from a given set.
|
void |
transform(double[] sphere,
double[] plane)
Convert a single point where the output vector is supplied.
|
boolean |
validPosition(double[] plane)
Is this a valid position in the projection plane for this image.
|
allValid, getInputDimension, getOutputDimension, getXTiling, getYTiling, tissottransform, transformpublic java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
public boolean isInverse(Transformer trans)
isInverse in class Transformerpublic final void transform(double[] sphere,
double[] plane)
Transformertransform in class Transformersphere - The input vector.plane - The output vector, it may be the same as the input
vector if the dimensionalities are the same. All
transformers are expected to work with aliased inputs and output.public boolean validPosition(double[] plane)
ProjectervalidPosition in class Projecterpublic boolean straddleable()
Projecterstraddleable in class Projecterpublic boolean straddle(double[][] pnts)
public double[] shadowPoint(double x,
double y)
shadowPoint in class Projecterpublic double[][][] straddleComponents(double[][] input)
straddleComponents in class Projecter