VTK
vtkPParticlePathFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPParticlePathFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkPParticlePathFilter_h
26 #define vtkPParticlePathFilter_h
27 
28 
29 #include "vtkPParticleTracerBase.h"
30 #include "vtkParticlePathFilter.h" //for utility
31 
32 #include "vtkFiltersParallelFlowPathsModule.h" // For export macro
34 {
35 public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
39  static vtkPParticlePathFilter *New();
40 
41 protected:
44 
45  virtual void ResetCache();
46  virtual int OutputParticles(vtkPolyData* poly);
47  virtual void InitializeExtraPointDataArrays(vtkPointData* outputPD);
48  virtual void AppendToExtraPointDataArrays(vtkParticleTracerBaseNamespace::ParticleInformation &);
49  void Finalize();
50 
52 private:
53  vtkPParticlePathFilter(const vtkPParticlePathFilter&); // Not implemented.
54  void operator=(const vtkPParticlePathFilter&); // Not implemented
55 
56  vtkDoubleArray* SimulationTime;
57  vtkIntArray* SimulationTimeStep;
58 };
59 
60 
61 #endif
vtkPointData
represent and manipulate point attribute data
Definition: vtkPointData.h:37
vtkPParticleTracerBase
Definition: vtkPParticleTracerBase.h:39
vtkParticleTracerBaseNamespace
Definition: vtkParticleTracerBase.h:59
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPParticlePathFilter
A Parallel Particle tracer for unsteady vector fields.
Definition: vtkPParticlePathFilter.h:34
VTKFILTERSPARALLELFLOWPATHS_EXPORT
#define VTKFILTERSPARALLELFLOWPATHS_EXPORT
Definition: vtkFiltersParallelFlowPathsModule.h:15
vtkFiltersParallelFlowPathsModule.h
vtkParticlePathFilter.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkIntArray
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:53
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkPParticleTracerBase.h
vtkDoubleArray
dynamic, self-adjusting array of double
Definition: vtkDoubleArray.h:49
vtkgl::void
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
ParticlePathFilterInternal
Definition: vtkParticlePathFilter.h:37