26 #ifndef vtkUncertaintyTubeFilter_h
27 #define vtkUncertaintyTubeFilter_h
29 #include "vtkFiltersGeneralModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
56 vtkSetClampMacro(NumberOfSides,
int, 3,
VTK_INT_MAX);
57 vtkGetMacro(NumberOfSides,
int);
represent and manipulate point attribute data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate cell attribute data
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
generate uncertainty tubes along a polyline
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.