Go to the documentation of this file.
38 #ifndef vtkResliceCursorLineRepresentation_h
39 #define vtkResliceCursorLineRepresentation_h
41 #include "vtkInteractionWidgetsModule.h"
128 double displayPos[2],
double intersectionPos[3] );
133 double StartPickPosition[3];
134 double StartCenterPosition[3];
void RotateAxis(int axis, double angle)
vtkResliceCursorPicker * Picker
void WidgetInteraction(double e[2]) override
Geometry for a reslice cursor.
void Highlight(int highlightOn) override
vtkResliceCursorPolyDataAlgorithm * GetCursorAlgorithm() override
Get the underlying cursor source.
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
window superclass for vtkRenderWindow
vtkMatrix4x4 * MatrixReslicedView
virtual void SetUserMatrix(vtkMatrix4x4 *matrix)
Set the user matrix on all the internal actors.
represent the vtkResliceCursorWidget
generates a 2D reslice cursor polydata
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
vtkResliceCursor * GetResliceCursor() override
Get the reslice cursor.
static vtkResliceCursorLineRepresentation * New()
Instantiate the class.
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void RotateVectorAboutVector(double vectorToBeRotated[3], double axis[3], double angle, double o[3])
abstract specification for Viewports
double RotateAxis(double evenPos[2], int axis)
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
void ReleaseGraphicsResources(vtkWindow *w) override
Methods required by vtkProp superclass.
Represent a reslice cursor.
vtkMatrix4x4 * MatrixReslice
vtkResliceCursorLineRepresentation()
int DisplayToReslicePlaneIntersection(double displayPos[2], double intersectionPos[3])
int ComputeInteractionState(int X, int Y, int modify=0) override
concrete dataset represents vertices, lines, polygons, and triangle strips
~vtkResliceCursorLineRepresentation() override
ray-cast cell picker for the reslice cursor
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
vtkResliceCursorActor * ResliceCursorActor
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void StartWidgetInteraction(double startEventPos[2]) override
double * GetBounds() override
Get the bounds of this prop.
int RenderOverlay(vtkViewport *viewport) override
vtkMatrix4x4 * MatrixView
represent the vtkResliceCursorWidget