62 #ifndef __vtkParallelCoordinatesActor_h
63 #define __vtkParallelCoordinatesActor_h
65 #include "vtkRenderingAnnotationModule.h"
75 class vtkParallelCoordinatesActorConnection;
77 #define VTK_IV_COLUMN 0
96 vtkGetMacro(IndependentVariables,
int);
97 void SetIndependentVariablesToColumns()
99 void SetIndependentVariablesToRows()
105 vtkSetStringMacro(Title);
113 vtkSetClampMacro(NumberOfLabels,
int, 0, 50);
114 vtkGetMacro(NumberOfLabels,
int);
119 vtkSetStringMacro(LabelFormat);
167 vtkParallelCoordinatesActorConnection* ConnectionHolder;
169 int IndependentVariables;
194 int LastPosition2[2];