public static class Generic_Resave_HDF5.Parameters extends Object
Constructor and Description |
---|
Parameters(boolean setMipmapManual,
int[][] resolutions,
int[][] subdivisions,
File seqFile,
File hdf5File,
boolean deflate,
boolean split,
int timepointsPerPartition,
int setupsPerPartition,
boolean onlyRunSingleJob,
int jobId,
int convertChoice,
double min,
double max) |
Modifier and Type | Method and Description |
---|---|
int |
getConvertChoice() |
boolean |
getDeflate() |
File |
getHDF5File() |
double |
getMax() |
double |
getMin() |
boolean |
getMipmapManual() |
int[][] |
getResolutions() |
File |
getSeqFile() |
int |
getSetupsPerPartition() |
boolean |
getSplit() |
int[][] |
getSubdivisions() |
int |
getTimepointsPerPartition() |
void |
setDeflate(boolean deflate) |
void |
setHDF5File(File hdf5File) |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setMipmapManual(boolean setMipmapManual) |
void |
setResolutions(int[][] resolutions) |
void |
setSeqFile(File seqFile) |
void |
setSetupsPerPartition(int setupsPerPartition) |
void |
setSplit(boolean split) |
void |
setSubdivisions(int[][] subdivisions) |
void |
setTimepointsPerPartition(int timepointsPerPartition) |
public void setSeqFile(File seqFile)
public void setHDF5File(File hdf5File)
public void setResolutions(int[][] resolutions)
public void setSubdivisions(int[][] subdivisions)
public void setMipmapManual(boolean setMipmapManual)
public void setDeflate(boolean deflate)
public void setSplit(boolean split)
public void setTimepointsPerPartition(int timepointsPerPartition)
public void setSetupsPerPartition(int setupsPerPartition)
public void setMin(double min)
public void setMax(double max)
public File getSeqFile()
public File getHDF5File()
public int[][] getResolutions()
public int[][] getSubdivisions()
public boolean getMipmapManual()
public boolean getDeflate()
public boolean getSplit()
public int getTimepointsPerPartition()
public int getSetupsPerPartition()
public int getConvertChoice()
public double getMin()
public double getMax()
Copyright © 2015–2021 Fiji. All rights reserved.