public class Mol extends Projecter
| Modifier and Type | Class and Description |
|---|---|
class |
Mol.MolDeproj |
| Constructor and Description |
|---|
Mol() |
| Modifier and Type | Method and Description |
|---|---|
static void |
forwardTransform(double[] sphere,
double[] plane) |
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?
|
static void |
main(java.lang.String[] args) |
static void |
reverseTransform(double[] plane,
double[] sphere) |
boolean |
straddleable()
Is it possible for a pixel to straddle the valid region.
|
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, shadowPoint, straddle, straddleComponents, 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 static void forwardTransform(double[] sphere,
double[] plane)
public static void reverseTransform(double[] plane,
double[] sphere)
public boolean validPosition(double[] plane)
ProjectervalidPosition in class Projecterpublic boolean straddleable()
Projecterstraddleable in class Projecterpublic static void main(java.lang.String[] args)