31 #ifndef vtkArrowSource_h 32 #define vtkArrowSource_h 34 #include "vtkFiltersSourcesModule.h" 52 vtkSetClampMacro(TipLength,
double,0.0,1.0);
53 vtkGetMacro(TipLength,
double);
54 vtkSetClampMacro(TipRadius,
double,0.0,10.0);
55 vtkGetMacro(TipRadius,
double);
63 vtkSetClampMacro(TipResolution,
int,1,128);
64 vtkGetMacro(TipResolution,
int);
71 vtkSetClampMacro(ShaftRadius,
double,0.0,5.0);
72 vtkGetMacro(ShaftRadius,
double);
81 vtkSetClampMacro(ShaftResolution,
int,0,128);
82 vtkGetMacro(ShaftResolution,
int);
91 vtkBooleanMacro(Invert,
bool);
92 vtkSetMacro(Invert,
bool);
93 vtkGetMacro(Invert,
bool);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
~vtkArrowSource() override
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Appends a cylinder to a cone to form an arrow.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.