Constrains vectors to surface.
More...
#include <vtkSurfaceVectors.h>
Inherits vtkDataSetAlgorithm.
Constrains vectors to surface.
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 33 of file vtkSurfaceVectors.h.
◆ Superclass
◆ ConstraintMode
◆ vtkSurfaceVectors()
vtkSurfaceVectors::vtkSurfaceVectors |
( |
| ) |
|
|
protected |
◆ ~vtkSurfaceVectors()
vtkSurfaceVectors::~vtkSurfaceVectors |
( |
| ) |
|
|
protected |
◆ GetClassName()
virtual const char* vtkSurfaceVectors::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSurfaceVectors::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkSurfaceVectors::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkSurfaceVectors::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ SetConstraintMode()
virtual void vtkSurfaceVectors::SetConstraintMode |
( |
int |
| ) |
|
|
virtual |
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface.
It defaults to parallel.
◆ GetConstraintMode()
virtual int vtkSurfaceVectors::GetConstraintMode |
( |
| ) |
|
|
virtual |
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface.
It defaults to parallel.
◆ SetConstraintModeToParallel()
void vtkSurfaceVectors::SetConstraintModeToParallel |
( |
| ) |
|
|
inline |
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface.
It defaults to parallel.
Definition at line 55 of file vtkSurfaceVectors.h.
◆ SetConstraintModeToPerpendicular()
void vtkSurfaceVectors::SetConstraintModeToPerpendicular |
( |
| ) |
|
|
inline |
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.
◆ SetConstraintModeToPerpendicularScale()
void vtkSurfaceVectors::SetConstraintModeToPerpendicularScale |
( |
| ) |
|
|
inline |
This mode determines whether this filter projects vectors to be perpendicular to surface or parallel to surface.
It defaults to parallel.
Definition at line 60 of file vtkSurfaceVectors.h.
◆ RequestData()
virtual int vtkSurfaceVectors::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ RequestUpdateExtent()
virtual int vtkSurfaceVectors::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ ConstraintMode
The documentation for this class was generated from the following file: