AboutDialog | Dialog providing Information about the Program, Authors, Licence, Contributers etc |
AboutDialogBase | |
Algorithm | The abstract algorithm interface |
AlgorithmConfig | Configuration for algorithms. Contains a container of AlgorithmDefinition s as well as methods to access them and a list of present algorithm names |
AlgorithmDefinition | A single algorithm's definition as read from the configuration XML |
AlgorithmFactory | The algorithm factory is responsible for creating new instances of Algorithms, Configrations and ConfigWidgets |
AlgorithmFactoryException | Exceptions of the algorithm factory |
AlgorithmInterface | Defines the interface an algorithm plugin has |
AlgorithmNotFoundException | Exception that is thrown if an algorithm is not found |
AlgorithmSettingsWidget | User interface for the settings concerning the algorithms |
AlgorithmSettingsWidgetBase | |
AlgorithmWidget | The GUI widget for algorithm selection and configuration |
AlgorithmWidgetBase | |
AnalyzeDataIO | The data importer / exporter for the ANALYZE data format |
ChooseDatasetsDialog | Provides an Interface where all the currently loaded datasets can be selected |
ChooseViewsDialog | Dialog to enable customized overviews |
ChooseViewsDialogBase | |
ConfigHandler | Handler doing the actual parsing of iMEDgine's configuration.xml file which defines Algorithms and their properties |
ConfigParser | Parser providing a method to parse iMEDgines configuration.xml file |
Configuration | Base class for configuration properties of an algorithm |
ConfigWidget | The base class for displaying a widget where users may set algorithm configuration options via gui interaction |
Controller | The main application control |
CustomWindowLevelField | User interface for settings concerning window and level |
CustomWindowLevelFieldBase | |
DataIO | The interface for data importer/exporters |
DataIOFactory | The factory that provides concrete data importers / exporters given a file extension |
Dataset | The abstract interface for arbitrary datasets |
DatasetConfigurationTabWidget | Manages the tab widget for the dataset specific configuration |
DatasetConfigurationWidgetBase | |
DatasetDefinition | Definition of a single dataset with id, name and dimensions, as read from configuration XML |
DatasetItem | Custom class that inherits QListWidgetItem |
DatasetNotFoundException | Exception for cases when datasets with a given key are not found |
DatasetsViewer | ListWidget which shows the loaded datasets |
DataViewMediator | Mediator between datasets and their dependent views |
Exception | The base class for the exceptions |
FirstStartSettingsDialog | Provides an interface for initial settings |
FirstStartSettingsDialogBase | |
FormatNotSupportedException | Exception that is thrown when a format is not supported |
FourByteImagePixelDataset | Datasets with 2 dimensions and a pixel type of size 4 |
FourByteVolumePixelDataset | Pixel datasets with 3 dimensions and an internal pixel type of size four |
ImagePixelDataset | Datasets with 2 dimensions |
ImagePixelView | The class for a view of an 2 dimensional pixel image |
ImedgineImageViewer | The viewer used to display pixel images |
ImedgineSliceViewer | The viewer used to display pixel image slices |
ImedgineSpatialViewer | The viewer used to display renderings of three dimensional pixel datasets |
ImedgineViewer | The interface of all viewers (examiner viewers) |
IndexOutOfBoundsException | Exception that is thrown if an index gets out of bounds |
InputDatasetAttributes | The attributes of an input dataset |
InvalidCastException | Exception for invalid dynamic casts |
MainWindow | The GUI for the main window of imedgine |
Metadata | The abstract interface for arbitrary metadata |
MetadataNotFoundException | Exception that is thrown if metadata is not found |
MetaVolumePixelDataViewer | The viewer that manages communication with the 3D voxel dataset metadata view |
MetaVolumePixelView | A view that shows meta information about a 3 dimensional pixel dataset |
NullPointerException | Exception that is thrown if a null pointer occurs |
OneByteImagePixelDataset | Datasets with 2 dimensions and a pixel type of size 1 |
OneByteVolumePixelDataset | Pixel datasets with 3 dimensions and an internal pixel type of size one byte |
PixelDataset | The interface for pixel datasets |
PixelMetadata | The abstract interface for arbitrary metadata |
PixelView | The interface for all views of pixel datasets |
PolylineROI | The class is responsible for creating and handling polyline region of interests |
ROIBase | The base call for region of interests |
Settings | Singelton that provides global acces to setting |
SettingsDialog | Provides the UI for the settings |
SettingsWidgetInterface | Interface for all settings widgets |
SlicePixelView | The interface for all three types of slice views (XY, XZ, YZ) of three dimensional voxel datasets |
SpatialPixelView | The view that displays renderings of 3 dimensional pixel datasets |
TabOrganizer | Organizes the tabbing, provides the close and open buttons |
TestAlgorithm | Test of algorithm interface, a dummy algorithm |
TestAlgorithmPlugin | Concrete plugin for ThresholdAlgorithm, providing the methods to create ThresholdAlgorithm, ThresholdConfiguration and ThresholdConfigWidget |
TestConfiguration | Test of configuration interface |
TestConfigWidget | |
ThresholdAlgorithm | An algorithm that sets the values of all pixel that are beyond a user defined value range to a user defined default pixel value |
ThresholdConfiguration | The configuration settings that a ThresholdAlgorithm needs and that are set with a ThresholdConfigWidget |
ThresholdConfigWidget | Implementation of ConfigWidget for the ThresholdAlgorithm. Provides sliders to set minimum, maximum and default grey values |
ThresholdPlugin | Concrete plugin for TestAlgorithm, providing the methods to create TestAlgorithm, TestConfiguration and TestConfigWidget |
TwoByteImagePixelDataset | Datasets with 2 dimensions and a pixel type of size 2 |
TwoByteVolumePixelDataset | Pixel datasets with 3 dimensions and an internal pixel type of size two |
Ui_AboutDialogBase | |
Ui_AlgorithmSettingsWidgetBase | |
Ui_AlgorithmWidgetBase | |
Ui_ChooseViewsDialogBase | |
Ui_CustomWindowLevelFieldBase | |
Ui_DatasetConfigurationWidgetBase | |
Ui_FirstStartSettingsDialogBase | |
Ui_WindowLevelSettingsWidgetBase | |
View | The interface of all views |
ViewContainerWidget | This widget is used to manage a given number of views and place it into the GUI |
ViewFactory | Factory that returns the views TODO: Describe me |
VolumePixelDataset | Pixel datasets with 3 dimensions |
VolumePixelView | The interface for all views of 3 dimensional pixel datasets |
WindowLevelSettingsWidget | The user interface concerning the settings of window and level |
WindowLevelSettingsWidgetBase | |
XYSliceView | The interface for XY slice views of three dimensional voxel datasets |
XZSliceView | The interface for XZ slice views of three dimensional voxel datasets |
YZSliceView | The interface for YZ slice views of three dimensional voxel datasets |