| Package | Description |
|---|---|
| bdv | |
| bdv.cache | |
| bdv.gui | |
| bdv.img.cache | |
| bdv.img.imaris | |
| bdv.img.n5 | |
| bdv.img.openconnectome | |
| bdv.spimdata | |
| bdv.spimdata.legacy | |
| bdv.util.volatiles | |
| bdv.viewer | |
| bdv.viewer.render | |
| bigwarp |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
ViewerImgLoader.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
static BigDataViewer |
BigDataViewer.open(ArrayList<ConverterSetup> converterSetups,
ArrayList<SourceAndConverter<?>> sources,
int numTimepoints,
CacheControl cache,
String windowTitle,
ProgressWriter progressWriter,
ViewerOptions options) |
| Constructor and Description |
|---|
BigDataViewer(ArrayList<ConverterSetup> converterSetups,
ArrayList<SourceAndConverter<?>> sources,
AbstractSpimData<?> spimData,
int numTimepoints,
CacheControl cache,
String windowTitle,
ProgressWriter progressWriter,
ViewerOptions options) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheControl.CacheControls
CacheControl backed by a set of CacheControls. |
static class |
CacheControl.Dummy
CacheControl that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheControl.CacheControls.addCacheControl(CacheControl cacheControl) |
void |
CacheControl.CacheControls.addCacheControl(CacheControl cacheControl,
int index) |
void |
CacheControl.CacheControls.removeCacheControl(CacheControl cacheControl) |
| Constructor and Description |
|---|
BigWarpViewerFrame(BigWarp<?> bw,
int width,
int height,
List<SourceAndConverter<?>> sources,
List<ConverterSetup> converterSetups,
BigWarpViewerSettings viewerSettings,
CacheControl cache,
BigWarpViewerOptions optional,
String title,
boolean isMoving,
int[] movingIndexList,
int[] targetIndexList) |
BigWarpViewerFrame(BigWarp<?> bw,
int width,
int height,
List<SourceAndConverter<?>> sources,
List<ConverterSetup> converterSetups,
BigWarpViewerSettings viewerSettings,
CacheControl cache,
String title,
boolean isMoving,
int[] movingIndexList,
int[] targetIndexList) |
| Modifier and Type | Class and Description |
|---|---|
class |
VolatileGlobalCellCache |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
ImarisImageLoader.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
N5ImageLoader.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
OpenConnectomeImageLoader.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
WrapBasicImgLoader.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
LegacyViewerImgLoader.getCache() |
CacheControl |
LegacyViewerImgLoaderWrapper.getCacheControl() |
CacheControl |
LegacyViewerImgLoaderExtWrapper.getCacheControl() |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedQueue
Queue and threads for asynchronously loading data into a cache
|
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
VolatileViewData.getCacheControl()
Get the
CacheControl for the CachedCellImg(s) at the
bottom of the view cascade. |
| Constructor and Description |
|---|
VolatileViewData(RandomAccessible<V> img,
CacheControl cacheControl,
T type,
V volatileType) |
| Constructor and Description |
|---|
BigWarpViewerPanel(List<SourceAndConverter<?>> sources,
BigWarpViewerSettings viewerSettings,
CacheControl cache,
BigWarpViewerOptions optional,
boolean isMoving,
int[] movingSourceIndexList,
int[] targetSourceIndexList) |
BigWarpViewerPanel(List<SourceAndConverter<?>> sources,
BigWarpViewerSettings viewerSettings,
CacheControl cache,
boolean isMoving,
int[] movingSourceIndexList,
int[] targetSourceIndexList) |
ViewerFrame(List<SourceAndConverter<?>> sources,
int numTimepoints,
CacheControl cache) |
ViewerFrame(List<SourceAndConverter<?>> sources,
int numTimepoints,
CacheControl cacheControl,
ViewerOptions optional) |
ViewerPanel(List<SourceAndConverter<?>> sources,
int numTimePoints,
CacheControl cacheControl) |
ViewerPanel(List<SourceAndConverter<?>> sources,
int numTimepoints,
CacheControl cacheControl,
ViewerOptions optional) |
| Constructor and Description |
|---|
MultiResolutionRenderer(RenderTarget<?> display,
RequestRepaint painterThread,
double[] screenScaleFactors,
long targetRenderNanos,
int numRenderingThreads,
ExecutorService renderingExecutorService,
boolean useVolatileIfAvailable,
AccumulateProjectorFactory<ARGBType> accumulateProjectorFactory,
CacheControl cacheControl) |
| Modifier and Type | Field and Description |
|---|---|
CacheControl |
BigWarp.BigWarpData.cache |
| Constructor and Description |
|---|
BigWarpData(List<SourceAndConverter<T>> sources,
List<ConverterSetup> converterSetups,
CacheControl cache,
int[] movingSourceIndices,
int[] targetSourceIndices) |
Copyright © 2015–2021 Fiji. All rights reserved.