omeis.providers.re.quantum
Interface QuantumMap

All Known Implementing Classes:
ExponentialMap, LogarithmicMap, PolynomialMap

public interface QuantumMap

Provides methods to map value. Each method is wrapper around a method exposed by the Math class. Each value mapper should implements this I/F.

Since:
OME2.2
Version:
2.2 (Internal version: $Revision: 4421 $ $Date: 2005/06/10 17:37:26 $)
Author:
Jean-Marie Burel      j.burel@dundee.ac.uk,
Andrea Falconi      a.falconi@dundee.ac.uk

Method Summary
 double transform(double x, double k)
          Maps the specified value.
 double transform(float x, double k)
          Maps the specified value.
 double transform(int x, double k)
          Maps the specified value.
 

Method Detail

transform

double transform(int x,
                 double k)
Maps the specified value.

Parameters:
x - The input value.
k - The selected curve in the family.
Returns:
The mapped value.

transform

double transform(double x,
                 double k)
Maps the specified value.

Parameters:
x - The input value.
k - The selected curve in the family.
Returns:
The mapped value.

transform

double transform(float x,
                 double k)
Maps the specified value.

Parameters:
x - The input value.
k - The selected curve in the family.
Returns:
The mapped value.


OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.