VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 "vtkSmartPointer.h" // For protected ivars.
30 #include "vtkPParticleTracerBase.h"
31 #include "vtkParticlePathFilter.h" //for utility
32 
33 #include "vtkFiltersParallelFlowPathsModule.h" // For export macro
35 {
36  public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
40  static vtkPParticlePathFilter *New();
41 
42  protected:
44  ~vtkPParticlePathFilter(){}
45 
46  virtual void ResetCache();
47  virtual int OutputParticles(vtkPolyData* poly);
48  void Finalize();
49 
51 private:
52  vtkPParticlePathFilter(const vtkPParticlePathFilter&); // Not implemented.
53  void operator=(const vtkPParticlePathFilter&); // Not implemented
54 };
55 
56 
57 #endif
ParticlePathFilterInternal It
#define VTKFILTERSPARALLELFLOWPATHS_EXPORT
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual void ResetCache()
virtual int OutputParticles(vtkPolyData *poly)=0
A Parallel Particle tracer for unsteady vector fields.