VTK
vtkPStreaklineFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPStreaklineFilter.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=========================================================================*/
29#ifndef vtkPStreaklineFilter_h
30#define vtkPStreaklineFilter_h
31
32#include "vtkSmartPointer.h" // For protected ivars.
33#include "vtkStreaklineFilter.h" //for utility
35#include "vtkFiltersParallelFlowPathsModule.h" // For export macro
36
37class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPStreaklineFilter: public vtkPParticleTracerBase
38{
39 public:
41 void PrintSelf(ostream& os, vtkIndent indent);
42
43 static vtkPStreaklineFilter *New();
44
45 protected:
48 vtkPStreaklineFilter(const vtkPStreaklineFilter&) VTK_DELETE_FUNCTION;
49 void operator=(const vtkPStreaklineFilter&) VTK_DELETE_FUNCTION;
50 virtual int OutputParticles(vtkPolyData* poly);
51 virtual void Finalize();
52
54};
55
56
57#endif
a simple class to control print indentation
Definition: vtkIndent.h:40
A Parallel Particle tracer for unsteady vector fields.
vtkPStreaklineFilter(const vtkPStreaklineFilter &) VTK_DELETE_FUNCTION
void operator=(const vtkPStreaklineFilter &) VTK_DELETE_FUNCTION
virtual void Finalize()
StreaklineFilterInternal It
virtual int OutputParticles(vtkPolyData *poly)
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:86