Modifier and Type | Field and Description |
---|---|
protected VoxelDimensions |
AbstractSpimSource.voxelDimensions |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
AbstractSpimSource.getVoxelDimensions() |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
FusionImageLoader.SetupLoader.getVoxelSize(int timepointId) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
WarpedSource.getVoxelDimensions() |
VoxelDimensions |
RenamableSource.getVoxelDimensions() |
VoxelDimensions |
BwRandomAccessibleIntervalSource.getVoxelDimensions() |
Constructor and Description |
---|
BwRandomAccessibleIntervalSource(RandomAccessibleInterval<T> img,
T type,
AffineTransform3D sourceTransform,
String name,
VoxelDimensions voxelDims) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
Hdf5ImageLoader.SetupImgLoader.getVoxelSize(int timepointId) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
N5ImageLoader.SetupImgLoader.getVoxelSize(int timepointId) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
LegacyViewerImgLoaderExtWrapper.SetupImgLoaderWrapper.getVoxelSize(int timepointId) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
TransformedSource.getVoxelDimensions() |
Modifier and Type | Field and Description |
---|---|
protected VoxelDimensions |
RandomAccessibleIntervalMipmapSource.voxelDimensions |
protected VoxelDimensions |
AbstractSource.voxelDimensions |
protected VoxelDimensions |
RealRandomAccessibleSource.voxelDimensions |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
VolatileRandomAccessibleIntervalMipmapSource.getVoxelDimensions() |
VoxelDimensions |
RandomAccessibleIntervalMipmapSource.getVoxelDimensions() |
VoxelDimensions |
PlaceHolderSource.getVoxelDimensions() |
VoxelDimensions |
AbstractSource.getVoxelDimensions() |
VoxelDimensions |
RealRandomAccessibleSource.getVoxelDimensions() |
Constructor and Description |
---|
AbstractSource(T type,
String name,
VoxelDimensions voxelDimensions) |
AbstractSource(T type,
String name,
VoxelDimensions voxelDimensions,
boolean doBoundingBoxCulling) |
RandomAccessibleIntervalMipmapSource(RandomAccessibleInterval<T>[] imgs,
T type,
double[][] mipmapScales,
VoxelDimensions voxelDimensions,
AffineTransform3D sourceTransform,
String name) |
RandomAccessibleIntervalMipmapSource(RandomAccessibleInterval<T>[] imgs,
T type,
double[][] mipmapScales,
VoxelDimensions voxelDimensions,
String name) |
RealRandomAccessibleSource(RealRandomAccessible<T> accessible,
T type,
String name,
VoxelDimensions voxelDimensions) |
RealRandomAccessibleSource(RealRandomAccessible<T> accessible,
T type,
String name,
VoxelDimensions voxelDimensions,
boolean doBoundingBoxIntersectionCheck) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
Source.getVoxelDimensions()
Get voxel size and unit for this source.
|
Modifier and Type | Field and Description |
---|---|
protected VoxelDimensions |
WarpMagnitudeSource.voxDims |
protected VoxelDimensions |
JacobianDeterminantSource.voxDims |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
WarpMagnitudeSource.getVoxelDimensions() |
VoxelDimensions |
JacobianDeterminantSource.getVoxelDimensions() |
VoxelDimensions |
GridSource.getVoxelDimensions() |
Modifier and Type | Method and Description |
---|---|
protected static VoxelDimensions |
XmlIoBasicViewSetup.getVoxelDimensions(org.jdom2.Element parent,
String name) |
protected static VoxelDimensions |
XmlIoBasicViewSetup.getVoxelDimensions(org.jdom2.Element parent,
String name,
VoxelDimensions defaultValue) |
VoxelDimensions |
BasicViewSetup.getVoxelSize()
Get the
VoxelDimensions of images from this setup. |
Modifier and Type | Method and Description |
---|---|
protected static VoxelDimensions |
XmlIoBasicViewSetup.getVoxelDimensions(org.jdom2.Element parent,
String name,
VoxelDimensions defaultValue) |
protected void |
BasicViewSetup.setVoxelSize(VoxelDimensions voxelSize) |
protected static org.jdom2.Element |
XmlIoBasicViewSetup.voxelDimensionsElement(String name,
VoxelDimensions voxelSize) |
Constructor and Description |
---|
BasicViewSetup(int id,
String name,
Dimensions size,
VoxelDimensions voxelSize) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
LegacyImgLoaderWrapper.SetupImgLoaderWrapper.getVoxelSize(int timepointId) |
VoxelDimensions |
LegacyImgLoader.getVoxelSize(ViewId view)
Get the voxel size of an image.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVoxelDimensions
A default implementation of
VoxelDimensions with
spacing of one for all dimensions and units of "pixel"s. |
class |
FinalVoxelDimensions
An implementation of
VoxelDimensions . |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
ViewSetup.getVoxelSize()
Get the
VoxelDimensions of images from this setup. |
VoxelDimensions |
SetupImgLoader.getVoxelSize(int timepointId)
Get the voxel size of an image.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewSetup.setVoxelSize(VoxelDimensions voxelSize)
Set the
VoxelDimensions of images from this setup. |
Constructor and Description |
---|
ViewSetup(int id,
String name,
Dimensions size,
VoxelDimensions voxelSize,
Channel channel,
Angle angle,
Illumination illumination)
TODO
|
ViewSetup(int id,
String name,
Dimensions size,
VoxelDimensions voxelSize,
Tile tile,
Channel channel,
Angle angle,
Illumination illumination)
TODO
|
Modifier and Type | Method and Description |
---|---|
int |
DifferenceOf.downsampleFactor(int downsampleXY,
int downsampleZ,
VoxelDimensions v) |
Modifier and Type | Method and Description |
---|---|
static VoxelDimensions |
ViewSetupUtils.getVoxelSize(BasicViewSetup setup) |
static VoxelDimensions |
ViewSetupUtils.getVoxelSizeOrLoad(BasicViewSetup setup,
TimePoint t,
ImgLoader loader) |
Modifier and Type | Method and Description |
---|---|
VoxelDimensions |
AbstractImgLoader.getVoxelSize(ViewId view) |
Copyright © 2015–2021 Fiji. All rights reserved.