Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline Class Reference

#include <Modules/Loadable/Markups/VTKWidgets/vtkSlicerMarkupsWidgetRepresentation.h>

Public Member Functions

 ControlPointsPipeline ()
 
virtual ~ControlPointsPipeline ()
 

Public Attributes

vtkSmartPointer< vtkPoints > ControlPoints
 
vtkSmartPointer< vtkPolyData > ControlPointsPolyData
 
vtkSmartPointer< vtkMarkupsGlyphSource2DGlyphSource2D
 
vtkSmartPointer< vtkSphereSource > GlyphSourceSphere
 
vtkSmartPointer< vtkPoints > LabelControlPoints
 
vtkSmartPointer< vtkPolyData > LabelControlPointsPolyData
 
vtkSmartPointer< vtkStringArray > Labels
 
vtkSmartPointer< vtkStringArray > LabelsPriority
 
vtkSmartPointer< vtkPointSetToLabelHierarchy > PointSetToLabelHierarchyFilter
 
vtkSmartPointer< vtkTextProperty > TextProperty
 

Detailed Description

Definition at line 164 of file vtkSlicerMarkupsWidgetRepresentation.h.

Constructor & Destructor Documentation

◆ ControlPointsPipeline()

vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::ControlPointsPipeline ( )

◆ ~ControlPointsPipeline()

virtual vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::~ControlPointsPipeline ( )
virtual

Member Data Documentation

◆ ControlPoints

vtkSmartPointer<vtkPoints> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::ControlPoints

Definition at line 179 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ ControlPointsPolyData

vtkSmartPointer<vtkPolyData> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::ControlPointsPolyData

Definition at line 178 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ GlyphSource2D

vtkSmartPointer<vtkMarkupsGlyphSource2D> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::GlyphSource2D

Specify the glyph that is displayed at each control point position. Keep in mind that the shape will be aligned with the constraining plane by orienting it such that the x axis of the geometry lies along the normal of the plane.

Definition at line 175 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ GlyphSourceSphere

vtkSmartPointer<vtkSphereSource> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::GlyphSourceSphere

Definition at line 176 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ LabelControlPoints

vtkSmartPointer<vtkPoints> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::LabelControlPoints

Definition at line 181 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ LabelControlPointsPolyData

vtkSmartPointer<vtkPolyData> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::LabelControlPointsPolyData

Definition at line 180 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ Labels

vtkSmartPointer<vtkStringArray> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::Labels

Definition at line 183 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ LabelsPriority

vtkSmartPointer<vtkStringArray> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::LabelsPriority

Definition at line 184 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ PointSetToLabelHierarchyFilter

vtkSmartPointer<vtkPointSetToLabelHierarchy> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::PointSetToLabelHierarchyFilter

Definition at line 182 of file vtkSlicerMarkupsWidgetRepresentation.h.

◆ TextProperty

vtkSmartPointer<vtkTextProperty> vtkSlicerMarkupsWidgetRepresentation::ControlPointsPipeline::TextProperty

Definition at line 185 of file vtkSlicerMarkupsWidgetRepresentation.h.


The documentation for this class was generated from the following file: