public class ImagePlusImgLoader.SetupImgLoader<S extends RealType<S> & NativeType<S>> extends Object implements BasicSetupImgLoader<T>
Modifier | Constructor and Description |
---|---|
protected |
SetupImgLoader(BasicSetupImgLoader<S> loader) |
Modifier and Type | Method and Description |
---|---|
RandomAccessibleInterval<T> |
getImage(int timepointId,
ImgLoaderHint... hints)
Get the image at the specified timepoint.
|
T |
getImageType() |
protected SetupImgLoader(BasicSetupImgLoader<S> loader)
public RandomAccessibleInterval<T> getImage(int timepointId, ImgLoaderHint... hints)
BasicSetupImgLoader
The returned image has pixel type T
(an instance of T
may
be obtained by BasicSetupImgLoader.getImageType()
).
getImage
in interface BasicSetupImgLoader<T extends Type<T>>
timepointId
- timepoint for which to retrieve the image.hints
- optional hints regarding how to load the image.public T getImageType()
getImageType
in interface BasicSetupImgLoader<T extends Type<T>>
Copyright © 2015–2021 Fiji. All rights reserved.