38 #ifndef vtkResliceCursorLineRepresentation_h
39 #define vtkResliceCursorLineRepresentation_h
41 #include "vtkInteractionWidgetsModule.h"
124 double RotateAxis(
double evenPos[2],
int axis);
125 double TranslateAxis(
double evenPos[2],
int axis);
127 void RotateAxis(
int axis,
double angle);
129 void RotateVectorAboutVector(
double vectorToBeRotated[3],
133 int DisplayToReslicePlaneIntersection(
double displayPos[2],
double intersectionPos[3]);
135 void ApplyTolerance();
140 double StartPickPosition[3];
141 double StartCenterPosition[3];
represent and manipulate 4x4 transformation matrices
abstract specification for Viewports
generates a 2D reslice cursor polydata
virtual vtkResliceCursor * GetResliceCursor()=0
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkMatrix4x4 * MatrixReslice
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
vtkMatrix4x4 * MatrixView
window superclass for vtkRenderWindow
vtkResliceCursorActor * ResliceCursorActor
a simple class to control print indentation
vtkResliceCursorPicker * Picker
represent the vtkResliceCursorWidget
virtual vtkResliceCursorPolyDataAlgorithm * GetCursorAlgorithm()=0
Get the underlying cursor source.
Represent a reslice cursor.
vtkMatrix4x4 * MatrixReslicedView
virtual void SetTolerance(int)
The tolerance representing the distance to the representation (in pixels) in which the cursor is cons...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
ray-cast cell picker for the reslice cursor
represent the vtkResliceCursorWidget
Geometry for a reslice cursor.