29 #ifndef vtkParallelCoordinatesView_h
30 #define vtkParallelCoordinatesView_h
33 #include "vtkViewsInfovisModule.h"
35 VTK_ABI_NAMESPACE_BEGIN
59 VTK_BRUSHOPERATOR_ADD = 0,
63 VTK_BRUSHOPERATOR_MODECOUNT
67 VTK_INSPECT_MANIPULATE_AXES = 0,
72 void SetBrushMode(
int);
77 vtkGetMacro(BrushMode,
int);
79 void SetBrushOperator(
int);
84 vtkGetMacro(BrushOperator,
int);
86 void SetInspectMode(
int);
89 vtkGetMacro(InspectMode,
int);
91 void SetMaximumNumberOfBrushPoints(
int);
92 vtkGetMacro(MaximumNumberOfBrushPoints,
int);
94 vtkSetMacro(CurrentBrushClass,
int);
95 vtkGetMacro(CurrentBrushClass,
int);
107 VTK_HIGHLIGHT_CENTER = 0,
141 void Hover(
unsigned long event);
142 void ManipulateAxes(
unsigned long event);
143 void SelectData(
unsigned long event);
144 void Zoom(
unsigned long event);
145 void Pan(
unsigned long event);
158 int AddLassoBrushPoint(
double* p);
159 int SetBrushLine(
int line,
double* p1,
double* p2);
161 int SetAngleBrushLine(
double* p1,
double* p2);
162 int SetFunctionBrushLine1(
double* p1,
double* p2);
163 int SetFunctionBrushLine2(
double* p1,
double* p2);
164 void ClearBrushPoints();
171 VTK_ABI_NAMESPACE_END
void SetBrushOperatorToIntersect()
vtkSmartPointer< vtkPolyData > BrushData
abstract base class for most VTK objects
void SetBrushModeToLasso()
void SetBrushModeToAngle()
a actor that draws 2D data
record modification and/or execution time
vtkTimeStamp WorldBuildTime
static vtkRenderView * New()
void SetBrushOperatorToSubtract()
int MaximumNumberOfBrushPoints
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrepareForRendering() override
Called by the view when the renderer is about to render.
view to be used with vtkParallelCoordinatesRepresentation
vtkSmartPointer< vtkPolyDataMapper2D > HighlightMapper
Proxy object to connect input/output ports.
Sets theme colors for a graphical view.
void SetBrushModeToFunction()
void ApplyViewTheme(vtkViewTheme *theme) override
Applies a view theme to this view.
a simple class to control print indentation
void SetBrushModeToAxisThreshold()
void ProcessEvents(vtkObject *caller, unsigned long eventId, void *callData) override
Called to process events.
The superclass for all representations.
create wireframe outline around bounding box
int AxisHighlightPosition
vtkSmartPointer< vtkActor2D > HighlightActor
void SetInpsectModeToSelectData()
void SetBrushOperatorToAdd()
int FirstFunctionBrushLineDrawn
A view containing a renderer.
vtkSmartPointer< vtkActor2D > BrushActor
void SetInspectModeToManipulateAxes()
vtkSmartPointer< vtkOutlineSource > HighlightSource
vtkSmartPointer< vtkPolyDataMapper2D > BrushMapper
draw vtkPolyData onto the image plane
void SetBrushOperatorToReplace()
Data representation that takes generic multivariate data and produces a parallel coordinates plot...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn)
Create a default vtkDataRepresentation for the given vtkAlgorithmOutput.