public class HuiskenImageLoader.SetupLoader extends Object implements BasicSetupImgLoader<UnsignedShortType>
Constructor and Description |
---|
SetupLoader(ViewSetup setup) |
Modifier and Type | Method and Description |
---|---|
net.imglib2.meta.ImgPlus<UnsignedShortType> |
getImage(int timepointId,
ImgLoaderHint... hints)
Get the image at the specified timepoint.
|
UnsignedShortType |
getImageType() |
public SetupLoader(ViewSetup setup)
public net.imglib2.meta.ImgPlus<UnsignedShortType> 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<UnsignedShortType>
timepointId
- timepoint for which to retrieve the image.hints
- optional hints regarding how to load the image.public UnsignedShortType getImageType()
getImageType
in interface BasicSetupImgLoader<UnsignedShortType>
Copyright © 2015–2021 Fiji. All rights reserved.