![]() |
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Default representation for the plane widget. More...
#include <Modules/Loadable/Markups/VTKWidgets/vtkSlicerROIRepresentation3D.h>
Classes | |
class | MarkupsInteractionPipelineROI |
Public Types | |
typedef vtkSlicerMarkupsWidgetRepresentation3D | Superclass |
Standard methods for instances of this class. More... | |
![]() | |
typedef vtkSlicerMarkupsWidgetRepresentation | Superclass |
Standard methods for instances of this class. More... | |
![]() | |
enum | { Unselected, Selected, Active, Project, ProjectBack, NumberOfControlPointTypes } |
typedef vtkMRMLAbstractWidgetRepresentation | Superclass |
Standard methods for instances of this class. More... | |
![]() | |
typedef vtkProp | Superclass |
Standard methods for instances of this class. More... | |
Public Member Functions | |
void | CanInteract (vtkMRMLInteractionEventData *interactionEventData, int &foundComponentType, int &foundComponentIndex, double &closestDistance2) override |
void | CanInteractWithROI (vtkMRMLInteractionEventData *interactionEventData, int &foundComponentType, int &foundComponentIndex, double &closestDistance2) |
void | GetActors (vtkPropCollection *) override |
Methods to make this class behave as a vtkProp. More... | |
double * | GetBounds () override |
Return the bounds of the representation. More... | |
virtual const char * | GetClassName () |
vtkTypeBool | HasTranslucentPolygonalGeometry () override |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
void | ReleaseGraphicsResources (vtkWindow *) override |
int | RenderOpaqueGeometry (vtkViewport *viewport) override |
int | RenderOverlay (vtkViewport *viewport) override |
int | RenderTranslucentPolygonalGeometry (vtkViewport *viewport) override |
virtual void | UpdateCubeSourceFromMRML (vtkMRMLMarkupsROINode *roiNode) |
Updates the dimensions of the cube source filter. More... | |
void | UpdateFromMRML (vtkMRMLNode *caller, unsigned long event, void *callData=nullptr) override |
![]() | |
bool | AccuratePick (int x, int y, double pickPoint[3], double pickNormal[3]=nullptr) |
virtual void | CanInteractWithHandles (vtkMRMLInteractionEventData *interactionEventData, int &foundComponentType, int &foundComponentIndex, double &closestDistance2) |
Check if interaction with the transformation handles is possible. More... | |
void | CanInteractWithLine (vtkMRMLInteractionEventData *interactionEventData, int &foundComponentType, int &foundComponentIndex, double &closestDistance2) |
void | GetActors (vtkPropCollection *) override |
Methods to make this class behave as a vtkProp. More... | |
double * | GetBounds () override |
Return the bounds of the representation. More... | |
bool | GetNthControlPointViewVisibility (int n) |
virtual double | GetOccludedRelativeOffset () |
vtkTypeBool | HasTranslucentPolygonalGeometry () override |
void | PrintSelf (ostream &os, vtkIndent indent) override |
void | ReleaseGraphicsResources (vtkWindow *) override |
int | RenderOpaqueGeometry (vtkViewport *viewport) override |
int | RenderOverlay (vtkViewport *viewport) override |
int | RenderTranslucentPolygonalGeometry (vtkViewport *viewport) override |
virtual void | SetOccludedRelativeOffset (double) |
void | SetRenderer (vtkRenderer *ren) override |
![]() | |
virtual int | FindClosestPointOnWidget (const int displayPos[2], double worldPos[3], int *idx) |
void | GetActors (vtkPropCollection *) override |
Methods to make this class behave as a vtkProp. More... | |
virtual vtkPolyData * | GetControlPointsPolyData (int controlPointType) |
virtual void | GetInteractionHandleAxisWorld (int type, int index, double axis[3]) |
Get the axis for the handle specified by the index. More... | |
virtual void | GetInteractionHandleOriginWorld (double origin[3]) |
Get the origin of the interaction handle widget. More... | |
virtual void | GetInteractionHandlePositionWorld (int type, int index, double position[3]) |
Get the position of an interaction handle in world coordinates. More... | |
virtual vtkPolyData * | GetLabelControlPointsPolyData (int pipeline) |
virtual vtkStringArray * | GetLabels (int pipeline) |
virtual vtkMRMLMarkupsDisplayNode * | GetMarkupsDisplayNode () |
virtual vtkMRMLMarkupsNode * | GetMarkupsNode () |
virtual vtkMRMLMarkupsNode::ControlPoint * | GetNthControlPoint (int n) |
Get the nth control point. More... | |
virtual int | GetNthControlPointDisplayPosition (int n, double pos[2]) |
virtual int | GetNumberOfControlPoints () |
Get number of control points. More... | |
virtual vtkPointPlacer * | GetPointPlacer () |
virtual bool | GetTransformationReferencePoint (double referencePointWorld[3]) |
Translation, rotation, scaling will happen around this position. More... | |
vtkTypeBool | HasTranslucentPolygonalGeometry () override |
void | PrintSelf (ostream &os, vtkIndent indent) override |
void | ReleaseGraphicsResources (vtkWindow *) override |
int | RenderOpaqueGeometry (vtkViewport *viewport) override |
int | RenderOverlay (vtkViewport *viewport) override |
int | RenderTranslucentPolygonalGeometry (vtkViewport *viewport) override |
virtual void | SetMarkupsDisplayNode (vtkMRMLMarkupsDisplayNode *markupsDisplayNode) |
Set/Get the vtkMRMLMarkipsNode connected with this representation. More... | |
virtual void | UpdateCenterOfRotation () |
Compute the center of rotation and update it in the Markups node. More... | |
bool | IsDisplayable () |
![]() | |
virtual void | AlwaysOnTopOff () |
virtual void | AlwaysOnTopOn () |
virtual bool | GetAlwaysOnTop () |
virtual double | GetPickingTolerance () |
void | PrintSelf (ostream &os, vtkIndent indent) override |
virtual void | SetAlwaysOnTop (bool) |
virtual void | SetPickingTolerance (double) |
double * | GetBounds () VTK_SIZEHINT(6) override |
void | GetActors (vtkPropCollection *) override |
void | GetActors2D (vtkPropCollection *) override |
void | GetVolumes (vtkPropCollection *) override |
void | ReleaseGraphicsResources (vtkWindow *) override |
int | RenderOverlay (vtkViewport *vtkNotUsed(viewport)) override |
int | RenderOpaqueGeometry (vtkViewport *vtkNotUsed(viewport)) override |
int | RenderTranslucentPolygonalGeometry (vtkViewport *vtkNotUsed(viewport)) override |
int | RenderVolumetricGeometry (vtkViewport *vtkNotUsed(viewport)) override |
vtkTypeBool | HasTranslucentPolygonalGeometry () override |
virtual vtkRenderer * | GetRenderer () |
virtual void | SetApplicationLogic (vtkMRMLApplicationLogic *appLogic) |
virtual vtkMRMLApplicationLogic * | GetApplicationLogic () |
virtual void | SetViewNode (vtkMRMLAbstractViewNode *viewNode) |
virtual vtkMRMLAbstractViewNode * | GetViewNode () |
virtual bool | GetNeedToRender () |
virtual void | SetNeedToRender (bool) |
virtual void | NeedToRenderOn () |
virtual void | NeedToRenderOff () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkSlicerROIRepresentation3D * | New () |
Instantiate this class. More... | |
static vtkSlicerROIRepresentation3D * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSlicerMarkupsWidgetRepresentation3D * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSlicerMarkupsWidgetRepresentation * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkMRMLAbstractWidgetRepresentation * | SafeDownCast (vtkObject *o) |
Protected Attributes | |
vtkSmartPointer< vtkActor > | ROIActor |
vtkSmartPointer< vtkPolyDataMapper > | ROIMapper |
vtkSmartPointer< vtkActor > | ROIOccludedActor |
vtkSmartPointer< vtkPolyDataMapper > | ROIOccludedMapper |
vtkSmartPointer< vtkProperty > | ROIOccludedProperty |
vtkSmartPointer< vtkActor > | ROIOutlineActor |
vtkSmartPointer< vtkOutlineFilter > | ROIOutlineFilter |
vtkSmartPointer< vtkPolyDataMapper > | ROIOutlineMapper |
vtkSmartPointer< vtkActor > | ROIOutlineOccludedActor |
vtkSmartPointer< vtkPolyDataMapper > | ROIOutlineOccludedMapper |
vtkSmartPointer< vtkProperty > | ROIOutlineOccludedProperty |
vtkSmartPointer< vtkProperty > | ROIOutlineProperty |
vtkSmartPointer< vtkTransformPolyDataFilter > | ROIOutlineTransformFilter |
vtkSmartPointer< vtkPassThrough > | ROIPipelineInputFilter |
vtkSmartPointer< vtkProperty > | ROIProperty |
vtkSmartPointer< vtkPolyDataAlgorithm > | ROISource |
vtkSmartPointer< vtkTransform > | ROIToWorldTransform |
vtkSmartPointer< vtkTransformPolyDataFilter > | ROITransformFilter |
![]() | |
vtkSmartPointer< vtkCellPicker > | AccuratePicker |
bool | HideTextActorIfAllPointsOccluded |
double | OccludedRelativeOffset |
vtkSmartPointer< vtkCallbackCommand > | RenderCompletedCallback |
bool | TextActorOccluded |
double | TextActorPositionWorld [3] |
![]() | |
ControlPointsPipeline * | ControlPoints [NumberOfControlPointTypes] |
double | ControlPointSize |
vtkTypeBool | CurveClosed |
MarkupsInteractionPipeline * | InteractionPipeline |
vtkWeakPointer< vtkMRMLMarkupsDisplayNode > | MarkupsDisplayNode |
vtkWeakPointer< vtkMRMLMarkupsNode > | MarkupsNode |
vtkTimeStamp | MarkupsTransformModifiedTime |
vtkSmartPointer< vtkPointPlacer > | PointPlacer |
double | ScreenSizePixel |
vtkSmartPointer< vtkTextActor > | TextActor |
double | ViewScaleFactorMmPerPixel |
![]() | |
bool | AlwaysOnTop |
vtkWeakPointer< vtkMRMLApplicationLogic > | ApplicationLogic |
double | Bounds [6] |
Temporary variable to store GetBounds() result. More... | |
bool | NeedToRender |
double | PickingTolerance |
vtkWeakPointer< vtkRenderer > | Renderer |
The renderer in which this widget is placed. More... | |
double | ScreenScaleFactor |
Allows global rescaling of all widgets (to compensate for larger or smaller physical screen size) More... | |
vtkWeakPointer< vtkMRMLAbstractViewNode > | ViewNode |
Friends | |
class | vtkSlicerROIRepresentation2D |
Additional Inherited Members | |
![]() | |
typedef std::vector< MarkupsInteractionPipeline::HandleInfo > | HandleInfoList |
![]() | |
static vtkFloatArray * | GetCachedZBuffer (vtkRenderer *renderer) |
static void | OnRenderCompleted (vtkObject *caller, unsigned long event, void *clientData, void *callData) |
![]() | |
static int | GetGlyphTypeSourceFromDisplay (int glyphTypeDisplay) |
![]() | |
static std::map< vtkRenderer *, vtkSmartPointer< vtkFloatArray > > | CachedZBuffers |
Default representation for the plane widget.
This class provides the default concrete representation for the vtkMRMLAbstractWidget. See vtkMRMLAbstractWidget for details.
Definition at line 55 of file vtkSlicerROIRepresentation3D.h.
Standard methods for instances of this class.
Definition at line 62 of file vtkSlicerROIRepresentation3D.h.
|
protected |
|
overrideprotected |
|
overridevirtual |
Return found component type (as vtkMRMLMarkupsDisplayNode::ComponentType). closestDistance2 is the squared distance in display coordinates from the closest position where interaction is possible. componentIndex returns index of the found component (e.g., if control point is found then control point index is returned).
Reimplemented from vtkSlicerMarkupsWidgetRepresentation3D.
void vtkSlicerROIRepresentation3D::CanInteractWithROI | ( | vtkMRMLInteractionEventData * | interactionEventData, |
int & | foundComponentType, | ||
int & | foundComponentIndex, | ||
double & | closestDistance2 | ||
) |
|
override |
Methods to make this class behave as a vtkProp.
|
override |
Return the bounds of the representation.
|
virtual |
Reimplemented from vtkSlicerMarkupsWidgetRepresentation3D.
|
override |
|
virtual |
Reimplemented from vtkSlicerMarkupsWidgetRepresentation3D.
|
static |
|
static |
Instantiate this class.
|
override |
|
override |
|
override |
|
override |
|
override |
|
static |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from vtkSlicerMarkupsWidgetRepresentation.
|
virtual |
Updates the dimensions of the cube source filter.
|
overridevirtual |
Subclasses of vtkMRMLAbstractWidgetRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other.
Reimplemented from vtkSlicerMarkupsWidgetRepresentation3D.
|
overrideprotectedvirtual |
Update the interaction pipeline.
Reimplemented from vtkSlicerMarkupsWidgetRepresentation3D.
|
friend |
Definition at line 152 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 111 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 109 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 115 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 113 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 114 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 123 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 117 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 121 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 127 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 125 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 126 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 122 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 119 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 104 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 110 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 102 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 107 of file vtkSlicerROIRepresentation3D.h.
|
protected |
Definition at line 106 of file vtkSlicerROIRepresentation3D.h.