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

Graphics/vtkStreamer.h File Reference

#include "vtkDataSetToPolyDataFilter.h"

Include dependency graph for vtkStreamer.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  vtkStreamer
 abstract object implements integration of massless particle through vector field More...

class  StreamPoint
class  StreamArray

Defines

#define VTK_INTEGRATE_FORWARD   0
#define VTK_INTEGRATE_BACKWARD   1
#define VTK_INTEGRATE_BOTH_DIRECTIONS   2


Define Documentation

#define VTK_INTEGRATE_FORWARD   0
 

Definition at line 78 of file vtkStreamer.h.

Referenced by vtkStreamer::GetIntegrationDirectionAsString(), and vtkStreamer::SetIntegrationDirectionToForward().

#define VTK_INTEGRATE_BACKWARD   1
 

Definition at line 79 of file vtkStreamer.h.

Referenced by vtkStreamer::GetIntegrationDirectionAsString(), and vtkStreamer::SetIntegrationDirectionToBackward().

#define VTK_INTEGRATE_BOTH_DIRECTIONS   2
 

Definition at line 80 of file vtkStreamer.h.

Referenced by vtkStreamer::SetIntegrationDirectionToIntegrateBothDirections().