30 #ifndef vtkArrowSource_h
31 #define vtkArrowSource_h
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);
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.
a simple class to control print indentation
Appends a cylinder to a cone to form an arrow.