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

Graphics/vtkHyperStreamline.h File Reference

#include "vtkDataSetToPolyDataFilter.h"

Include dependency graph for vtkHyperStreamline.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkHyperStreamline
 generate hyperstreamline in arbitrary dataset More...


Defines

#define VTK_INTEGRATE_FORWARD   0
#define VTK_INTEGRATE_BACKWARD   1
#define VTK_INTEGRATE_BOTH_DIRECTIONS   2
#define VTK_INTEGRATE_MAJOR_EIGENVECTOR   0
#define VTK_INTEGRATE_MEDIUM_EIGENVECTOR   1
#define VTK_INTEGRATE_MINOR_EIGENVECTOR   2


Define Documentation

#define VTK_INTEGRATE_FORWARD   0
 

Definition at line 71 of file vtkHyperStreamline.h.

Referenced by vtkHyperStreamline::SetIntegrationDirectionToForward().

#define VTK_INTEGRATE_BACKWARD   1
 

Definition at line 72 of file vtkHyperStreamline.h.

Referenced by vtkHyperStreamline::SetIntegrationDirectionToBackward().

#define VTK_INTEGRATE_BOTH_DIRECTIONS   2
 

Definition at line 73 of file vtkHyperStreamline.h.

Referenced by vtkHyperStreamline::SetIntegrationDirectionToIntegrateBothDirections().

#define VTK_INTEGRATE_MAJOR_EIGENVECTOR   0
 

Definition at line 75 of file vtkHyperStreamline.h.

Referenced by vtkHyperStreamline::SetIntegrationEigenvectorToMajor().

#define VTK_INTEGRATE_MEDIUM_EIGENVECTOR   1
 

Definition at line 76 of file vtkHyperStreamline.h.

Referenced by vtkHyperStreamline::SetIntegrationEigenvectorToMedium().

#define VTK_INTEGRATE_MINOR_EIGENVECTOR   2
 

Definition at line 77 of file vtkHyperStreamline.h.

Referenced by vtkHyperStreamline::SetIntegrationEigenvectorToMinor().