- cacheType(CacheOptions.CacheType) - Method in class com.bitplane.xt.ImarisDatasetOptions
-
Which in-memory cache type to use.
- cellDimensions(int...) - Method in class com.bitplane.xt.ImarisDatasetOptions
-
Override the dimensions of a cell.
- cellDimensions() - Method in class com.bitplane.xt.ImarisDatasetOptions.Values
-
- cellDimensions() - Method in class com.bitplane.xt.img.ImarisCachedCellImgOptions.Values
-
- CellGridUtils - Class in com.bitplane.xt.util
-
Create appropriate CellGrid
for wrapping IDataSetPrx
into
CachedCellImg
.
- ColorTableUtils - Class in com.bitplane.xt.util
-
Convert Imaris color tables to imglib2.
- com.bitplane.xt - package com.bitplane.xt
-
- com.bitplane.xt.img - package com.bitplane.xt.img
-
- com.bitplane.xt.options - package com.bitplane.xt.options
-
- com.bitplane.xt.util - package com.bitplane.xt.util
-
- computeCellDimensions(IDataSetPrx, int[], int[]) - Static method in class com.bitplane.xt.util.CellGridUtils
-
Compute the cell dimensions from block size of dataset
,
optionally overridden by user-defined optionalCellDimensions
.
- copyOrThis() - Method in class com.bitplane.xt.ImarisDatasetOptions
-
- copyOrThis() - Method in class com.bitplane.xt.img.ImarisCachedCellImgOptions
-
- create(long...) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(Dimensions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(int[]) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(long[], ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(Dimensions, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(long[], CellLoader<T>) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(Dimensions, CellLoader<T>) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(long[], CellLoader<T>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(Dimensions, CellLoader<T>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(IDataSetPrx, long[], CellLoader<T>) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
Create writable image around existing empty Imaris dataset.
- create(IDataSetPrx, Dimensions, CellLoader<T>) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(IDataSetPrx, long[], CellLoader<T>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(IDataSetPrx, Dimensions, CellLoader<T>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(IDataSetPrx, long...) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
Create writable image around existing Imaris dataset.
- create(IDataSetPrx, Dimensions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(IDataSetPrx, long[], ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(IDataSetPrx, Dimensions, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- create(long[], T) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
Deprecated.
- create(long...) - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
- create(Dimensions) - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
- create(IDataSetPrx, long[], CellLoader<T>) - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
Create writable image around existing empty Imaris dataset.
- create(IDataSetPrx, long[], CellLoader<T>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
- create(IDataSetPrx, long[]) - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
Create writable image around existing Imaris dataset.
- create(IDataSetPrx, long[], ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
- create(long[], T) - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
Deprecated.
- create(long...) - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
- create(Dimensions) - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
- create(IDataSetPrx, long[], CellLoader<T>) - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
Create writable image around existing empty Imaris dataset.
- create(IDataSetPrx, long[], CellLoader<T>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
- create(IDataSetPrx, long[]) - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
Create writable image around existing Imaris dataset.
- create(IDataSetPrx, long[], ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
- create(long[], T) - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
Deprecated.
- createCellGrid(long[], int[], Fraction) - Static method in class com.bitplane.xt.util.CellGridUtils
-
Creates a CellGrid
with the given dimensions
and cellDimensions
.
- createChannelColorTable(IDataSetPrx, int) - Static method in class com.bitplane.xt.util.ColorTableUtils
-
Create an imglib2 ColorTable8
for the given channel
of
dataset
.
- createChannelConverterToARGB(T, IDataSetPrx, int) - Static method in class com.bitplane.xt.util.ColorTableUtils
-
Construct a converters for the specified channel
with display
range and color set up according to Imaris.
- createDataset(T, int, int, int, int, int, ImarisDatasetOptions) - Method in class com.bitplane.xt.DefaultImarisApplication
-
- createDataset(T, DatasetDimensions, ImarisDatasetOptions) - Method in class com.bitplane.xt.DefaultImarisApplication
-
- createDataset(T, int, int, int, int, int, ImarisDatasetOptions) - Method in interface com.bitplane.xt.ImarisApplication
-
Create a new ImarisDataset
of the specified type
with the
specified dimensions.
- createDataset(T, int, int, int, int, int) - Method in interface com.bitplane.xt.ImarisApplication
-
- createDataset(T, DatasetDimensions, ImarisDatasetOptions) - Method in interface com.bitplane.xt.ImarisApplication
-
TODO
- createDataset(T, DatasetDimensions) - Method in interface com.bitplane.xt.ImarisApplication
-
TODO
- createDataset(IApplicationPrx, tType, DatasetDimensions) - Static method in class com.bitplane.xt.util.ImarisUtils
-
Create an Imaris dataset.
- createDataset(IApplicationPrx, tType, int...) - Static method in class com.bitplane.xt.util.ImarisUtils
-
Create an Imaris dataset.
- createMapDimensions(int[], long[]) - Static method in class com.bitplane.xt.util.MapDimensions
-
Tries to derive a mapDimensions
array matching the specified
Imaris and imglib2 dimension arrays.
- createWithCacheLoader(long[], CacheLoader<Long, Cell<A>>) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- createWithCacheLoader(Dimensions, CacheLoader<Long, Cell<A>>) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- createWithCacheLoader(long[], CacheLoader<Long, Cell<A>>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- createWithCacheLoader(Dimensions, CacheLoader<Long, Cell<A>>, ImarisCachedCellImgOptions) - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- get(Long) - Method in class com.bitplane.xt.img.ImarisLabelCache
-
- get(Long) - Method in class com.bitplane.xt.img.ImarisProbabilitiesCache
-
- get(int, int, int, int, int, int, int, int, int) - Method in interface com.bitplane.xt.util.GetDataSubVolume
-
Get sub-volume as flattened primitive array.
- get(Long) - Method in class com.bitplane.xt.util.ImarisLoader
-
- get(Long) - Method in class com.bitplane.xt.util.ImarisLoaderRemover
-
- get(int, long[], int[]) - Method in interface com.bitplane.xt.util.PixelSource
-
Get sub-volume as flattened array.
- getApplication() - Method in class com.bitplane.xt.DefaultImarisService
-
- getApplication() - Method in interface com.bitplane.xt.ImarisService
-
Get the first running Imaris instance, or null
if there are no
running instances.
- getApplication() - Method in class com.bitplane.xt.img.ImarisCachedCellImg
-
- getApplication() - Method in class com.bitplane.xt.img.ImarisCachedCellImgFactory
-
- getApplication() - Method in class com.bitplane.xt.img.ImarisCachedLabelImg
-
- getApplication() - Method in class com.bitplane.xt.img.ImarisCachedLabelImgFactory
-
- getApplication() - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImg
-
- getApplication() - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImgFactory
-
- getApplication() - Method in interface com.bitplane.xt.img.ImarisImg
-
Get the ImarisApplication
which holds (the backing cache for) this image.
- getApplicationByID(int) - Method in class com.bitplane.xt.DefaultImarisService
-
- getApplicationByID(int) - Method in interface com.bitplane.xt.ImarisService
-
Get the running Imaris instance with the specified ICE object ID.
- getApplicationID() - Method in class com.bitplane.xt.DefaultImarisApplication
-
- getApplicationID() - Method in interface com.bitplane.xt.ImarisApplication
-
Get the object ID of the underlying IApplication
ICE proxy.
- getApplications() - Method in class com.bitplane.xt.DefaultImarisService
-
- getApplications() - Method in interface com.bitplane.xt.ImarisService
-
Get list of all running Imaris instances.
- getAxisOrder() - Method in class com.bitplane.xt.DatasetDimensions
-
Returns the AxisOrder
of the ImgLib2 representation.
- getAxisOrder(CalibratedSpace<?>) - Static method in class com.bitplane.xt.util.AxisOrderUtils
-
- getCacheControl() - Method in class com.bitplane.xt.ImarisDataset
-
Get the SharedQueue
used for asynchronous loading of blocks from Imaris.
- getCalibration() - Method in class com.bitplane.xt.ImarisDataset
-
Get the physical calibration: unit, voxel size, and min in XYZ.
- getChannelColor(int) - Method in class com.bitplane.xt.ImarisDataset
-
Get the base color of a channel.
- getChannelColor(IDataSetPrx, int) - Static method in class com.bitplane.xt.util.ColorTableUtils
-
Get the base color of the given channel
of dataset
as an
imglib2 ARGBType
.
- getDataset() - Method in interface com.bitplane.xt.ImarisApplication
-
Get the first Imaris image as an ImarisDataset
.
- getDataset(ImarisDatasetOptions) - Method in interface com.bitplane.xt.ImarisApplication
-
Get the first Imaris image as an ImarisDataset
.
- getDatasetDimensions() - Method in class com.bitplane.xt.ImarisDataset
-
Get the size of the underlying
5D Imaris dataset and the mapping to dimensions of the ImgLib2
representation.
- GetDataSubVolume - Interface in com.bitplane.xt.util
-
Common generic interface for IDataSetPrx.GetPyramidDataBytes(int, int, int, int, int, int, int, int, int)
, IDataSetPrx.GetPyramidDataShorts(int, int, int, int, int, int, int, int, int)
, IDataSetPrx.GetPyramidDataFloats(int, int, int, int, int, int, int, int, int)
.
- getFilename() - Method in class com.bitplane.xt.ImarisDataset
-
Get the "Image > Filename"
parameter of the dataset.
- getIApplicationPrx() - Method in class com.bitplane.xt.DefaultImarisApplication
-
- getIApplicationPrx() - Method in interface com.bitplane.xt.ImarisApplication
-
Get the underlying IApplication
ICE proxy.
- getIDataSetPrx() - Method in class com.bitplane.xt.ImarisDataset
-
Get the underlying IDataSet
ICE proxy.
- getIDataSetPrx() - Method in class com.bitplane.xt.img.ImarisCachedCellImg
-
- getIDataSetPrx() - Method in class com.bitplane.xt.img.ImarisCachedLabelImg
-
- getIDataSetPrx() - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImg
-
- getIDataSetPrx() - Method in interface com.bitplane.xt.img.ImarisImg
-
Get the underlying IDataSet
ICE proxy.
- getImage(int, ImarisDatasetOptions) - Method in class com.bitplane.xt.DefaultImarisApplication
-
- getImage(int, ImarisDatasetOptions) - Method in interface com.bitplane.xt.ImarisApplication
-
Get the Imaris image at imageIndex
as an ImarisDataset
.
- getImage(int) - Method in interface com.bitplane.xt.ImarisApplication
-
Get the Imaris image at imageIndex
as an ImarisDataset
.
- getImarisDimensions() - Method in class com.bitplane.xt.DatasetDimensions
-
Returns the 5D dimensions of the dataset on the imaris side.
- getMapDimensions() - Method in class com.bitplane.xt.DatasetDimensions
-
Get the mapping between dimension indices in the Imaris and in the
ImgLib2 representation.
- getName() - Method in class com.bitplane.xt.ImarisDataset
-
Get the "Image > Name"
parameter of the dataset.
- getNumberOfImages() - Method in class com.bitplane.xt.DefaultImarisApplication
-
- getNumberOfImages() - Method in interface com.bitplane.xt.ImarisApplication
-
Get the number of images loaded in the application.
- getSources() - Method in class com.bitplane.xt.ImarisDataset
-
Get a list of BigDataViewer sources, one for each channel of the dataset.
- getType() - Method in class com.bitplane.xt.ImarisDataset
-
Get an instance of the pixel type.
- getVoxelDimensions(CalibratedSpace<?>) - Static method in class com.bitplane.xt.util.AxisOrderUtils
-
Get XYZ calibration of space
as VoxelDimensions
.
- grid - Variable in class com.bitplane.xt.util.ImarisLoader
-
- selectIntervalDimension(int) - Static method in class com.bitplane.xt.util.MapDimensions
-
Create a MapIntervalDimension
that selects the d
-th
element of any min
or size
vectors.
- set(Object, int, int, int, int, int, int, int, int) - Method in interface com.bitplane.xt.util.SetDataSubVolume
-
Set sub-volume as flattened primitive array.
- setCalibration(String, float, float, float, float, float, float) - Method in class com.bitplane.xt.ImarisDataset
-
Sets unit, voxel size, and min coordinate from Imaris extents.
- setCalibration(VoxelDimensions) - Method in class com.bitplane.xt.ImarisDataset
-
Set unit and voxel size.
- setCalibration(VoxelDimensions, double, double, double) - Method in class com.bitplane.xt.ImarisDataset
-
Sets unit, voxel size, and min coordinate.
- setCalibration(DatasetCalibration) - Method in class com.bitplane.xt.ImarisDataset
-
Sets unit, voxel size, and min coordinate.
- setDataset(ImarisDataset<?>) - Method in interface com.bitplane.xt.ImarisApplication
-
- SetDataSubVolume - Interface in com.bitplane.xt.util
-
Common generic interface for IDataSetPrx.SetDataSubVolumeAs1DArrayBytes(byte[], int, int, int, int, int, int, int, int)
, IDataSetPrx.SetDataSubVolumeAs1DArrayShorts(short[], int, int, int, int, int, int, int, int)
, IDataSetPrx.SetDataSubVolumeAs1DArrayFloats(float[], int, int, int, int, int, int, int, int)
.
- setImage(int, ImarisDataset<?>) - Method in class com.bitplane.xt.DefaultImarisApplication
-
- setImage(int, ImarisDataset<?>) - Method in interface com.bitplane.xt.ImarisApplication
-
Set an image to the application.
- setModified(boolean) - Method in class com.bitplane.xt.ImarisDataset
-
Set the modification flag of the Imaris dataset.
- shutdown() - Method in class com.bitplane.xt.img.ImarisCachedCellImg
-
- shutdown() - Method in class com.bitplane.xt.img.ImarisCachedLabelImg
-
- shutdown() - Method in class com.bitplane.xt.img.ImarisCachedProbabilitiesImg
-
- size(int[]) - Method in interface com.bitplane.xt.util.MapDimensions.SelectIntervalDimension
-
- sizeC() - Method in class com.bitplane.xt.DatasetDimensions
-
Returns the number of channels.
- sizeT() - Method in class com.bitplane.xt.DatasetDimensions
-
Returns the number of timepoints.
- sizeX() - Method in class com.bitplane.xt.DatasetDimensions
-
Returns the size along X.
- sizeY() - Method in class com.bitplane.xt.DatasetDimensions
-
Returns the size along Y.
- sizeZ() - Method in class com.bitplane.xt.DatasetDimensions
-
Returns the size along Z.