The CamiTK Core Viewer structure. More...
Classes | |
class | camitk::InteractiveViewer |
InteractiveViewer is used to view 3D objects and slices (anything that provides either a InterfaceBitMap or a InterfaceGeometry). More... | |
class | camitk::InteractiveViewerFrame |
InteractiveViewerFrame is the basic container for the InteractiveViewer widget. More... | |
class | camitk::Viewer |
Viewer is an abstract class that is the base class for all viewers. More... | |
class | camitk::ViewerDockStyle |
a specific style made for QDockWidget that adds an icon to the dock widget title More... | |
class | camitk::ViewerExtension |
This class describes what is a generic Action extension. 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.