|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjjil.core.PipelineStage
jjil.algorithm.Copy
public class Copy
Copies an input image to the output. This is a shallow copy, so if anything modifies the image contents the copy will be modified too.
| Constructor Summary | |
|---|---|
Copy()
Creates a new instance of Copy |
|
| Method Summary | |
|---|---|
void |
push(Image im)
Copy an input image to the output without creating a deep copy of the contents. |
| Methods inherited from class jjil.core.PipelineStage |
|---|
getFront, isEmpty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Copy()
| Method Detail |
|---|
public void push(Image im)
push in class PipelineStageim - Input image. May be of any Image type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||