51 #ifndef vtkParallelCoordinatesActor_h
52 #define vtkParallelCoordinatesActor_h
55 #include "vtkRenderingAnnotationModule.h"
57 VTK_ABI_NAMESPACE_BEGIN
65 class vtkParallelCoordinatesActorConnection;
67 #define VTK_IV_COLUMN 0
91 vtkGetMacro(IndependentVariables,
int);
100 vtkSetStringMacro(Title);
101 vtkGetStringMacro(Title);
110 vtkSetClampMacro(NumberOfLabels,
int, 0, 50);
111 vtkGetMacro(NumberOfLabels,
int);
118 vtkSetStringMacro(LabelFormat);
119 vtkGetStringMacro(LabelFormat);
181 vtkParallelCoordinatesActorConnection* ConnectionHolder;
183 int IndependentVariables;
208 int LastPosition2[2];
217 VTK_ABI_NAMESPACE_END
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
abstract specification for Viewports
create parallel coordinate display from input field
a actor that draws 2D data
record modification and/or execution time
Create an axis with tick marks and labels.
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
void SetIndependentVariablesToRows()
Specify whether to use the rows or columns as independent variables.
window superclass for vtkRenderWindow
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Draw the parallel coordinates plot.
void SetIndependentVariablesToColumns()
Specify whether to use the rows or columns as independent variables.
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
a simple class to control print indentation
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
represent text properties.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods.
general representation of visualization data
draw vtkPolyData onto the image plane
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.