 |
VTK
9.0.20210225
|
Go to the documentation of this file.
48 #ifndef vtkLinkEdgels_h
49 #define vtkLinkEdgels_h
51 #include "vtkFiltersGeneralModule.h"
75 vtkSetMacro(LinkThreshold,
double);
76 vtkGetMacro(LinkThreshold,
double);
83 vtkSetMacro(PhiThreshold,
double);
84 vtkGetMacro(PhiThreshold,
double);
91 vtkSetMacro(GradientThreshold,
double);
92 vtkGetMacro(GradientThreshold,
double);
represent and manipulate 3D points
abstract superclass for arrays of numeric 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.
a simple class to control print indentation
object to represent cell connectivity
links edgels together to form digital curves.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.