| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
  |
  +--operator
        |
        +--operator2DInt
All operators that deal with image2DInt images extend this class.
| Fields inherited from class operator | 
box,  
name,  
panel,  
parameters,  
type | 
| Constructor Summary | |
operator2DInt()
 | 
|
| Method Summary | |
 image2DInt | 
getInput1()
Returns input1.  | 
 image2DInt | 
getInput2()
Returns input2.  | 
 image2DInt | 
getOutput1()
Returns output1.  | 
 image2DInt | 
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 if necessary.  | 
 void | 
setInput2(image x)
Sets input2 to the specified image, converting 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 operator2DInt()
| Method Detail | 
public image2DInt getInput1()
public image2DInt getInput2()
public image2DInt getOutput1()
public image2DInt getOutput2()
public void setInput1(image x)
x - the image to be used as input1public void setInput2(image x)
x - the image to be used as input2public void link1To1(operator linkOp)
linkOp - the operator to link topublic void link1To2(operator linkOp)
linkOp - the operator to link topublic void link2To1(operator linkOp)
linkOp - the operator to link topublic void link2To2(operator linkOp)
linkOp - the operator to link to
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||