VTK-m  2.0
FilterParticleAdvectionSteadyState.h
Go to the documentation of this file.
1 //============================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //============================================================================
10 
11 #ifndef vtk_m_filter_flow_FilterParticleAdvectionSteadyState_h
12 #define vtk_m_filter_flow_FilterParticleAdvectionSteadyState_h
13 
16 #include <vtkm/filter/flow/vtkm_filter_flow_export.h>
17 
18 namespace vtkm
19 {
20 namespace filter
21 {
22 namespace flow
23 {
24 class VTKM_FILTER_FLOW_EXPORT FilterParticleAdvectionSteadyState : public FilterParticleAdvection
25 {
26 private:
27  VTKM_CONT vtkm::cont::PartitionedDataSet DoExecutePartitions(
28  const vtkm::cont::PartitionedDataSet& inData) override;
29 };
30 
31 }
32 }
33 } // namespace vtkm::filter::flow
34 
35 #endif // vtk_m_filter_flow_FilterParticleAdvectionSteadyState_h
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_CONT
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::filter::flow::FilterParticleAdvection
base class for advecting particles in a vector field.
Definition: FilterParticleAdvection.h:31
vtkm::filter::flow::FilterParticleAdvectionSteadyState
Definition: FilterParticleAdvectionSteadyState.h:24
FlowTypes.h
FilterParticleAdvection.h
vtkm::cont::PartitionedDataSet
Definition: PartitionedDataSet.h:25