Go to the documentation of this file.
38 #ifndef vtkUncertaintyTubeFilter_h
39 #define vtkUncertaintyTubeFilter_h
41 #include "vtkFiltersGeneralModule.h"
68 vtkGetMacro(NumberOfSides,
int);
represent and manipulate point attribute data
vtkUncertaintyTubeFilter()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate cell attribute data
a simple class to control print indentation
generate uncertainty tubes along a polyline
~vtkUncertaintyTubeFilter() override
concrete dataset represents vertices, lines, polygons, and triangle strips
int BuildTubes(vtkPointData *pd, vtkPointData *outPD, vtkCellData *cd, vtkCellData *outCD, vtkPolyData *output)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
static vtkUncertaintyTubeFilter * New()
Object factory method to instantiate this class.