60 #ifndef vtkParallelCoordinatesActor_h
61 #define vtkParallelCoordinatesActor_h
63 #include "vtkRenderingAnnotationModule.h"
73 class vtkParallelCoordinatesActorConnection;
75 #define VTK_IV_COLUMN 0
99 vtkGetMacro(IndependentVariables,
int);
110 vtkSetStringMacro(Title);
120 vtkSetClampMacro(NumberOfLabels,
int, 0, 50);
121 vtkGetMacro(NumberOfLabels,
int);
128 vtkSetStringMacro(LabelFormat);
154 int RenderTranslucentPolygonalGeometry(
vtkViewport *) VTK_OVERRIDE {
return 0;}
177 vtkDataObject* GetInput();
184 void ReleaseGraphicsResources(
vtkWindow *) VTK_OVERRIDE;
188 ~vtkParallelCoordinatesActor() VTK_OVERRIDE;
192 vtkParallelCoordinatesActorConnection* ConnectionHolder;
194 int IndependentVariables;
219 int LastPosition2[2];
225 vtkParallelCoordinatesActor(const vtkParallelCoordinatesActor&) VTK_DELETE_FUNCTION;
226 void operator=(const vtkParallelCoordinatesActor&) VTK_DELETE_FUNCTION;
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
void SetIndependentVariablesToColumns()
Specify whether to use the rows or columns as independent variables.
a simple class to control print indentation
int HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
represent text properties.
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.