45 #ifndef vtkParallelCoordinatesView_h
46 #define vtkParallelCoordinatesView_h
49 #include "vtkViewsInfovisModule.h"
74 VTK_BRUSHOPERATOR_ADD = 0,
78 VTK_BRUSHOPERATOR_MODECOUNT
82 VTK_INSPECT_MANIPULATE_AXES = 0,
87 void SetBrushMode(
int);
92 vtkGetMacro(BrushMode,
int);
94 void SetBrushOperator(
int);
99 vtkGetMacro(BrushOperator,
int);
101 void SetInspectMode(
int);
104 vtkGetMacro(InspectMode,
int);
106 void SetMaximumNumberOfBrushPoints(
int);
107 vtkGetMacro(MaximumNumberOfBrushPoints,
int);
109 vtkSetMacro(CurrentBrushClass,
int);
110 vtkGetMacro(CurrentBrushClass,
int);
122 VTK_HIGHLIGHT_CENTER = 0,
156 void Hover(
unsigned long event);
157 void ManipulateAxes(
unsigned long event);
158 void SelectData(
unsigned long event);
159 void Zoom(
unsigned long event);
160 void Pan(
unsigned long event);
173 int AddLassoBrushPoint(
double* p);
174 int SetBrushLine(
int line,
double* p1,
double* p2);
176 int SetAngleBrushLine(
double* p1,
double* p2);
177 int SetFunctionBrushLine1(
double* p1,
double* p2);
178 int SetFunctionBrushLine2(
double* p1,
double* p2);
179 void ClearBrushPoints();
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.