16#ifndef vtkDeflectNormals_h
17#define vtkDeflectNormals_h
20#include "vtkFiltersGeneralModule.h"
22VTK_ABI_NAMESPACE_BEGIN
35 vtkSetMacro(ScaleFactor,
double);
36 vtkGetMacro(ScaleFactor,
double);
44 vtkSetVector3Macro(UserNormal,
double);
45 vtkGetVector3Macro(UserNormal,
double);
53 vtkSetMacro(UseUserNormal,
bool);
54 vtkGetMacro(UseUserNormal,
bool);
55 vtkBooleanMacro(UseUserNormal,
bool);
64 double ScaleFactor = 1.0;
65 double UserNormal[3] = { 0.0, 0.0, 1.0 };
66 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