39#ifndef vtkLinkEdgels_h 
   40#define vtkLinkEdgels_h 
   42#include "vtkFiltersGeneralModule.h"  
   45VTK_ABI_NAMESPACE_BEGIN
 
   67  vtkSetMacro(LinkThreshold, 
double);
 
   68  vtkGetMacro(LinkThreshold, 
double);
 
   75  vtkSetMacro(PhiThreshold, 
double);
 
   76  vtkGetMacro(PhiThreshold, 
double);
 
   83  vtkSetMacro(GradientThreshold, 
double);
 
   84  vtkGetMacro(GradientThreshold, 
double);
 
object to represent cell connectivity
 
abstract superclass for arrays of numeric data
 
dynamic, self-adjusting array of double
 
a simple class to control print indentation
 
links edgels together to form digital curves.
 
static vtkLinkEdgels * New()
Construct instance of vtkLinkEdgels with GradientThreshold set to 0.1, PhiThreshold set to 90 degrees...
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void LinkEdgels(int xdim, int ydim, double *image, vtkDataArray *inVectors, vtkCellArray *newLines, vtkPoints *newPts, vtkDoubleArray *outScalars, vtkDoubleArray *outVectors, int z)
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkLinkEdgels() override=default
 
represent and manipulate 3D points
 
Superclass for algorithms that produce only polydata as output.