Slicer 5.9
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
vtkMRMLInteractionWidgetRepresentation::InteractionPipeline Class Reference

#include <Libs/MRML/DisplayableManager/vtkMRMLInteractionWidgetRepresentation.h>

Public Member Functions

 InteractionPipeline ()
 
virtual ~InteractionPipeline ()
 

Public Attributes

vtkSmartPointer< vtkActor > Actor3D
 
vtkSmartPointer< vtkAppendPolyData > Append
 
vtkSmartPointer< vtkPolyData > ArrowOutlinePolyData
 
vtkSmartPointer< vtkPolyData > ArrowPolyData
 
vtkSmartPointer< vtkPolyData > CircleOutlinePolyData
 
vtkSmartPointer< vtkPolyData > CirclePolyData
 
vtkSmartPointer< vtkLookupTable > ColorTable
 
std::map< std::pair< int, int >, vtkSmartPointer< vtkPolyData > > HandleGlyphPolyDataMap
 
std::map< std::pair< int, int >, vtkSmartPointer< vtkPolyData > > HandleOutlineGlyphPolyDataMap
 
vtkSmartPointer< vtkTransform > HandleToWorldTransform
 
vtkSmartPointer< vtkTransformPolyDataFilter > HandleToWorldTransformFilter
 
vtkSmartPointer< vtkPolyDataMapper > Mapper3D
 
vtkSmartPointer< vtkProperty > Property3D
 
vtkSmartPointer< vtkPolyData > RingOutlinePolyData
 
vtkSmartPointer< vtkPolyData > RingPolyData
 
vtkSmartPointer< vtkPolyData > RotationHandlePoints
 
vtkSmartPointer< vtkPolyData > ScaleHandlePoints
 
vtkSmartPointer< vtkPolyData > TranslationHandlePoints
 
vtkSmartPointer< vtkTransform > WorldToSliceTransform
 
vtkSmartPointer< vtkTransformPolyDataFilter > WorldToSliceTransformFilter
 

Detailed Description

Definition at line 197 of file vtkMRMLInteractionWidgetRepresentation.h.

Constructor & Destructor Documentation

◆ InteractionPipeline()

vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::InteractionPipeline ( )

◆ ~InteractionPipeline()

virtual vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::~InteractionPipeline ( )
virtual

Member Data Documentation

◆ Actor3D

vtkSmartPointer<vtkActor> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::Actor3D

Definition at line 224 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ Append

vtkSmartPointer<vtkAppendPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::Append

Definition at line 217 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ ArrowOutlinePolyData

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::ArrowOutlinePolyData

Definition at line 206 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ ArrowPolyData

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::ArrowPolyData

Definition at line 203 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ CircleOutlinePolyData

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::CircleOutlinePolyData

Definition at line 207 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ CirclePolyData

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::CirclePolyData

Definition at line 204 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ ColorTable

vtkSmartPointer<vtkLookupTable> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::ColorTable

Definition at line 220 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ HandleGlyphPolyDataMap

std::map<std::pair<int, int>, vtkSmartPointer<vtkPolyData> > vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::HandleGlyphPolyDataMap

Definition at line 210 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ HandleOutlineGlyphPolyDataMap

std::map<std::pair<int, int>, vtkSmartPointer<vtkPolyData> > vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::HandleOutlineGlyphPolyDataMap

Definition at line 211 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ HandleToWorldTransform

vtkSmartPointer<vtkTransform> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::HandleToWorldTransform

Definition at line 219 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ HandleToWorldTransformFilter

vtkSmartPointer<vtkTransformPolyDataFilter> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::HandleToWorldTransformFilter

Definition at line 218 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ Mapper3D

vtkSmartPointer<vtkPolyDataMapper> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::Mapper3D

Definition at line 222 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ Property3D

vtkSmartPointer<vtkProperty> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::Property3D

Definition at line 223 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ RingOutlinePolyData

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::RingOutlinePolyData

Definition at line 208 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ RingPolyData

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::RingPolyData

Definition at line 205 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ RotationHandlePoints

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::RotationHandlePoints

Definition at line 213 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ ScaleHandlePoints

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::ScaleHandlePoints

Definition at line 215 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ TranslationHandlePoints

vtkSmartPointer<vtkPolyData> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::TranslationHandlePoints

Definition at line 214 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ WorldToSliceTransform

vtkSmartPointer<vtkTransform> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::WorldToSliceTransform

Definition at line 226 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ WorldToSliceTransformFilter

vtkSmartPointer<vtkTransformPolyDataFilter> vtkMRMLInteractionWidgetRepresentation::InteractionPipeline::WorldToSliceTransformFilter

Definition at line 227 of file vtkMRMLInteractionWidgetRepresentation.h.


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