58#ifndef vtkRectilinearWipeRepresentation_h
59#define vtkRectilinearWipeRepresentation_h
61#include "vtkInteractionWidgetsModule.h"
111 vtkSetClampMacro(Tolerance,
int, 1, 10);
112 vtkGetMacro(Tolerance,
int);
170 double StartWipePosition[2];
a actor that draws 2D data
object to represent cell connectivity
draw an image in a rendered 3D scene
make a rectilinear combination of two images.
a simple class to control print indentation
represent and manipulate 3D points
draw vtkPolyData onto the image plane
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a 2D image
represent a vtkRectilinearWipeWidget
vtkTypeBool HasTranslucentPolygonalGeometry() override
Methods to make this class behave as a vtkProp.
void WidgetInteraction(double eventPos[2]) override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
int RenderOpaqueGeometry(vtkViewport *viewport) override
Methods to make this class behave as a vtkProp.
int ComputeInteractionState(int X, int Y, int modify=0) override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
int RenderOverlay(vtkViewport *viewport) override
Methods to make this class behave as a vtkProp.
vtkImageRectilinearWipe * RectilinearWipe
vtkPolyDataMapper2D * WipeMapper
void SetRectilinearWipe(vtkImageRectilinearWipe *wipe)
Specify an instance of vtkImageRectilinearWipe to manipulate.
void SetImageActor(vtkImageActor *imageActor)
Specify an instance of vtkImageActor to decorate.
void BuildRepresentation() override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
~vtkRectilinearWipeRepresentation() override
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
vtkImageActor * ImageActor
static vtkRectilinearWipeRepresentation * New()
Instantiate this class.
vtkRectilinearWipeRepresentation()
void StartWidgetInteraction(double eventPos[2]) override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
Methods to make this class behave as a vtkProp.
void GetActors2D(vtkPropCollection *) override
Methods to make this class behave as a vtkProp.
void ReleaseGraphicsResources(vtkWindow *) override
Methods to make this class behave as a vtkProp.
abstract specification for Viewports
window superclass for vtkRenderWindow