52 #ifndef vtkSpiderPlotActor_h
53 #define vtkSpiderPlotActor_h
55 #include "vtkRenderingAnnotationModule.h"
67 class vtkAxisLabelArray;
69 class vtkSpiderPlotActorConnection;
72 #define VTK_IV_COLUMN 0
113 vtkGetMacro(IndependentVariables,
int);
133 vtkSetStringMacro(Title);
134 vtkGetStringMacro(Title);
169 vtkGetMacro(NumberOfRings,
int);
177 void SetAxisLabel(
const int i,
const char *);
178 const char* GetAxisLabel(
int i);
186 void SetAxisRange(
int i,
double min,
double max);
187 void SetAxisRange(
int i,
double range[2]);
188 void GetAxisRange(
int i,
double range[2]);
195 void SetPlotColor(
int i,
double r,
double g,
double b);
198 double *GetPlotColor(
int i);
247 vtkSpiderPlotActorConnection* ConnectionHolder;
249 int IndependentVariables;
255 vtkAxisLabelArray *Labels;
265 vtkAxisRanges *Ranges;
288 int LastPosition2[2];