T - public class NearestNeighborSearchInterpolatorFactory<T> extends Object implements InterpolatorFactory<T,NearestNeighborSearch<T>>
NearestNeighborSearchInterpolator instances that work on
a NearestNeighborSearch.| Constructor and Description |
|---|
NearestNeighborSearchInterpolatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborSearchInterpolator<T> |
create(NearestNeighborSearch<T> search)
Creates a new
NearestNeighborSearchInterpolator using a copy of
the passed NearestNeighborSearch. |
NearestNeighborSearchInterpolator<T> |
create(NearestNeighborSearch<T> search,
RealInterval interval)
Creates a new
NearestNeighborSearchInterpolator using a copy of
the passed NearestNeighborSearch. |
public NearestNeighborSearchInterpolatorFactory()
public NearestNeighborSearchInterpolator<T> create(NearestNeighborSearch<T> search)
NearestNeighborSearchInterpolator using a copy of
the passed NearestNeighborSearch.create in interface InterpolatorFactory<T,NearestNeighborSearch<T>>public NearestNeighborSearchInterpolator<T> create(NearestNeighborSearch<T> search, RealInterval interval)
Creates a new NearestNeighborSearchInterpolator using a copy of
the passed NearestNeighborSearch.
For now, ignore the RealInterval and return
create(NearestNeighborSearch).
create in interface InterpolatorFactory<T,NearestNeighborSearch<T>>Copyright © 2015–2022 ImgLib2. All rights reserved.