|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   37 #ifndef vtkSubPixelPositionEdgels_h 
   38 #define vtkSubPixelPositionEdgels_h 
   40 #include "vtkFiltersGeneralModule.h"  
   69   vtkSetMacro(TargetValue, 
double);
 
   70   vtkGetMacro(TargetValue, 
double);
 
   81   void Move(
int xdim, 
int ydim, 
int zdim, 
int x, 
int y, 
float* img, 
vtkDataArray* inVecs,
 
   82     double* result, 
int z, 
double* aspect, 
double* resultNormal);
 
   83   void Move(
int xdim, 
int ydim, 
int zdim, 
int x, 
int y, 
double* img, 
vtkDataArray* inVecs,
 
   84     double* result, 
int z, 
double* aspect, 
double* resultNormal);
 
  
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
adjust edgel locations based on gradients.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.