34#ifndef vtkImageGradientMagnitude_h
35#define vtkImageGradientMagnitude_h
38#include "vtkImagingGeneralModule.h"
54 vtkGetMacro(HandleBoundaries,
int);
62 vtkSetClampMacro(Dimensionality,
int,2,3);
63 vtkGetMacro(Dimensionality,
int);
topologically and geometrically regular array of data
Computes magnitude of the gradient.
static vtkImageGradientMagnitude * New()
~vtkImageGradientMagnitude()
vtkImageGradientMagnitude()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int id)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
a simple class to control print indentation
Generic filter that has one input.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.