Interface | Description |
---|---|
DataSource |
Purpose:
General interface for source of multi-component voxel data, e.g.,
diffusion-weighted image data.
|
ModelPDF |
Purpose:
General interface for models for the diffusion displacement density
function.
|
Class | Description |
---|---|
BallStick |
Purpose:
Simple model for the diffusion displacement density function .
|
BootstrapDataSynthesizer |
Source of bootstrap data.
|
BootstrapDataSynthFromInput |
Source of bootstrap data.
|
BootstrapDataSynthFromSimulationInput |
Source of bootstrap data.
|
CylinderModel |
Purpose:
Simple model for the diffusion displacement density function in white matter with two
compartments.
|
DataSynthesizer |
Purpose:
Source of synthetic data.
|
DataSynthFromBallStickInput |
Purpose:
Class for synthesizing diffusion weighted data from ball and
stick model parameters read from an input stream.
|
DataSynthFromDT_Input |
Purpose:
Class for synthesizing diffusion weighted data from diffusion tensor
parameters read from an input stream.
|
DataSynthFromInput |
Purpose:
General class for synthesizing diffusion weighted data from model
parameters read from an input stream.
|
DataSynthFromMultiTensorInput |
Purpose:
Class for synthesizing diffusion weighted data from multi-tensor
parameters read from an input stream.
|
DataSynthFromThreeTensorInput |
Purpose:
Class for synthesizing diffusion weighted data from three-tensor
parameters read from an input stream.
|
DataSynthFromTwoTensorInput |
Purpose:
Class for synthesizing diffusion weighted data from two-tensor
parameters read from an input stream.
|
ExternalDataSource |
Purpose:
Base class for data sources of data from files and input streams.
|
GaussianMixture |
Purpose:
Simple model for the diffusion displacement density function .
|
MatlabArrayDataSource |
Purpose:
Base class for data sources of data from files and input streams.
|
OutputManager |
Purpose:
Handles output of data from various applications.
|
ScannerOrderDataSource |
Purpose:
Source of data from a scanner-order data file or standard input stream.
|
ScannerOrderScaledDataSource |
Like a regular ScannerOrderDataSource, except that it scales the input data.
|
StandardTestFunctions |
Purpose:
Implements standard test functions.
|
SyntheticBootstrapper |
Purpose:
Source of synthetic data bootstrapped from a small number of samples.
|
VoxelOrderDataSource |
Purpose:
Source of voxel order data from a data file or standard input stream.
|
VoxelOrderDW_DataSource |
Purpose:
Source of voxel order diffusion-weighted MRI data from a data file or
standard input.
|
VoxelOrderScaledDataSource |
Like a regular VoxelOrderDataSource, except that it scales the input data.
|
WildBootstrapDataSynth |
Provides wild bootstrap data.
|
WildBS_DT_DataSynth |
Provides wild bootstrap data based on diffusion tensor reconstruction.
|
Exception | Description |
---|---|
DataSourceException |
Purpose:
Exception class used by the DataSource interface.
|