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