Go to the documentation of this file.
38 #ifndef vtkResliceCursorLineRepresentation_h
39 #define vtkResliceCursorLineRepresentation_h
41 #include "vtkInteractionWidgetsModule.h"
119 double RotateAxis(
double evenPos[2],
int axis );
121 void RotateAxis(
int axis,
double angle );
123 void RotateVectorAboutVector(
double vectorToBeRotated[3],
127 int DisplayToReslicePlaneIntersection(
128 double displayPos[2],
double intersectionPos[3] );
133 double StartPickPosition[3];
134 double StartCenterPosition[3];
vtkResliceCursorPicker * Picker
virtual vtkResliceCursor * GetResliceCursor()=0
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Geometry for a reslice cursor.
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
window superclass for vtkRenderWindow
vtkMatrix4x4 * MatrixReslicedView
virtual vtkResliceCursorPolyDataAlgorithm * GetCursorAlgorithm()=0
Get the underlying cursor source.
represent the vtkResliceCursorWidget
generates a 2D reslice cursor polydata
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
abstract specification for Viewports
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Represent a reslice cursor.
vtkMatrix4x4 * MatrixReslice
concrete dataset represents vertices, lines, polygons, and triangle strips
ray-cast cell picker for the reslice cursor
vtkResliceCursorActor * ResliceCursorActor
vtkMatrix4x4 * MatrixView
represent the vtkResliceCursorWidget