46#ifndef vtkTubeBender_h
47#define vtkTubeBender_h
49#include "vtkFiltersCoreModule.h"
65 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
static vtkTubeBender * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkTubeBender() override
void operator=(const vtkTubeBender &)=delete