Go to the documentation of this file.
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);
93 vtkGetMacro(Invert,
bool);
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.
~vtkArrowSource() override
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.