Go to the documentation of this file.
51 #ifndef vtkSpiderPlotActor_h
52 #define vtkSpiderPlotActor_h
66 class vtkAxisLabelArray;
68 class vtkSpiderPlotActorConnection;
71 #define VTK_IV_COLUMN 0
210 vtkSpiderPlotActorConnection* ConnectionHolder;
212 int IndependentVariables;
218 vtkAxisLabelArray *Labels;
219 int LegendVisibility;
223 int AutomaticRangeComputation;
229 vtkAxisRanges *Ranges;
252 int LastPosition2[2];
void GetAxisRange(int i, double range[2])
#define vtkGetObjectMacro(name, type)
virtual void SetTitleTextProperty(vtkTextProperty *p)
create 2D glyphs represented by vtkPolyData
draw vtkPolyData onto the image plane
GLboolean GLboolean GLboolean b
void PrintSelf(ostream &os, vtkIndent indent)
void SetIndependentVariablesToColumns()
virtual vtkDataObject * GetInput()
record modification and/or execution time
virtual void SetInputConnection(vtkAlgorithmOutput *)
#define vtkTypeMacro(thisClass, superclass)
void SetPlotColor(int i, double r, double g, double b)
void SetIndependentVariablesToRows()
void SetAxisRange(int i, double range[2])
void SetPlotColor(int i, const double color[3])
create a spider plot from input field
virtual void SetLabelTextProperty(vtkTextProperty *p)
window superclass for vtkRenderWindow
const char * GetAxisLabel(int i)
#define vtkSetClampMacro(name, type, min, max)
void SetAxisLabel(const int i, const char *)
void SetAxisRange(int i, double min, double max)
a simple class to control print indentation
#define vtkSetStringMacro(name)
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
static vtkSpiderPlotActor * New()
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
virtual int HasTranslucentPolygonalGeometry()
abstract specification for Viewports
virtual void SetInputData(vtkDataObject *)
represent text properties.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
double * GetPlotColor(int i)
GLdouble GLdouble GLdouble r
a actor that draws 2D data
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
Create an axis with tick marks and labels.
int RenderOverlay(vtkViewport *)
general representation of visualization data
void ReleaseGraphicsResources(vtkWindow *)
#define VTKRENDERINGANNOTATION_EXPORT
int RenderOpaqueGeometry(vtkViewport *)