Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes
Collaboration diagram for Markups:

Classes

class  qMRMLMarkupsFiducialProjectionPropertyWidget
 
class  qSlicerMarkupsModule
 
class  qSlicerMarkupsModuleWidget
 
class  qSlicerMarkupsReader
 
class  vtkMRMLMarkupsClickCounter
 
class  vtkMRMLMarkupsDisplayableManager2D
 
class  vtkMRMLMarkupsDisplayableManager3D
 
class  vtkMRMLMarkupsDisplayableManagerHelper
 
class  vtkMRMLMarkupsDisplayNode
 
class  vtkMRMLMarkupsFiducialDisplayableManager2D
 
class  vtkMRMLMarkupsFiducialDisplayableManager3D
 
class  vtkMRMLMarkupsFiducialNode
 MRML node to represent a fiducial markup Fiducial Markups nodes contain a list of fiducial points. Visualization parameters are set in the vtkMRMLMarkupsDisplayNode class. More...
 
class  vtkMRMLMarkupsFiducialStorageNode
 
class  vtkMRMLMarkupsNode
 MRML node to represent a list of markups Markups nodes contains a list of markups that each contain a list of points. Visualization parameters for these nodes are controlled by the vtkMRMLMarkupsDisplayNode class. Each markup has a unique ID. Each markup is defined by a certain number of RAS points, 1 for fiducials, 2 for rulers, 3 for angles, etc. Each markup has an orientation defined by a quaternion. It's represented by a 4 element vector: [0] = the angle of rotation, [1,2,3] = the axis of rotation. Default is 0.0, 0.0, 0.0, 1.0 Each markup also has an associated node id, set when the markup is placed on a data set to link the markup to the volume or model. Each markup can also be individually un/selected, un/locked, in/visibile, and have a label (short, shown in the viewers) and description (longer, shown in the GUI). More...
 
class  vtkSlicerMarkupsLogic
 

Detailed Description

This module provides a GUI to manage Markup nodes, such as fiducials lists.