#include <vtkSurfaceVectors.h>
Public Types | |
| enum | ConstraintMode { Parallel = 0, Perpendicular, PerpendicularScale } |
Public Member Functions | |
| vtkTypeRevisionMacro (vtkSurfaceVectors, vtkDataSetAlgorithm) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetConstraintMode (int) |
| virtual int | GetConstraintMode () |
| void | SetConstraintModeToParallel () |
| void | SetConstraintModeToPerpendicular () |
| void | SetConstraintModeToPerpendicularScale () |
Static Public Member Functions | |
| vtkSurfaceVectors * | New () |
Protected Member Functions | |
| vtkSurfaceVectors () | |
| ~vtkSurfaceVectors () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| int | ConstraintMode |
This filter works on point vectors. It does not work on cell vectors yet. A normal is conputed for a point by averaging normals of surrounding 2D cells. The vector is then constrained to be perpendicular to the normal.
Definition at line 31 of file vtkSurfaceVectors.h.
|
|
Definition at line 39 of file vtkSurfaceVectors.h. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface. It defaults to parallel. |
|
|
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface. It defaults to parallel. |
|
|
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface. It defaults to parallel. Definition at line 52 of file vtkSurfaceVectors.h. References Parallel. |
|
|
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface. It defaults to parallel. Definition at line 54 of file vtkSurfaceVectors.h. References Perpendicular. |
|
|
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface. It defaults to parallel. Definition at line 56 of file vtkSurfaceVectors.h. References PerpendicularScale. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 72 of file vtkSurfaceVectors.h. |
1.3.5