26#ifndef vtkUncertaintyTubeFilter_h 
   27#define vtkUncertaintyTubeFilter_h 
   29#include "vtkFiltersGeneralModule.h"  
   32VTK_ABI_NAMESPACE_BEGIN
 
   57  vtkGetMacro(NumberOfSides, 
int);
 
represent and manipulate cell attribute data
 
a simple class to control print indentation
 
represent and manipulate point attribute data
 
Superclass for algorithms that produce only polydata as output.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
generate uncertainty tubes along a polyline
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for printing and obtaining type information for instances of this class.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
static vtkUncertaintyTubeFilter * New()
Object factory method to instantiate this class.
 
int BuildTubes(vtkPointData *pd, vtkPointData *outPD, vtkCellData *cd, vtkCellData *outCD, vtkPolyData *output)
 
vtkUncertaintyTubeFilter()
 
~vtkUncertaintyTubeFilter() override