Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkSlicerMarkupsModuleVTKWidgetsExport.h"
#include "vtkMRMLAbstractWidgetRepresentation.h"
#include "vtkMRMLMarkupsDisplayNode.h"
#include "vtkMRMLMarkupsNode.h"
#include "vtkActor2D.h"
#include "vtkAppendPolyData.h"
#include "vtkArcSource.h"
#include "vtkArrowSource.h"
#include "vtkGlyph3D.h"
#include "vtkLookupTable.h"
#include "vtkMarkupsGlyphSource2D.h"
#include "vtkPointPlacer.h"
#include "vtkPointSetToLabelHierarchy.h"
#include "vtkPolyDataMapper2D.h"
#include "vtkProperty2D.h"
#include "vtkSmartPointer.h"
#include "vtkSphereSource.h"
#include "vtkTextActor.h"
#include "vtkTextProperty.h"
#include "vtkTensorGlyph.h"
#include "vtkTransform.h"
#include "vtkTransformPolyDataFilter.h"
#include "vtkTubeFilter.h"
Go to the source code of this file.
Classes | |
class | vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline |
struct | vtkSlicerMarkupsWidgetRepresentation::MarkupsInteractionPipeline::HandleInfo |
class | vtkSlicerMarkupsWidgetRepresentation::MarkupsInteractionPipeline |
class | vtkSlicerMarkupsWidgetRepresentation |
Class for rendering a markups node. More... | |