44 #ifndef vtkParallelCoordinatesView_h
45 #define vtkParallelCoordinatesView_h
64 enum {VTK_BRUSH_LASSO=0,VTK_BRUSH_ANGLE,VTK_BRUSH_FUNCTION,VTK_BRUSH_AXISTHRESHOLD,VTK_BRUSH_MODECOUNT};
65 enum {VTK_BRUSHOPERATOR_ADD=0,
VTK_BRUSHOPERATOR_SUBTRACT,VTK_BRUSHOPERATOR_INTERSECT,VTK_BRUSHOPERATOR_REPLACE,VTK_BRUSHOPERATOR_MODECOUNT};
69 void SetBrushMode(
int);
74 vtkGetMacro(BrushMode,
int);
76 void SetBrushOperator(
int);
81 vtkGetMacro(BrushOperator,
int);
83 void SetInspectMode(
int);
86 vtkGetMacro(InspectMode,
int);
88 void SetMaximumNumberOfBrushPoints(
int);
89 vtkGetMacro(MaximumNumberOfBrushPoints,
int);
91 vtkSetMacro(CurrentBrushClass,
int);
92 vtkGetMacro(CurrentBrushClass,
int);
133 void Hover(
unsigned long event);
134 void ManipulateAxes(
unsigned long event);
135 void SelectData(
unsigned long event);
136 void Zoom(
unsigned long event);
137 void Pan(
unsigned long event);
146 int AddLassoBrushPoint(
double *p);
147 int SetBrushLine(
int line,
double *p1,
double *p2);
149 int SetAngleBrushLine(
double *p1,
double *p2);
150 int SetFunctionBrushLine1(
double *p1,
double *p2);
151 int SetFunctionBrushLine2(
double *p1,
double *p2);
152 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
virtual void ApplyViewTheme(vtkViewTheme *theme)
static vtkRenderView * New()
void SetBrushOperatorToSubtract()
int MaximumNumberOfBrushPoints
concrete dataset represents vertices, lines, polygons, and triangle strips
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()
a simple class to control print indentation
void SetBrushModeToAxisThreshold()
The superclass for all representations.
create wireframe outline around bounding box
int AxisHighlightPosition
virtual void ProcessEvents(vtkObject *caller, unsigned long eventId, void *callData)
vtkSmartPointer< vtkActor2D > HighlightActor
void SetInpsectModeToSelectData()
virtual void PrepareForRendering()
void SetBrushOperatorToAdd()
int FirstFunctionBrushLineDrawn
A view containing a renderer.
vtkSmartPointer< vtkActor2D > BrushActor
void SetInspectModeToManipulateAxes()
vtkSmartPointer< vtkOutlineSource > HighlightSource
vtkSmartPointer< vtkPolyDataMapper2D > BrushMapper
void PrintSelf(ostream &os, vtkIndent indent)
draw vtkPolyData onto the image plane
#define VTKVIEWSINFOVIS_EXPORT
void SetBrushOperatorToReplace()
Data representation that takes generic multivariate data and produces a parallel coordinates plot...
virtual vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn)