Slicer 5.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D Class Reference

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

Public Member Functions

 LineIntersectionPointsPipeline2D (vtkAlgorithmOutput *glyphSourcePort, vtkProperty2D *property)
 
 ~LineIntersectionPointsPipeline2D ()=default
 

Public Attributes

vtkSmartPointer< vtkActor2D > Actor
 
vtkSmartPointer< vtkPoints > DisplayPoints
 
vtkSmartPointer< vtkGlyph2D > Glypher
 
vtkSmartPointer< vtkPolyDataMapper2D > Mapper
 
vtkSmartPointer< vtkPolyData > PointsPoly
 
vtkSmartPointer< vtkProperty2D > Property
 

Detailed Description

Per-glyph rendering pipeline for slice intersection points. Each instance holds the display points, polydata, glypher, mapper, and actor for one glyph type (entering = CircledCross, exiting = CircledPoint).

Definition at line 191 of file vtkSlicerMarkupsWidgetRepresentation2D.h.

Constructor & Destructor Documentation

◆ LineIntersectionPointsPipeline2D()

vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::LineIntersectionPointsPipeline2D ( vtkAlgorithmOutput * glyphSourcePort,
vtkProperty2D * property )

◆ ~LineIntersectionPointsPipeline2D()

vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::~LineIntersectionPointsPipeline2D ( )
default

Member Data Documentation

◆ Actor

vtkSmartPointer<vtkActor2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Actor

Definition at line 202 of file vtkSlicerMarkupsWidgetRepresentation2D.h.

◆ DisplayPoints

vtkSmartPointer<vtkPoints> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::DisplayPoints

Definition at line 197 of file vtkSlicerMarkupsWidgetRepresentation2D.h.

◆ Glypher

vtkSmartPointer<vtkGlyph2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Glypher

Definition at line 199 of file vtkSlicerMarkupsWidgetRepresentation2D.h.

◆ Mapper

vtkSmartPointer<vtkPolyDataMapper2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Mapper

Definition at line 200 of file vtkSlicerMarkupsWidgetRepresentation2D.h.

◆ PointsPoly

vtkSmartPointer<vtkPolyData> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::PointsPoly

Definition at line 198 of file vtkSlicerMarkupsWidgetRepresentation2D.h.

◆ Property

vtkSmartPointer<vtkProperty2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Property

Definition at line 201 of file vtkSlicerMarkupsWidgetRepresentation2D.h.


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