public class ConstrainedComplex extends de.jtem.mfc.field.ComplexValue implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected Constrain |
constrain |
protected de.jtem.mfc.field.Complex |
coords |
| Constructor and Description |
|---|
ConstrainedComplex() |
| Modifier and Type | Method and Description |
|---|---|
void |
deconstrain() |
Constrain |
getConstrain() |
de.jtem.mfc.field.Complex |
getCoords(de.jtem.mfc.field.Complex theCoords) |
double |
getIm() |
int |
getNumOfParameters() |
double |
getRe() |
void |
getValue(double[] p,
int offset) |
protected void |
move(de.jtem.mfc.field.Complex newCoords) |
void |
setByParameter(double[] p,
int offset) |
void |
setConstrain(Constrain aConstrain) |
void |
setCoords(de.jtem.mfc.field.Complex newCoords) |
protected void |
setNewCoords(de.jtem.mfc.field.Complex newCoords) |
void |
setProjectedCoords(de.jtem.mfc.field.Complex newCoords) |
protected Constrain constrain
protected de.jtem.mfc.field.Complex coords
public final void deconstrain()
public final Constrain getConstrain()
public final de.jtem.mfc.field.Complex getCoords(de.jtem.mfc.field.Complex theCoords)
public double getIm()
getIm in interface de.jtem.mfc.field.Field.Complexpublic int getNumOfParameters()
public double getRe()
getRe in interface de.jtem.mfc.field.Field.Complexpublic void getValue(double[] p,
int offset)
protected void move(de.jtem.mfc.field.Complex newCoords)
public void setByParameter(double[] p,
int offset)
public final void setConstrain(Constrain aConstrain)
public final void setCoords(de.jtem.mfc.field.Complex newCoords)
throws IllegalCoordinateException
IllegalCoordinateExceptionprotected void setNewCoords(de.jtem.mfc.field.Complex newCoords)
public void setProjectedCoords(de.jtem.mfc.field.Complex newCoords)