 |
VTK
9.1.0
|
Go to the documentation of this file.
67 #ifndef vtkLinkEdgels_h
68 #define vtkLinkEdgels_h
70 #include "vtkFiltersGeneralModule.h"
94 vtkSetMacro(LinkThreshold,
double);
95 vtkGetMacro(LinkThreshold,
double);
102 vtkSetMacro(PhiThreshold,
double);
103 vtkGetMacro(PhiThreshold,
double);
110 vtkSetMacro(GradientThreshold,
double);
111 vtkGetMacro(GradientThreshold,
double);
represent and manipulate 3D points
static vtkLinkEdgels * New()
Construct instance of vtkLinkEdgels with GradientThreshold set to 0.1, PhiThreshold set to 90 degrees...
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
object to represent cell connectivity
~vtkLinkEdgels() override=default
void LinkEdgels(int xdim, int ydim, double *image, vtkDataArray *inVectors, vtkCellArray *newLines, vtkPoints *newPts, vtkDoubleArray *outScalars, vtkDoubleArray *outVectors, int z)
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
Superclass for algorithms that produce only polydata as output.