Package | Description |
---|---|
data | |
data.compartments | |
models.compartments | |
simulation |
Modifier and Type | Method and Description |
---|---|
static int |
ExternalDataSource.getDataTypeCode(java.lang.String s)
Converts a String indicating a primitive data type to an integer code for
that data type..
|
double[] |
VoxelOrderScaledDataSource.nextVoxel() |
double[] |
VoxelOrderDataSource.nextVoxel() |
double[] |
SyntheticBootstrapper.nextVoxel() |
double[] |
ScannerOrderScaledDataSource.nextVoxel() |
double[] |
ScannerOrderDataSource.nextVoxel() |
double[] |
MatlabArrayDataSource.nextVoxel() |
double[] |
DataSynthFromInput.nextVoxel() |
double[] |
DataSynthesizer.nextVoxel() |
double[] |
DataSource.nextVoxel()
Returns the data in the next voxel.
|
double[] |
BootstrapDataSynthesizer.nextVoxel() |
Modifier and Type | Method and Description |
---|---|
double[] |
CompartmentModel.nextVoxel()
interface for data synthesis.
|
Modifier and Type | Method and Description |
---|---|
double[] |
CompartmentModel.nextVoxel()
interface for data synthesis.
|
Modifier and Type | Method and Description |
---|---|
double[] |
DiffusionSimulation.nextVoxel()
initialises a simulation and runs the main loop before
constructing a
|