 camitk | |
  AbortException | Exception class to handle abortion in component instanciation |
  Action | Action class is an abstract class that enables you to build a action (generally on a component) |
  ActionExtension | This class describes what is a generic Action extension |
  ActionViewer | ActionViewer is the viewer used to manage the actions |
  ActionWidget | Build a default widget for a given action using its Qt properties |
  Application | The generic/default application |
  Component | A Component represents something that could be included in the explorer view, the interactive 3D viewer, and that could have or not a contextual popup menu (open by a right click in the explorer), a property dialog (to change some properties) Thus, a Component inherits from many abstract classes |
  ComponentExtension | This class describes what is a generic Component extension |
  ComponentPopupMenu | |
  ConsoleStream | Directly inspired by this place |
  Core | Core class specifies the basic static information for the CamiTK API |
  Explorer | Explorer window, display the list of all data currently opened in the application |
  ExtensionManager | This class is used to manage all plugins loaded by the application |
  GeometricObject | A geometric object allows to create geometric object (sphere, arrow, ...) that can be added directly in the scene using getActor() |
  Geometry | A 3D representation of a vtkPointSet to be displayed in a InteractiveViewer, this class implements the InterfaceGeometry |
  HistoryItem | HistoryItem class describes the entry of an action used in a pipeline, in the history |
  ImageComponent | |
  ImageComponentExtension | Abstract class created to support export file formats for ImageComponent Any data component plugin creating an ImageComponent should inherit from this class |
  InteractiveViewer | InteractiveViewer is used to view 3D objects and slices (anything that provides either a InterfaceBitMap or a InterfaceGeometry) |
  InteractiveViewerFrame | InteractiveViewerFrame is just a QFrame that delegates all key events to its InteractiveViewer |
  InterfaceBitMap | This class describes what are the methods to implement for a BitMap |
  InterfaceGeometry | This class describes what are the methods to implement for a Geometry (rendering parameters, input/output, filters, picking parameters...) |
  InterfaceNode | This class describe what are the methods to implement for a hierarchical tree node |
  InterfaceProperty | This class describe what are the methods to implement in order to manage dynamic properties |
  ItkProgressObserver | |
  Log | This class is a log utility |
  MainWindow | This Class is the base class for your application |
  MedicalDataOriginDialog | The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images (ImageComponent), typically using the marching cubes algorithm |
  MedicalImageViewer | The views manager |
  MeshComponent | Basic component to manage any kind of mesh |
  MeshComponentExtension | Abstract class created to support export file formats for MeshComponent Any data component plugin creating a MeshComponent should inherit from this class |
  ObjectController | The object controller class |
  ObjectControllerPrivate | |
  PlaneC | This class allows you to transform a plane(translation,rotation around an axis) and visualize it |
  PropertyExplorer | The property explorer |
  RendererWidget | RendererWidget implements all support methods to use camiTK with Qt interface |
   ScreenshotFormatInfo | Sub-class containing all information concerning exporting images (screenshot) |
  SettingsDialog | This class controls the settings dialog user interface |
  SingleImageComponent | This Component manages a set of images, destined to be seen in a single orientation only (axial OR sagittal OR coronal) |
  Slice | Display a slice (i.e |
  SliderSpinBoxWidget | A utility class to have QSpinBox and QSlider synchronized |
  SliderTextWidget | This widget allows you to use a slider with a lineedit in a Dialog Box |
  Viewer | Viewer is an abstract viewer |
 CMake | A pseudo-namespace used to group CMake macros and functions |
 itk | |
  ImageToVTKImageFilter | Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline |
  VTKImageToImageFilter | Converts a VTK image into an ITK image and plugs a vtk data pipeline to an ITK datapipeline |
 Ui | |