Go to the documentation of this file.
40 #ifndef vtkSubPixelPositionEdgels_h
41 #define vtkSubPixelPositionEdgels_h
43 #include "vtkFiltersGeneralModule.h"
72 vtkSetMacro(TargetValue,
double);
73 vtkGetMacro(TargetValue,
double);
84 void Move(
int xdim,
int ydim,
int zdim,
int x,
int y,
86 double *result,
int z,
double *aspect,
double *resultNormal);
87 void Move(
int xdim,
int ydim,
int zdim,
int x,
int y,
89 double *result,
int z,
double *aspect,
double *resultNormal);
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void Move(int xdim, int ydim, int zdim, int x, int y, double *img, vtkDataArray *inVecs, double *result, int z, double *aspect, double *resultNormal)
void SetGradMapsData(vtkStructuredPoints *gm)
Set/Get the gradient data for doing the position adjustments.
abstract superclass for arrays of numeric data
void Move(int xdim, int ydim, int zdim, int x, int y, float *img, vtkDataArray *inVecs, double *result, int z, double *aspect, double *resultNormal)
adjust edgel locations based on gradients.
a simple class to control print indentation
vtkSubPixelPositionEdgels()
static vtkSubPixelPositionEdgels * New()
vtkStructuredPoints * GetGradMaps()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkSubPixelPositionEdgels() override
Superclass for algorithms that produce only polydata as output.