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, loadTimepoint
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doBoundingBoxCulling
protected final ViewerSetupImgLoader<T extends NumericType<T>,?> imgLoader
public SpimSource(AbstractSpimData<?> spimData, int setup, String name)
public T getType()
Source
protected 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.