Computer Assited Medical Intervention Tool Kit
version 4.1
|
The CamiTK Core Viewer structure. More...
Classes | |
class | camitk::ActionViewer |
ActionViewer is the viewer used to manage the actions. More... | |
class | camitk::Explorer |
Explorer window, display the list of all data currently opened in the application. More... | |
class | camitk::FrameExplorer |
Explorer window, display the list of all data currently opened in the application. More... | |
class | camitk::InteractiveViewer |
InteractiveViewer is used to view 3D objects and slices (anything that provides either a InterfaceBitMap or a InterfaceGeometry). More... | |
class | camitk::MedicalImageViewer |
The views manager. More... | |
class | camitk::PropertyExplorer |
The property explorer. More... | |
class | camitk::RendererWidget |
RendererWidget implements all support methods to use camiTK with Qt interface. More... | |
class | camitk::Viewer |
Viewer is an abstract viewer. More... | |
The CamiTK Core Viewer structure.
The Viewer class handles all the presentation and interaction logic (the View and Presenter part of the MVP). The CamiTK viewers are using either Qt widget or VTK renderer but are not limited to that. Viewers manage the user interactions and map them into calls to the interface methods of the components.