28 #ifndef vtkSubPixelPositionEdgels_h
29 #define vtkSubPixelPositionEdgels_h
31 #include "vtkFiltersGeneralModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
61 vtkSetMacro(TargetValue,
double);
62 vtkGetMacro(TargetValue,
double);
73 void Move(
int xdim,
int ydim,
int zdim,
int x,
int y,
float* img,
vtkDataArray* inVecs,
74 double* result,
int z,
double* aspect,
double* resultNormal);
75 void Move(
int xdim,
int ydim,
int zdim,
int x,
int y,
double* img,
vtkDataArray* inVecs,
76 double* result,
int z,
double* aspect,
double* resultNormal);
adjust edgel locations based on gradients.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
abstract superclass for arrays of numeric data
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.