public class CachedOpEnvironment extends CustomOpEnvironment
CachedFunctionOp
s which know how to cache their outputs.Constructor and Description |
---|
CachedOpEnvironment(OpEnvironment parent) |
CachedOpEnvironment(OpEnvironment parent,
Collection<? extends OpInfo> prioritizedInfos) |
CachedOpEnvironment(OpEnvironment parent,
Collection<? extends OpInfo> prioritizedInfos,
Collection<Class<?>> ignoredOps) |
Modifier and Type | Method and Description |
---|---|
Op |
op(OpRef ref)
Looks up an op whose constraints are specified by the given
OpRef
descriptor. |
getMaxThreads, info, infos, matcher, namespace, parent, setMaxThreads
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
coloc, convert, copy, create, deconvolve, eval, eval, filter, geom, haralick, help, help, help, help, help, help, help, identity, image, imagemoments, info, join, join, join, join, join, join, labeling, lbp, linalg, logic, loop, loop, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, math, module, module, module, morphology, op, op, op, ops, run, run, run, run, slice, slice, stats, tamura, thread, threshold, topology, transform, zernike
context, getContext, setContext
public CachedOpEnvironment(OpEnvironment parent)
public CachedOpEnvironment(OpEnvironment parent, Collection<? extends OpInfo> prioritizedInfos)
public CachedOpEnvironment(OpEnvironment parent, Collection<? extends OpInfo> prioritizedInfos, Collection<Class<?>> ignoredOps)
public Op op(OpRef ref)
OpEnvironment
OpRef
descriptor.
NB: While it is typically the case that the returned Op
instance is
of the requested type(s), it may differ in certain circumstances. For
example, the CachedOpEnvironment
wraps the matching Op
instance in some cases so that the values it computes can be cached for
performance reasons.
ref
- The OpRef
describing the op to match.Copyright © 2014–2022 ImageJ. All rights reserved.