39 #ifndef vtkSubPixelPositionEdgels_h
40 #define vtkSubPixelPositionEdgels_h
64 vtkSetMacro(TargetFlag,
int);
65 vtkGetMacro(TargetFlag,
int);
66 vtkBooleanMacro(TargetFlag,
int);
67 vtkSetMacro(TargetValue,
double);
68 vtkGetMacro(TargetValue,
double);
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);
adjust edgel locations based on gradients.
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
abstract superclass for arrays of numeric data
#define VTKFILTERSGENERAL_EXPORT