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);
79 vtkSetClampMacro(ShaftResolution,
int, 3, 128);
80 vtkGetMacro(ShaftResolution,
int);
89 vtkBooleanMacro(Invert,
bool);
90 vtkSetMacro(Invert,
bool);
91 vtkGetMacro(Invert,
bool);
105 vtkSetEnumMacro(ArrowOrigin, ArrowOrigins);
106 vtkGetEnumMacro(ArrowOrigin, ArrowOrigins);
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.