VTK  9.2.6
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=========================================================================*/
28
29#ifndef vtkPStreaklineFilter_h
30#define vtkPStreaklineFilter_h
31
32#include "vtkFiltersParallelFlowPathsModule.h" // For export macro
34#include "vtkSmartPointer.h" // For protected ivars.
35#include "vtkStreaklineFilter.h" //for utility
36
37class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPStreaklineFilter : public vtkPParticleTracerBase
38{
39public:
41 void PrintSelf(ostream& os, vtkIndent indent) override;
42
44
45protected:
49 void operator=(const vtkPStreaklineFilter&) = delete;
50 int OutputParticles(vtkPolyData* poly) override;
51 void Finalize() override;
52
54};
55
56#endif
a simple class to control print indentation
Definition vtkIndent.h:40
static vtkPStreaklineFilter * New()
StreaklineFilterInternal It
void operator=(const vtkPStreaklineFilter &)=delete
vtkPStreaklineFilter(const vtkPStreaklineFilter &)=delete
int OutputParticles(vtkPolyData *poly) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Finalize() override
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition vtkPolyData.h:91