Package | Description |
---|---|
bdv | |
bdv.gui | |
bdv.ij | |
bdv.img | |
bdv.tools.boundingbox | |
bdv.tools.transformation | |
bdv.ui | |
bdv.ui.sourcegrouptree | |
bdv.ui.sourcetable | |
bdv.util | |
bdv.viewer | |
bdv.viewer.render | |
bdv.viewer.state | |
bigwarp |
Modifier and Type | Method and Description |
---|---|
static <T,V extends Volatile<T>> |
BigDataViewer.wrapWithTransformedSource(SourceAndConverter<T> soc)
Decorate source with an extra transformation, that can be edited manually
in this viewer.
|
Modifier and Type | Method and Description |
---|---|
static ConverterSetup |
BigDataViewer.createConverterSetup(SourceAndConverter<?> soc,
int setupId)
Create a
ConverterSetup for the given SourceAndConverter . |
static <T,V extends Volatile<T>> |
BigDataViewer.wrapWithTransformedSource(SourceAndConverter<T> soc)
Decorate source with an extra transformation, that can be edited manually
in this viewer.
|
Modifier and Type | Method and Description |
---|---|
static void |
BigDataViewer.initSetups(AbstractSpimData<?> spimData,
List<ConverterSetup> converterSetups,
List<SourceAndConverter<?>> sources) |
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) |
Constructor and Description |
---|
BigwarpLandmarkSelectionPanel(BigWarp.BigWarpData<T> data,
List<SourceAndConverter<T>> sources,
String fieldOfViewOption,
List<Interval> outputIntervalList,
List<String> matchedPtNames,
Interpolation interp,
double[] offsetIn,
double[] resolution,
boolean isVirtual,
int nThreads,
ProgressWriter progressWriter)
Displays a dialog showing point matches
|
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 | Method and Description |
---|---|
protected AbstractSpimData<?> |
OpenImagePlusPlugIn.load(ij.ImagePlus imp,
ArrayList<ConverterSetup> converterSetups,
ArrayList<SourceAndConverter<?>> sources,
int setup_id_offset) |
static <T> List<ij.ImagePlus> |
ApplyBigwarpPlugin.runExport(BigWarp.BigWarpData<T> data,
List<SourceAndConverter<T>> sources,
String fieldOfViewOption,
List<Interval> outputIntervalList,
List<String> matchedPtNames,
Interpolation interp,
double[] offsetIn,
double[] resolution,
boolean isVirtual,
int nThreads,
ProgressWriter progressWriter,
boolean show,
boolean wait,
ApplyBigwarpPlugin.WriteDestinationOptions writeOpts) |
<T> void |
BigWarpToDeformationFieldPlugIn.runFromBigWarpInstance(LandmarkTableModel landmarkModel,
List<SourceAndConverter<T>> sources,
int[] targetSourceIndexList) |
static <S,T extends NativeType<T> & NumericType<T>> |
ApplyBigwarpPlugin.runN5Export(BigWarp.BigWarpData<S> data,
List<SourceAndConverter<S>> sources,
String fieldOfViewOption,
Interval outputInterval,
Interpolation interp,
double[] offset,
double[] resolution,
String unit,
ProgressWriter progressWriter,
ApplyBigwarpPlugin.WriteDestinationOptions writeOpts,
ExecutorService exec) |
Modifier and Type | Method and Description |
---|---|
static <T> SourceAndConverter<T> |
WarpedSource.wrap(SourceAndConverter<T> wrap,
String name,
int ndims) |
Modifier and Type | Method and Description |
---|---|
static <T> SourceAndConverter<T> |
WarpedSource.wrap(SourceAndConverter<T> wrap,
String name,
int ndims) |
Modifier and Type | Field and Description |
---|---|
protected SourceAndConverter<UnsignedShortType> |
BoundingBoxDialog.boxSourceAndConverter
Deprecated.
|
Constructor and Description |
---|
ManualTransformation(List<SourceAndConverter<?>> sources) |
Modifier and Type | Method and Description |
---|---|
List<SourceAndConverter<?>> |
SourcesTransferable.SourceList.getSources() |
Constructor and Description |
---|
SourcesTransferable(Collection<SourceAndConverter<?>> sources) |
Modifier and Type | Method and Description |
---|---|
List<SourceAndConverter<?>> |
SourceGroupTree.getSelectedSources()
Get list of sources in selected groups.
|
Modifier and Type | Method and Description |
---|---|
List<SourceAndConverter<?>> |
SourceTable.getSelectedSources() |
Modifier and Type | Method and Description |
---|---|
List<SourceAndConverter<T>> |
BdvStackSource.getSources() |
Modifier and Type | Method and Description |
---|---|
static <T> BdvStackSource<T> |
BdvFunctions.show(SourceAndConverter<T> source) |
static <T> BdvStackSource<T> |
BdvFunctions.show(SourceAndConverter<T> source,
BdvOptions options) |
static <T> BdvStackSource<T> |
BdvFunctions.show(SourceAndConverter<T> source,
int numTimePoints) |
static <T> BdvStackSource<T> |
BdvFunctions.show(SourceAndConverter<T> soc,
int numTimepoints,
BdvOptions options) |
Modifier and Type | Method and Description |
---|---|
static <T> BdvStackSource<T> |
BdvFunctions.show(List<SourceAndConverter<T>> sources,
int numTimepoints,
BdvOptions options) |
Constructor and Description |
---|
BdvOverlaySource(BdvHandle bdv,
int numTimepoints,
PlaceHolderConverterSetup setup,
SourceAndConverter<Void> source,
PlaceHolderOverlayInfo info,
O overlay) |
BdvPointsSource(BdvHandle bdv,
int numTimepoints,
PlaceHolderConverterSetup setup,
SourceAndConverter<Void> source,
PlaceHolderOverlayInfo info,
PointsOverlay overlay) |
BdvVirtualChannelSource(BdvHandle bdv,
int numTimepoints,
PlaceHolderConverterSetup setup,
SourceAndConverter<ARGBType> source,
PlaceHolderOverlayInfo info,
bdv.util.VirtualChannels.ChannelSourceCoordinator coordinator) |
PlaceHolderOverlayInfo(ViewerPanel viewer,
SourceAndConverter<?> source,
ConverterSetup converterSetup) |
Constructor and Description |
---|
BdvStackSource(BdvHandle bdv,
int numTimepoints,
T type,
List<ConverterSetup> converterSetups,
List<SourceAndConverter<T>> sources) |
Modifier and Type | Field and Description |
---|---|
protected SourceAndConverter<? extends Volatile<T>> |
SourceAndConverter.volatileSourceAndConverter |
Modifier and Type | Field and Description |
---|---|
protected List<SourceAndConverter<?>> |
BigWarpViewerPanel.sources |
Modifier and Type | Method and Description |
---|---|
SourceAndConverter<? extends Volatile<T>> |
SourceAndConverter.asVolatile() |
SourceAndConverter<?> |
ViewerState.getCurrentSource()
Get the current source.
|
SourceAndConverter<?> |
SynchronizedViewerState.getCurrentSource()
Get the current source.
|
SourceAndConverter<?> |
BasicViewerState.getCurrentSource()
Get the current source.
|
SourceAndConverter<?> |
SourceToConverterSetupBimap.getSource(ConverterSetup converterSetup) |
SourceAndConverter<?> |
ConverterSetups.getSource(ConverterSetup setup) |
Modifier and Type | Method and Description |
---|---|
Set<SourceAndConverter<?>> |
ViewerState.getActiveSources()
Get the set of active sources.
|
Set<SourceAndConverter<?>> |
SynchronizedViewerState.getActiveSources()
Get the set of active sources.
|
Set<SourceAndConverter<?>> |
BasicViewerState.getActiveSources()
Get the set of active sources.
|
List<SourceAndConverter<?>> |
ViewerState.getSources()
Get the list of sources.
|
List<SourceAndConverter<?>> |
SynchronizedViewerState.getSources()
Get the list of sources.
|
List<SourceAndConverter<?>> |
BasicViewerState.getSources()
Get the list of sources.
|
Set<SourceAndConverter<?>> |
ViewerState.getSourcesInGroup(SourceGroup group)
Get the set sources in
group . |
Set<SourceAndConverter<?>> |
SynchronizedViewerState.getSourcesInGroup(SourceGroup group)
Get the set sources in
group . |
Set<SourceAndConverter<?>> |
BasicViewerState.getSourcesInGroup(SourceGroup group)
Get the set sources in
group . |
Set<SourceAndConverter<?>> |
ViewerState.getVisibleAndPresentSources()
Get the set of visible sources that also provide image data for the
current timepoint.
|
Set<SourceAndConverter<?>> |
SynchronizedViewerState.getVisibleAndPresentSources()
Get the set of visible sources that also provide image data for the
current timepoint.
|
Set<SourceAndConverter<?>> |
BasicViewerState.getVisibleAndPresentSources()
Get the set of visible sources that also provide image data for the
current timepoint.
|
Set<SourceAndConverter<?>> |
ViewerState.getVisibleSources()
Get the set of visible sources.
|
Set<SourceAndConverter<?>> |
SynchronizedViewerState.getVisibleSources()
Get the set of visible sources.
|
Set<SourceAndConverter<?>> |
BasicViewerState.getVisibleSources()
Get the set of visible sources.
|
Comparator<SourceAndConverter<?>> |
ViewerState.sourceOrder()
Returns a
Comparator that compares sources according to the order
in which they occur in the sources list. |
Comparator<SourceAndConverter<?>> |
SynchronizedViewerState.sourceOrder()
Returns a
Comparator that compares sources according to the order
in which they occur in the sources list. |
Comparator<SourceAndConverter<?>> |
BasicViewerState.sourceOrder()
Returns a
Comparator that compares sources according to the order
in which they occur in the sources list. |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewerState.addSource(SourceAndConverter<?> source)
Add
source to the state (optional operation). |
void |
ViewerPanel.addSource(SourceAndConverter<?> sourceAndConverter)
Deprecated.
Modify
ViewerPanel.state() directly |
boolean |
SynchronizedViewerState.addSource(SourceAndConverter<?> source)
Add
source to the state. |
boolean |
BasicViewerState.addSource(SourceAndConverter<?> source)
Add
source to the state. |
boolean |
ViewerState.addSourceToGroup(SourceAndConverter<?> source,
SourceGroup group)
Add
source to group (optional operation). |
boolean |
SynchronizedViewerState.addSourceToGroup(SourceAndConverter<?> source,
SourceGroup group)
Add
source to group . |
boolean |
BasicViewerState.addSourceToGroup(SourceAndConverter<?> source,
SourceGroup group)
Add
source to group . |
boolean |
ViewerState.containsSource(SourceAndConverter<?> source)
Check whether the state contains the
source . |
boolean |
SynchronizedViewerState.containsSource(SourceAndConverter<?> source)
Check whether the state contains the
source . |
boolean |
BasicViewerState.containsSource(SourceAndConverter<?> source)
Check whether the state contains the
source . |
ConverterSetup |
SourceToConverterSetupBimap.getConverterSetup(SourceAndConverter<?> source) |
ConverterSetup |
ConverterSetups.getConverterSetup(SourceAndConverter<?> source) |
boolean |
ViewerState.isCurrentSource(SourceAndConverter<?> source)
Returns
true if source is the current source. |
boolean |
SynchronizedViewerState.isCurrentSource(SourceAndConverter<?> source)
Returns
true if source is the current source. |
boolean |
BasicViewerState.isCurrentSource(SourceAndConverter<?> source)
Returns
true if source is the current source. |
boolean |
ViewerState.isSourceActive(SourceAndConverter<?> source)
Check whether the given
source is active. |
boolean |
SynchronizedViewerState.isSourceActive(SourceAndConverter<?> source)
Check whether the given
source is active. |
boolean |
BasicViewerState.isSourceActive(SourceAndConverter<?> source)
Check whether the given
source is active. |
boolean |
ViewerState.isSourceVisible(SourceAndConverter<?> source)
Check whether the given
source is visible. |
boolean |
SynchronizedViewerState.isSourceVisible(SourceAndConverter<?> source)
Check whether the given
source is visible. |
boolean |
BasicViewerState.isSourceVisible(SourceAndConverter<?> source)
Check whether the given
source is visible. |
boolean |
ViewerState.isSourceVisibleAndPresent(SourceAndConverter<?> source)
Check whether the given
source is both visible and provides image
data for the current timepoint. |
boolean |
SynchronizedViewerState.isSourceVisibleAndPresent(SourceAndConverter<?> source)
Check whether the given
source is both visible and provides image
data for the current timepoint. |
boolean |
BasicViewerState.isSourceVisibleAndPresent(SourceAndConverter<?> source)
Check whether the given
source is both visible and provides image
data for the current timepoint. |
void |
ConverterSetups.put(SourceAndConverter<?> source,
ConverterSetup setup) |
boolean |
ViewerState.removeSource(SourceAndConverter<?> source)
Remove
source from the state (optional operation). |
boolean |
SynchronizedViewerState.removeSource(SourceAndConverter<?> source)
Remove
source from the state. |
boolean |
BasicViewerState.removeSource(SourceAndConverter<?> source)
Remove
source from the state. |
boolean |
ViewerState.removeSourceFromGroup(SourceAndConverter<?> source,
SourceGroup group)
Remove
source from group (optional operation). |
boolean |
SynchronizedViewerState.removeSourceFromGroup(SourceAndConverter<?> source,
SourceGroup group)
Remove
source from group . |
boolean |
BasicViewerState.removeSourceFromGroup(SourceAndConverter<?> source,
SourceGroup group)
Remove
source from group . |
boolean |
ViewerState.setCurrentSource(SourceAndConverter<?> source)
Make
source the current source (optional operation). |
boolean |
SynchronizedViewerState.setCurrentSource(SourceAndConverter<?> source)
Make
source the current source. |
boolean |
BasicViewerState.setCurrentSource(SourceAndConverter<?> source)
Make
source the current source. |
boolean |
ViewerState.setSourceActive(SourceAndConverter<?> source,
boolean active)
Set
source active or inactive (optional operation). |
boolean |
SynchronizedViewerState.setSourceActive(SourceAndConverter<?> source,
boolean active)
Set
source active or inactive. |
boolean |
BasicViewerState.setSourceActive(SourceAndConverter<?> source,
boolean active)
Set
source active or inactive. |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewerState.addSources(Collection<? extends SourceAndConverter<?>> collection)
Add all sources in
collection to the state (optional operation). |
boolean |
SynchronizedViewerState.addSources(Collection<? extends SourceAndConverter<?>> collection)
Add all sources in
collection to the state. |
boolean |
BasicViewerState.addSources(Collection<? extends SourceAndConverter<?>> collection)
Add all sources in
collection to the state. |
void |
ViewerPanel.addSources(Collection<SourceAndConverter<?>> sourceAndConverter)
Deprecated.
Modify
ViewerPanel.state() directly |
boolean |
ViewerState.addSourcesToGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Add all sources in
collection to group (optional
operation). |
boolean |
SynchronizedViewerState.addSourcesToGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Add all sources in
collection to group . |
boolean |
BasicViewerState.addSourcesToGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Add all sources in
collection to group . |
default List<ConverterSetup> |
SourceToConverterSetupBimap.getConverterSetups(List<? extends SourceAndConverter<?>> sources)
Returns list of all non-
null ConverterSetups associated to
sources . |
boolean |
ViewerState.removeSources(Collection<? extends SourceAndConverter<?>> collection)
Remove all sources in
collection from the state (optional
operation). |
boolean |
SynchronizedViewerState.removeSources(Collection<? extends SourceAndConverter<?>> collection)
Remove all sources in
collection from the state. |
boolean |
BasicViewerState.removeSources(Collection<? extends SourceAndConverter<?>> collection)
Remove all sources in
collection from the state. |
boolean |
ViewerState.removeSourcesFromGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Remove all sources in
collection from group (optional
operation). |
boolean |
SynchronizedViewerState.removeSourcesFromGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Remove all sources in
collection from group . |
boolean |
BasicViewerState.removeSourcesFromGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Remove all sources in
collection from group . |
boolean |
ViewerState.setSourcesActive(Collection<? extends SourceAndConverter<?>> collection,
boolean active)
Set all sources in
collection active or inactive (optional
operation). |
boolean |
SynchronizedViewerState.setSourcesActive(Collection<? extends SourceAndConverter<?>> collection,
boolean active)
Set all sources in
collection active or inactive. |
boolean |
BasicViewerState.setSourcesActive(Collection<? extends SourceAndConverter<?>> collection,
boolean active)
Set all sources in
collection active or inactive. |
Constructor and Description |
---|
SourceAndConverter(Source<T> spimSource,
Converter<T,ARGBType> converter,
SourceAndConverter<? extends Volatile<T>> volatileSourceAndConverter) |
SourceAndConverter(SourceAndConverter<T> soc)
copy constructor
|
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) |
Modifier and Type | Method and Description |
---|---|
default VolatileProjector |
AccumulateProjectorFactory.createProjector(List<VolatileProjector> sourceProjectors,
List<SourceAndConverter<?>> sources,
List<? extends RandomAccessible<? extends A>> sourceScreenImages,
RandomAccessibleInterval<A> targetScreenImage,
int numThreads,
ExecutorService executorService) |
Modifier and Type | Class and Description |
---|---|
class |
SourceState<T>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SourceAndConverter<?> |
SourceState.getHandle()
Deprecated.
Get the SourceAndConverter that this SourceState represents.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewerState.addSource(SourceAndConverter<?> source)
Deprecated.
|
static <T> SourceState<T> |
SourceState.create(SourceAndConverter<T> soc,
ViewerState owner)
Deprecated.
Create a
SourceState from a SourceAndConverter . |
Constructor and Description |
---|
SourceState(SourceAndConverter<T> soc,
ViewerState owner)
Deprecated.
|
SourceState(SourceAndConverter<T> soc,
ViewerState owner,
SourceAndConverter<?> handle)
Deprecated.
|
SourceState(SourceAndConverter<T> soc,
ViewerState owner,
SourceAndConverter<?> handle)
Deprecated.
|
Constructor and Description |
---|
ViewerState(List<SourceAndConverter<?>> sources,
int numTimePoints)
Deprecated.
|
ViewerState(List<SourceAndConverter<?>> sources,
List<SourceGroup> sourceGroups,
int numTimePoints)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected SourceAndConverter<FloatType> |
BigWarp.gridSource |
protected SourceAndConverter<FloatType> |
BigWarp.jacDetSource |
protected SourceAndConverter<FloatType> |
BigWarp.warpMagSource |
Modifier and Type | Field and Description |
---|---|
HashMap<SourceAndConverter<?>,ImagePlusLoader.ColorSettings> |
BigWarp.BigWarpData.sourceColorSettings |
protected List<SourceAndConverter<T>> |
BigWarpExporter.sources |
protected List<SourceAndConverter<T>> |
BigWarp.sources |
List<SourceAndConverter<T>> |
BigWarp.BigWarpData.sources |
Modifier and Type | Method and Description |
---|---|
List<SourceAndConverter<T>> |
BigWarp.getSources() |
static ArrayList<SourceAndConverter<?>> |
BigWarpInit.wrapSourcesAsRenamable(List<SourceAndConverter<?>> sources,
String[] names) |
static <T> List<SourceAndConverter<T>> |
BigWarp.wrapSourcesAsTransformed(List<SourceAndConverter<T>> sources,
int ndims,
BigWarp.BigWarpData<?> data) |
Modifier and Type | Method and Description |
---|---|
<T> RandomAccessibleInterval<T> |
BigWarpExporter.exportSource(SourceAndConverter<T> src) |
Modifier and Type | Method and Description |
---|---|
static <T> int |
BigWarp.detectNumDims(List<SourceAndConverter<T>> sources)
The display will be in 3d if any of the input sources are 3d.
|
static <T> BigWarpExporter<?> |
BigWarpExporter.getExporter(BigWarp.BigWarpData<T> bwData,
List<SourceAndConverter<T>> transformedSources,
Interpolation interp,
ProgressWriter progressWriter) |
static void |
BigWarpInit.initSetup(Source<?> src,
int setupId,
List<ConverterSetup> converterSetups,
List<SourceAndConverter<?>> sources) |
static void |
BigWarpInit.initSetups(AbstractSpimData<?> spimData,
List<ConverterSetup> converterSetups,
List<SourceAndConverter<?>> sources) |
static void |
BigWarpInit.initSourceARGB(Source<ARGBType> src,
int setupId,
List<ConverterSetup> converterSetups,
List<SourceAndConverter<?>> sources) |
static <T extends RealType<T>> |
BigWarpInit.initSourceReal(Source<T> src,
int setupId,
List<ConverterSetup> converterSetups,
List<SourceAndConverter<?>> sources) |
static boolean |
BigWarpARGBExporter.isTypeListFullyConsistent(ArrayList<SourceAndConverter<?>> sources,
int[] movingSourceIndexList)
Returns true if moving image sources are all of the same type.
|
static <T> boolean |
BigWarpRealExporter.isTypeListFullyConsistent(List<SourceAndConverter<T>> sources,
int[] movingSourceIndexList)
Returns true if moving image sources are all of the same type.
|
static ArrayList<SourceAndConverter<?>> |
BigWarpInit.wrapSourcesAsRenamable(List<SourceAndConverter<?>> sources,
String[] names) |
static <T> List<SourceAndConverter<T>> |
BigWarp.wrapSourcesAsTransformed(List<SourceAndConverter<T>> sources,
int ndims,
BigWarp.BigWarpData<?> data) |
Constructor and Description |
---|
BigWarpARGBExporter(List<SourceAndConverter<ARGBType>> sources,
List<ConverterSetup> convSetups,
int[] movingSourceIndexList,
int[] targetSourceIndexList,
Interpolation interp,
ProgressWriter progress) |
BigWarpData(List<SourceAndConverter<T>> sources,
List<ConverterSetup> converterSetups,
CacheControl cache,
int[] movingSourceIndices,
int[] targetSourceIndices) |
BigWarpExporter(List<SourceAndConverter<T>> sourcesIn,
List<ConverterSetup> convSetups,
int[] movingSourceIndexList,
int[] targetSourceIndexList,
Interpolation interp,
ProgressWriter progress) |
BigWarpRealExporter(List<SourceAndConverter<T>> sources,
List<ConverterSetup> convSetups,
int[] movingSourceIndexList,
int[] targetSourceIndexList,
Interpolation interp,
T baseType,
boolean needConversion,
ProgressWriter progress) |
BigWarpRealExporter(List<SourceAndConverter<T>> sources,
List<ConverterSetup> convSetups,
int[] movingSourceIndexList,
int[] targetSourceIndexList,
Interpolation interp,
T baseType,
ProgressWriter progress) |
Copyright © 2015–2021 Fiji. All rights reserved.