37 #ifndef __vtkUncertaintyTubeFilter_h
38 #define __vtkUncertaintyTubeFilter_h
40 #include "vtkFiltersGeneralModule.h"
52 void PrintSelf(ostream& os, vtkIndent indent);
61 vtkSetClampMacro(NumberOfSides,
int,3,VTK_INT_MAX);
62 vtkGetMacro(NumberOfSides,
int);
70 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
71 int BuildTubes(vtkPointData *pd, vtkPointData *outPD,
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate cell attribute data
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
generate uncertainty tubes along a polyline
Superclass for algorithms that produce only polydata as output.