19 #ifndef vtkArrowSource_h
20 #define vtkArrowSource_h
22 #include "vtkFiltersSourcesModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
41 vtkSetClampMacro(TipLength,
double, 0.0, 1.0);
42 vtkGetMacro(TipLength,
double);
43 vtkSetClampMacro(TipRadius,
double, 0.0, 10.0);
44 vtkGetMacro(TipRadius,
double);
52 vtkSetClampMacro(TipResolution,
int, 1, 128);
53 vtkGetMacro(TipResolution,
int);
60 vtkSetClampMacro(ShaftRadius,
double, 0.0, 5.0);
61 vtkGetMacro(ShaftRadius,
double);
68 vtkSetClampMacro(ShaftResolution,
int, 3, 128);
69 vtkGetMacro(ShaftResolution,
int);
78 vtkBooleanMacro(Invert,
bool);
79 vtkSetMacro(Invert,
bool);
80 vtkGetMacro(Invert,
bool);
94 vtkSetEnumMacro(ArrowOrigin, ArrowOrigins);
95 vtkGetEnumMacro(ArrowOrigin, ArrowOrigins);
123 VTK_ABI_NAMESPACE_END
void SetArrowOriginToDefault()
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.
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 SetArrowOriginToCenter()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.