public final class Sfl extends Projecter
| Modifier and Type | Class and Description |
|---|---|
class |
Sfl.SflDeproj |
| Constructor and Description |
|---|
Sfl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Return a description of the component
|
java.lang.String |
getName()
Get the name of the compontent
|
Deprojecter |
inverse()
Get the inverse transformation
|
boolean |
isInverse(Transformer t)
Is this an inverse of some other transformation?
|
void |
transform(double[] sphere,
double[] plane)
Do the transformation
|
boolean |
validPosition(double[] plane)
Is this a valid position in the projection plane for this image.
|
allValid, getInputDimension, getOutputDimension, getXTiling, getYTiling, shadowPoint, straddle, straddleable, straddleComponents, tissottransform, transformpublic java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
public boolean isInverse(Transformer t)
isInverse in class Transformerpublic final void transform(double[] sphere,
double[] plane)
transform 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 Projecter