24 #ifndef vtkSurfaceVectors_h 25 #define vtkSurfaceVectors_h 27 #include "vtkDataSetAlgorithm.h" 28 #include "vtkPVVTKExtensionsDefaultModule.h" 37 void PrintSelf(ostream& os, vtkIndent indent);
71 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
72 virtual int RequestUpdateExtent(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
void SetConstraintModeToPerpendicularScale()
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 ...
void SetConstraintModeToParallel()
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel ...
Constrains vectors to surface.