24 #ifndef vtkXYPlotWidget_h
25 #define vtkXYPlotWidget_h
27 #include "vtkInteractionWidgetsModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
61 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
64 void OnLeftButtonDown();
65 void OnLeftButtonUp();
69 float StartPosition[2];
90 int ComputeStateBasedOnPosition(
int X,
int Y,
int* pos1,
int* pos2);
93 void SetCursor(
int State);
100 VTK_ABI_NAMESPACE_END
generate an x-y plot from input dataset(s) or field data
abstract base class for most VTK objects
static void ProcessEvents(vtkObject *object, unsigned long event, void *clientdata, void *calldata)
Handles the char widget activation event.
virtual void SetEnabled(int)
Methods for turning the interactor observer on and off, and determining its state.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor ...
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...