49 #ifndef vtkTubeBender_h
50 #define vtkTubeBender_h
52 #include "vtkFiltersCoreModule.h"
55 VTK_ABI_NAMESPACE_BEGIN
69 vtkGetMacro(Radius,
double);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
Rounds corners on lines for better tubes.
vtkTubeBender(const vtkTubeBender &)=delete
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTubeBender * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkTubeBender() override
void operator=(const vtkTubeBender &)=delete