|
Slicer 5.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#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 |
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.
| vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::LineIntersectionPointsPipeline2D | ( | vtkAlgorithmOutput * | glyphSourcePort, |
| vtkProperty2D * | property ) |
|
default |
| vtkSmartPointer<vtkActor2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Actor |
Definition at line 202 of file vtkSlicerMarkupsWidgetRepresentation2D.h.
| vtkSmartPointer<vtkPoints> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::DisplayPoints |
Definition at line 197 of file vtkSlicerMarkupsWidgetRepresentation2D.h.
| vtkSmartPointer<vtkGlyph2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Glypher |
Definition at line 199 of file vtkSlicerMarkupsWidgetRepresentation2D.h.
| vtkSmartPointer<vtkPolyDataMapper2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Mapper |
Definition at line 200 of file vtkSlicerMarkupsWidgetRepresentation2D.h.
| vtkSmartPointer<vtkPolyData> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::PointsPoly |
Definition at line 198 of file vtkSlicerMarkupsWidgetRepresentation2D.h.
| vtkSmartPointer<vtkProperty2D> vtkSlicerMarkupsWidgetRepresentation2D::LineIntersectionPointsPipeline2D::Property |
Definition at line 201 of file vtkSlicerMarkupsWidgetRepresentation2D.h.