VTK
Classes | Namespaces | Typedefs
dox/Filters/FlowPaths/vtkParticleTracerBase.h File Reference
#include "vtkFiltersFlowPathsModule.h"
#include "vtkSmartPointer.h"
#include "vtkPolyDataAlgorithm.h"
#include <vector>
#include <list>
Include dependency graph for vtkParticleTracerBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vtkParticleTracerBaseNamespace::Position
struct  vtkParticleTracerBaseNamespace::ParticleInformation
class  vtkParticleTracerBase
 A particle tracer for vector fields. More...

Namespaces

namespace  vtkParticleTracerBaseNamespace

Typedefs

typedef std::vector
< ParticleInformation > 
vtkParticleTracerBaseNamespace::ParticleVector
typedef ParticleVector::iterator vtkParticleTracerBaseNamespace::ParticleIterator
typedef std::list
< ParticleInformation > 
vtkParticleTracerBaseNamespace::ParticleDataList
typedef ParticleDataList::iterator vtkParticleTracerBaseNamespace::ParticleListIterator