VTK  9.0.1
vtkLagrangianThreadedData.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkLagrangianParticleTracker.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 =========================================================================*/
22 #ifndef vtkLagrangianThreadedData_h
23 #define vtkLagrangianThreadedData_h
24 
25 #include "vtkFiltersFlowPathsModule.h" // For export macro
26 #include "vtkGenericCell.h"
27 #include "vtkIdList.h"
28 #include "vtkPolyData.h"
29 
31 class vtkDataObject;
33 
34 struct VTKFILTERSFLOWPATHS_EXPORT vtkLagrangianThreadedData
35 {
39 
43  void* UserData;
44 };
45 #endif // vtkLagrangianThreadedData_h
46 // VTK-HeaderTest-Exclude: vtkLagrangianThreadedData.h
vtkNew< vtkPolyData > ParticlePathsOutput
vtkInitialValueProblemSolver * Integrator
struct to hold a user data
vtkNew< vtkGenericCell > GenericCell
vtkBilinearQuadIntersection * BilinearQuadIntersection
general representation of visualization data
Definition: vtkDataObject.h:59
Class to perform non planar quad intersection.
Integrate a set of ordinary differential equations (initial value problem) in time.