public class SpimSource<T extends NumericType<T>> extends AbstractSpimSource<T>
AbstractSpimSource.ImgKey| Modifier and Type | Field and Description |
|---|---|
protected ViewerSetupImgLoader<T,?> |
imgLoader |
cachedInterpolatedSources, cachedSources, currentSourceTransforms, currentTimePointIndex, currentTimePointIsPresent, iNearestNeighborMethod, iNLinearMethod, interpolatorFactories, missingViews, name, numInterpolationMethods, numMipmapLevels, setupId, timePointsOrdered, viewRegistrations, voxelDimensions| Constructor and Description |
|---|
SpimSource(AbstractSpimData<?> spimData,
int setup,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected RandomAccessibleInterval<T> |
getImage(int timepointId,
int level) |
protected AffineTransform3D[] |
getMipmapTransforms() |
T |
getType()
Get an instance of the pixel type.
|
getInterpolatedSource, getInterpolatedSource, getName, getNumMipmapLevels, getSetupId, getSource, getSource, getSourceTransform, getVoxelDimensions, isPresent, loadTimepointclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBoundingBoxCullingprotected final ViewerSetupImgLoader<T extends NumericType<T>,?> imgLoader
public SpimSource(AbstractSpimData<?> spimData, int setup, String name)
public T getType()
Sourceprotected RandomAccessibleInterval<T> getImage(int timepointId, int level)
getImage in class AbstractSpimSource<T extends NumericType<T>>protected AffineTransform3D[] getMipmapTransforms()
getMipmapTransforms in class AbstractSpimSource<T extends NumericType<T>>Copyright © 2015–2021 Fiji. All rights reserved.