40 #ifndef vtkSpiderPlotActor_h
41 #define vtkSpiderPlotActor_h
44 #include "vtkRenderingAnnotationModule.h"
46 VTK_ABI_NAMESPACE_BEGIN
56 class vtkAxisLabelArray;
58 class vtkSpiderPlotActorConnection;
60 #define VTK_IV_COLUMN 0
101 vtkGetMacro(IndependentVariables,
int);
119 vtkSetStringMacro(Title);
120 vtkGetStringMacro(Title);
154 vtkSetClampMacro(NumberOfRings,
int, 0,
VTK_INT_MAX);
155 vtkGetMacro(NumberOfRings,
int);
163 void SetAxisLabel(
int i,
const char*);
164 const char* GetAxisLabel(
int i);
172 void SetAxisRange(
int i,
double min,
double max);
173 void SetAxisRange(
int i,
double range[2]);
174 void GetAxisRange(
int i,
double range[2]);
181 void SetPlotColor(
int i,
double r,
double g,
double b);
184 this->SetPlotColor(i, color[0], color[1], color[2]);
186 double* GetPlotColor(
int i);
234 vtkSpiderPlotActorConnection* ConnectionHolder;
236 int IndependentVariables;
242 vtkAxisLabelArray* Labels;
252 vtkAxisRanges* Ranges;
275 int LastPosition2[2];
287 VTK_ABI_NAMESPACE_END
void SetIndependentVariablesToRows()
Specify whether to use the rows or columns as independent variables.
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
abstract specification for Viewports
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
void SetIndependentVariablesToColumns()
Specify whether to use the rows or columns as independent variables.
create a spider plot from input field
Proxy object to connect input/output ports.
window superclass for vtkRenderWindow
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
a simple class to control print indentation
void SetPlotColor(int i, const double color[3])
Specify colors for each plot.
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
represent text properties.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods.
create 2D glyphs represented by vtkPolyData
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Draw the spider plot.
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.