| Interface | Description |
|---|---|
| Analysis |
A result of a statistical operation.
|
| AnalysisPoint |
A point of interest.
|
| Cluster |
The result of a cluster operation.
|
| EditableHeader |
An EditableHeader is a header with editable fields.
|
| Histogram |
The result of a histogram operation.
|
| ImageTransform |
ImageTransform provides access to volume transform.
|
| ImageVolume |
ImageVolume is an interface that allows access to the image volume, with methods to get and put voxel values.
|
| LabelManager |
A LabelManager stores a series of labels.
|
| ReadableHeader |
A class that implements ReadableHeader can be registered with Mango to extend the types of image header formats that can be read.
|
| WritableHeader |
A class that implements WritableHeader can be registered with Mango to extend the types of image header formats that can be written.
|
| Class | Description |
|---|---|
| Coordinate |
Coordinate stores information about a point in space.
|
| Coordinate4D |
Coordinate4D extends Coordinate and includes a series dimension.
|
| EditableHeader.CodeOption |
A CodeOption consists of a code string and human-readable name.
|
| ImageBounds |
Stores image bounds.
|
| ImageDescription |
ImageDescription contains textual information describing the image.
|
| ImageDimensions |
ImageDimensions contains information related to image size in columns/rows/slices and x/y/z orientations, as well as timepoints and offset.
|
| ImageRange |
ImageRange stores information related to the value range of the image and value scaling.
|
| ImageType |
ImageType stores information related to data type and data mask.
|
| VoxelDimensions |
VoxelDimensions contains information related to voxel size in column/row/slice and x/y/z orientations, as well as temporal resolution and units.
|
| Exception | Description |
|---|---|
| InvalidHeaderException |
An exception class used to pass along specific error messages about why a file header cannot be read or is read successfully but found not to be valid.
|
| VolumeIOException |
An exception thrown when something goes wrong while reading or writing an image, not specifically associated with the header.
|