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];
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
concrete dataset represents vertices, lines, polygons, and triangle strips
Represent a reslice cursor.
represent the vtkResliceCursorWidget
virtual double * GetBounds()
Get the bounds of this prop.
~vtkResliceCursorLineRepresentation()
virtual void Highlight(int highlightOn)
static vtkResliceCursorLineRepresentation * New()
Instantiate the class.
void RotateVectorAboutVector(double vectorToBeRotated[3], double axis[3], double angle, double o[3])
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
virtual void WidgetInteraction(double e[2])
double RotateAxis(double evenPos[2], int axis)
vtkResliceCursorPicker * Picker
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkMatrix4x4 * MatrixReslicedView
vtkMatrix4x4 * MatrixView
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void ReleaseGraphicsResources(vtkWindow *w)
Methods required by vtkProp superclass.
virtual vtkResliceCursor * GetResliceCursor()
Get the reslice cursor.
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkResliceCursorActor * ResliceCursorActor
virtual void StartWidgetInteraction(double startEventPos[2])
virtual void BuildRepresentation()
These are methods that satisfy vtkWidgetRepresentation's API.
vtkMatrix4x4 * MatrixReslice
virtual int RenderOverlay(vtkViewport *viewport)
virtual int ComputeInteractionState(int X, int Y, int modify=0)
virtual void SetUserMatrix(vtkMatrix4x4 *matrix)
Set the user matrix on all the internal actors.
void RotateAxis(int axis, double angle)
int DisplayToReslicePlaneIntersection(double displayPos[2], double intersectionPos[3])
virtual vtkResliceCursorPolyDataAlgorithm * GetCursorAlgorithm()
Get the underlying cursor source.
vtkResliceCursorLineRepresentation()
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