Go to the documentation of this file.
39 #ifndef vtkSubPixelPositionEdgels_h
40 #define vtkSubPixelPositionEdgels_h
79 void Move(
int xdim,
int ydim,
int zdim,
int x,
int y,
81 double *
result,
int z,
double *aspect,
double *resultNormal);
82 void Move(
int xdim,
int ydim,
int zdim,
int x,
int y,
84 double *
result,
int z,
double *aspect,
double *resultNormal);
void PrintSelf(ostream &os, vtkIndent indent)
void Move(int xdim, int ydim, int zdim, int x, int y, double *img, vtkDataArray *inVecs, double *result, int z, double *aspect, double *resultNormal)
~vtkSubPixelPositionEdgels()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
void SetGradMapsData(vtkStructuredPoints *gm)
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
#define VTKFILTERSGENERAL_EXPORT
#define vtkGetMacro(name, type)
vtkSubPixelPositionEdgels()
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
GLint GLint GLint GLint GLint GLint y
static vtkSubPixelPositionEdgels * New()
vtkStructuredPoints * GetGradMaps()
Superclass for algorithms that produce only polydata as output.