30 #ifndef __vtkArrowSource_h
31 #define __vtkArrowSource_h
46 vtkSetClampMacro(TipLength,
double,0.0,1.0);
47 vtkGetMacro(TipLength,
double);
48 vtkSetClampMacro(TipRadius,
double,0.0,10.0);
49 vtkGetMacro(TipRadius,
double);
55 vtkSetClampMacro(TipResolution,
int,1,128);
56 vtkGetMacro(TipResolution,
int);
61 vtkSetClampMacro(ShaftRadius,
double,0.0,5.0);
62 vtkGetMacro(ShaftRadius,
double);
68 vtkSetClampMacro(ShaftResolution,
int,0,128);
69 vtkGetMacro(ShaftResolution,
int);
76 vtkBooleanMacro(Invert,
bool);
77 vtkSetMacro(Invert,
bool);
78 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.