26#ifndef vtkResliceCursorLineRepresentation_h
27#define vtkResliceCursorLineRepresentation_h
29#include "vtkInteractionWidgetsModule.h"
33VTK_ABI_NAMESPACE_BEGIN
107 void SetTolerance(
int t) override;
115 double RotateAxis(
double evenPos[2],
int axis);
116 double TranslateAxis(
double evenPos[2],
int axis);
118 void RotateAxis(
int axis,
double angle);
120 void RotateVectorAboutVector(
double vectorToBeRotated[3],
124 int DisplayToReslicePlaneIntersection(
double displayPos[2],
double intersectionPos[3]);
126 void ApplyTolerance();
131 double StartPickPosition[3];
132 double StartCenterPosition[3];
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
Allocate and hold a VTK object.
concrete dataset represents vertices, lines, polygons, and triangle strips
Represent a reslice cursor.
represent the vtkResliceCursorWidget
static vtkResliceCursorLineRepresentation * New()
Instantiate the class.
int RenderOpaqueGeometry(vtkViewport *viewport) override
Methods required by vtkProp superclass.
void Highlight(int highlightOn) override
These are methods that satisfy vtkWidgetRepresentation's API.
void WidgetInteraction(double e[2]) override
These are methods that satisfy vtkWidgetRepresentation's API.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Methods required by vtkProp superclass.
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
Methods required by vtkProp superclass.
int ComputeInteractionState(int X, int Y, int modify=0) override
These are methods that satisfy vtkWidgetRepresentation's API.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
void ReleaseGraphicsResources(vtkWindow *w) override
Methods required by vtkProp superclass.
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
double * GetBounds() override
Get the bounds of this prop.
void StartWidgetInteraction(double startEventPos[2]) override
These are methods that satisfy vtkWidgetRepresentation's API.
int RenderOverlay(vtkViewport *viewport) override
Methods required by vtkProp superclass.
ray-cast cell picker for the reslice cursor
generates a 2D reslice cursor polydata
represent the vtkResliceCursorWidget
Geometry for a reslice cursor.
abstract specification for Viewports
window superclass for vtkRenderWindow
#define VTK_MARSHAL_EXCLUDE_REASON_IS_REDUNDANT
#define VTK_MARSHALEXCLUDE(reason)