|
creaImageIO_lib
|
| Abstract class to store user data on a Tree | |
| An attributed Tree structure | |
| Descriptor of an attribute of a node of a Tree (name, dicom group/element) | |
| Abstract definition of a comparator of Node | |
| Abstract Comparator whose order can be reversed | |
| Which performs lexicographical comparison | |
| Comparator which compares the values of a given Attribute of the Nodes which is decoded as an int value | |
| Comparator which compares the values of a given Attribute of the Nodes which is decoded as an float value | |
| Comparator which compares the values of a given Attribute of the Nodes which is decoded as a string value | |
| Compares the names of the patients | |
| Compares the sex of the patients | |
| Compares the birthdays of the patients | |
| Compares the dates of the studies | |
| Compares the description of the studies | |
| Compares the modality of the series | |
| Compares the description of the series | |
| Compares the date of the series | |
| Compares the number of the images | |
| Compares the location of the images | |
| Compares the filename of the images | |
| Descriptor of the structure of a Tree (number of levels, descriptors of each level, ...) | |
| Descriptor of a level of a Tree (name, attributes, ...) | |
| Abstract class to store user data on a Tree node | |
| Node of an attributed Tree structure | |
| Abstract image reader | |
| Concrete image reader for DICOM images | |
| Concrete image reader for DICOM images | |
| Central controler of the gimmick application | |
| Class used to represent the actual state of the image selected and to perform comparisons on its values | |
| Abstract class that handles views, attributes and previews (GUI) for Gimmick | |
| Generic image reader which uses all the specific concrete image reader of the lib (tif, jpg, dicom, ...) | |
| Indexed priority queues handled by binary trees | |
| Class that allows parallel lectures of several images | |
| Class that represents an image to be loaded | |
| ImageToLoadPtr comparator on filename (for image map) | |
| ImageToLoadPtr indexer for image queue | |
| ImageToLoadPtr comparator on inverse priority (for image to unload queue) | |
| ImageToLoadPtr comparator on priority (for image queue) | |
| ImageToLoadPtr indexer for to unload image queue | |
| Concrete TreeHandler which manages a Tree stored in a sqlite database | |
| Represents the list of currently added files | |
| Represents the list of currently removed files | |
| In charge of the synchronization of the database and the disk state | |
| Concrete TreeHandler which manages a Tree stored in a sqlite database | |
| Abstract class which 'handles' a Tree structure | |
| Object which can add images files to a TreeHandler. Is able to parse (recursively) a part of a filesystem to look for known images and load their attributes in order to add the images to a Tree (submission via a TreeHandler::AddBranch) | |
| Abstract class that handles the view of a Tree through its TreeHandler | |
| Concrete image reader for ultrasonix 'rf' files | |
| Concrete image reader based on a vtkImageReader2 | |
| Simple Wxwidgets interface to select file(s) or directory or from creaImageIO database to display | |
| Display all dicom tags from a given DICOM file | |
| Concrete derivative of GimmickView which implements a wxWidgets-based view | |
| Simple Wxwidgets interface to select file(s) or directory or from creaImageIO database to display | |
| Data stored by the list items | |
| Abstract class that handles the view of a Tree through its TreeHandler | |
| Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline | |