49 #ifndef vtkSpiderPlotActor_h 
   50 #define vtkSpiderPlotActor_h 
   53 #include "vtkRenderingAnnotationModule.h"  
   64 class vtkAxisLabelArray;
 
   66 class vtkSpiderPlotActorConnection;
 
   68 #define VTK_IV_COLUMN 0 
  109   vtkGetMacro(IndependentVariables, 
int);
 
  127   vtkSetStringMacro(Title);
 
  128   vtkGetStringMacro(Title);
 
  162   vtkSetClampMacro(NumberOfRings, 
int, 0, 
VTK_INT_MAX);
 
  163   vtkGetMacro(NumberOfRings, 
int);
 
  171   void SetAxisLabel(
const int i, 
const char*);
 
  172   const char* GetAxisLabel(
int i);
 
  180   void SetAxisRange(
int i, 
double min, 
double max);
 
  181   void SetAxisRange(
int i, 
double range[2]);
 
  182   void GetAxisRange(
int i, 
double range[2]);
 
  189   void SetPlotColor(
int i, 
double r, 
double g, 
double b);
 
  194   double* GetPlotColor(
int i);
 
  242   vtkSpiderPlotActorConnection* ConnectionHolder;
 
  244   int IndependentVariables;    
 
  250   vtkAxisLabelArray* Labels;
 
  260   vtkAxisRanges* Ranges;
 
  283   int LastPosition2[2];