25#ifndef vtkDeflectNormals_h
26#define vtkDeflectNormals_h
29#include "vtkFiltersGeneralModule.h"
43 vtkSetMacro(ScaleFactor,
double);
44 vtkGetMacro(ScaleFactor,
double);
52 vtkSetVector3Macro(UserNormal,
double);
53 vtkGetVector3Macro(UserNormal,
double);
61 vtkSetMacro(UseUserNormal,
bool);
62 vtkGetMacro(UseUserNormal,
bool);
63 vtkBooleanMacro(UseUserNormal,
bool);
72 double ScaleFactor = 1.0;
73 double UserNormal[3] = { 0.0, 0.0, 1.0 };
74 bool UseUserNormal =
false;
Superclass for algorithms that produce output of the same type as input.
deflect normals using a 3 component vector field
static vtkDeflectNormals * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkDeflectNormals() override
a simple class to control print indentation