39 #ifndef vtkRectilinearWipeRepresentation_h 40 #define vtkRectilinearWipeRepresentation_h 42 #include "vtkInteractionWidgetsModule.h" 93 vtkSetClampMacro(Tolerance,
int,1,10);
94 vtkGetMacro(Tolerance,
int);
112 void StartWidgetInteraction(
double eventPos[2]) VTK_OVERRIDE;
113 void WidgetInteraction(
double eventPos[2]) VTK_OVERRIDE;
114 int ComputeInteractionState(
int X,
int Y,
int modify=0) VTK_OVERRIDE;
142 ~vtkRectilinearWipeRepresentation() VTK_OVERRIDE;
152 double StartWipePosition[2];
179 vtkRectilinearWipeRepresentation(const vtkRectilinearWipeRepresentation&) VTK_DELETE_FUNCTION;
180 void operator=(const vtkRectilinearWipeRepresentation&) VTK_DELETE_FUNCTION;
abstract specification for Viewports
a actor that draws 2D data
concrete dataset represents vertices, lines, polygons, and triangle strips
window superclass for vtkRenderWindow
draw an image in a rendered 3D scene
a simple class to control print indentation
make a rectilinear combination of two images.
object to represent cell connectivity
represent surface properties of a 2D image
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent a vtkRectilinearWipeWidget
draw vtkPolyData onto the image plane
represent and manipulate 3D points