Go to the documentation of this file.
13 #ifndef vtkSurfaceVectors_h
14 #define vtkSurfaceVectors_h
17 #include "vtkPVVTKExtensionsFiltersGeneralModule.h"
42 vtkSetMacro(ConstraintMode,
int);
43 vtkGetMacro(ConstraintMode,
int);
void operator=(const vtkObjectBase &)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void SetConstraintModeToPerpendicularScale()
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel ...
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetConstraintModeToParallel()
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel ...
void SetConstraintModeToPerpendicular()
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel ...
static vtkDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Constrains vectors to surface.