140 #ifndef vtkArrowSource_h
141 #define vtkArrowSource_h
143 #include "vtkFiltersSourcesModule.h"
161 vtkSetClampMacro(TipLength,
double, 0.0, 1.0);
162 vtkGetMacro(TipLength,
double);
163 vtkSetClampMacro(TipRadius,
double, 0.0, 10.0);
164 vtkGetMacro(TipRadius,
double);
172 vtkSetClampMacro(TipResolution,
int, 1, 128);
173 vtkGetMacro(TipResolution,
int);
180 vtkSetClampMacro(ShaftRadius,
double, 0.0, 5.0);
181 vtkGetMacro(ShaftRadius,
double);
188 vtkSetClampMacro(ShaftResolution,
int, 3, 128);
189 vtkGetMacro(ShaftResolution,
int);
198 vtkBooleanMacro(Invert,
bool);
199 vtkSetMacro(Invert,
bool);
200 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.
vtkGetEnumMacro(ArrowOrigin, ArrowOrigins)
Sets and Gets the location used for orienting and scaling the arrow.
std::string GetArrowOriginAsString() const
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetArrowOriginToCenter()
void SetArrowOriginToDefault()
static vtkArrowSource * New()
Construct cone with angle of 45 degrees.
vtkSetEnumMacro(ArrowOrigin, ArrowOrigins)
Sets and Gets the location used for orienting and scaling the arrow.
~vtkArrowSource() override=default
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.