|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--operator | +--operator2DDouble
All operators that deal with image2DDouble images extend this class.
Fields inherited from class operator |
box,
name,
panel,
parameters,
type |
Constructor Summary | |
operator2DDouble()
|
Method Summary | |
image2DDouble |
getInput1()
Returns input1. |
image2DDouble |
getInput2()
Returns input2. |
image2DDouble |
getOutput1()
Returns output1. |
image2DDouble |
getOutput2()
Returns output2. |
void |
link1To1(operator linkOp)
Links output1 of this operator to input1 of another operator. |
void |
link1To2(operator linkOp)
Links output1 of this operator to input2 of another operator. |
void |
link2To1(operator linkOp)
Links output2 of this operator to input1 of another operator. |
void |
link2To2(operator linkOp)
Links output2 of this operator to input2 of another operator. |
void |
setInput1(image x)
Sets input1 to the specified image, converting to image2DDouble if necessary. |
void |
setInput2(image x)
Sets input2 to the specified image, converting to image2DDouble if necessary. |
Methods inherited from class operator |
getBox,
getName,
getParameters,
getType,
go,
loadParameters,
propagate,
propagateSingleLink,
saveOperator,
saveParameters,
setBox,
setName,
setType,
showParameters,
updateParameters |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public operator2DDouble()
Method Detail |
public image2DDouble getInput1()
public image2DDouble getInput2()
public image2DDouble getOutput1()
public image2DDouble getOutput2()
public void setInput1(image x)
x
- the image to be usedpublic void setInput2(image x)
x
- the image to be usedpublic void link1To1(operator linkOp)
linkOp
- the operator to be linked topublic void link1To2(operator linkOp)
linkOp
- the operator to be linked topublic void link2To1(operator linkOp)
linkOp
- the operator to be linked topublic void link2To2(operator linkOp)
linkOp
- the operator to be linked to
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |