Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkSurfaceVectors Class Reference

Constrains vectors to surface. More...

#include <vtkSurfaceVectors.h>

List of all members.

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

vtkSurfaceVectorsNew ()

Protected Member Functions

 vtkSurfaceVectors ()
 ~vtkSurfaceVectors ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int ConstraintMode


Detailed Description

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 31 of file vtkSurfaceVectors.h.


Member Enumeration Documentation

enum vtkSurfaceVectors::ConstraintMode
 

Enumeration values:
Parallel 
Perpendicular 
PerpendicularScale 

Definition at line 39 of file vtkSurfaceVectors.h.


Constructor & Destructor Documentation

vtkSurfaceVectors::vtkSurfaceVectors  )  [protected]
 

vtkSurfaceVectors::~vtkSurfaceVectors  )  [protected]
 


Member Function Documentation

vtkSurfaceVectors::vtkTypeRevisionMacro vtkSurfaceVectors  ,
vtkDataSetAlgorithm 
 

void vtkSurfaceVectors::PrintSelf ostream &  os,
vtkIndent  indent
 

vtkSurfaceVectors* vtkSurfaceVectors::New  )  [static]
 

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.

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.

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 52 of file vtkSurfaceVectors.h.

References Parallel.

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 54 of file vtkSurfaceVectors.h.

References Perpendicular.

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 56 of file vtkSurfaceVectors.h.

References PerpendicularScale.

virtual int vtkSurfaceVectors::RequestData vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector * 
[protected, virtual]
 

virtual int vtkSurfaceVectors::RequestUpdateExtent vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector * 
[protected, virtual]
 


Member Data Documentation

int vtkSurfaceVectors::ConstraintMode [protected]
 

Definition at line 72 of file vtkSurfaceVectors.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:45:11 2006 for ParaView by doxygen 1.3.5