49 #ifndef vtkSpiderPlotActor_h
50 #define vtkSpiderPlotActor_h
52 #include "vtkRenderingAnnotationModule.h"
64 class vtkAxisLabelArray;
66 class vtkSpiderPlotActorConnection;
69 #define VTK_IV_COLUMN 0
110 vtkGetMacro(IndependentVariables,
int);
130 vtkSetStringMacro(Title);
131 vtkGetStringMacro(Title);
166 vtkGetMacro(NumberOfRings,
int);
174 void SetAxisLabel(
const int i,
const char *);
175 const char* GetAxisLabel(
int i);
183 void SetAxisRange(
int i,
double min,
double max);
184 void SetAxisRange(
int i,
double range[2]);
185 void GetAxisRange(
int i,
double range[2]);
192 void SetPlotColor(
int i,
double r,
double g,
double b);
195 double *GetPlotColor(
int i);
244 vtkSpiderPlotActorConnection* ConnectionHolder;
246 int IndependentVariables;
252 vtkAxisLabelArray *Labels;
262 vtkAxisRanges *Ranges;
285 int LastPosition2[2];