30 #ifndef __vtkArrowSource_h
31 #define __vtkArrowSource_h
33 #include "vtkFiltersSourcesModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetClampMacro(TipLength,
double,0.0,1.0);
48 vtkGetMacro(TipLength,
double);
49 vtkSetClampMacro(TipRadius,
double,0.0,10.0);
50 vtkGetMacro(TipRadius,
double);
56 vtkSetClampMacro(TipResolution,
int,1,128);
57 vtkGetMacro(TipResolution,
int);
62 vtkSetClampMacro(ShaftRadius,
double,0.0,5.0);
63 vtkGetMacro(ShaftRadius,
double);
69 vtkSetClampMacro(ShaftResolution,
int,0,128);
70 vtkGetMacro(ShaftResolution,
int);
77 vtkBooleanMacro(Invert,
bool);
78 vtkSetMacro(Invert,
bool);
79 vtkGetMacro(Invert,
bool);
86 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
Appends a cylinder to a cone to form an arrow.