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) |
cancel
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
protected 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 Cancelable
isCanceled
in class ContextCommand
public String getCancelReason()
getCancelReason
in interface Cancelable
getCancelReason
in class ContextCommand
Copyright © 2014–2022 ImageJ. All rights reserved.