50 #ifndef __vtkLinkEdgels_h
51 #define __vtkLinkEdgels_h
53 #include "vtkFiltersGeneralModule.h"
65 void PrintSelf(ostream& os, vtkIndent indent);
74 vtkSetMacro(LinkThreshold,
double);
75 vtkGetMacro(LinkThreshold,
double);
80 vtkSetMacro(PhiThreshold,
double);
81 vtkGetMacro(PhiThreshold,
double);
86 vtkSetMacro(GradientThreshold,
double);
87 vtkGetMacro(GradientThreshold,
double);
94 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
97 void LinkEdgels(
int xdim,
int ydim,
double *image, vtkDataArray *inVectors,
99 vtkDoubleArray *outScalars, vtkDoubleArray *outVectors,
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
object to represent cell connectivity
links edgels together to form digital curves.