public abstract class AbstractNoiseReducerPlugin<U extends RealType<U>> extends ContextCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractNoiseReducerPlugin.NeighborhoodType |
| Modifier and Type | Field and Description |
|---|---|
protected CommandService |
commandService |
protected Dataset |
input |
protected String |
neighTypeString |
protected Dataset |
output |
| Constructor and Description |
|---|
AbstractNoiseReducerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCancelReason() |
abstract net.imglib2.ops.function.Function<net.imglib2.ops.pointset.PointSet,DoubleType> |
getFunction(net.imglib2.ops.function.Function<long[],DoubleType> otherFunc) |
Dataset |
getInput() |
AbstractNoiseReducerPlugin.NeighborhoodType |
getNeighborhoodType() |
Dataset |
getOutput() |
boolean |
isCanceled() |
void |
run() |
void |
setInput(Dataset ds) |
void |
setNeighborhood(Neighborhood n) |
void |
setNeighborhoodType(AbstractNoiseReducerPlugin.NeighborhoodType type) |
cancelcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextprotected CommandService commandService
protected Dataset input
protected String neighTypeString
protected Dataset output
public abstract net.imglib2.ops.function.Function<net.imglib2.ops.pointset.PointSet,DoubleType> getFunction(net.imglib2.ops.function.Function<long[],DoubleType> otherFunc)
public void run()
public void setInput(Dataset ds)
public Dataset getInput()
public Dataset getOutput()
public void setNeighborhood(Neighborhood n)
public AbstractNoiseReducerPlugin.NeighborhoodType getNeighborhoodType()
public void setNeighborhoodType(AbstractNoiseReducerPlugin.NeighborhoodType type)
public boolean isCanceled()
isCanceled in interface CancelableisCanceled in class ContextCommandpublic String getCancelReason()
getCancelReason in interface CancelablegetCancelReason in class ContextCommandCopyright © 2014–2022 ImageJ. All rights reserved.