VTK-m  2.2
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 
17 
18 namespace vtkm
19 {
20 namespace filter
21 {
22 namespace flow
23 {
24 
25 template <typename Derived>
26 struct FlowTraits;
27 
28 template <typename Derived>
30 {
31 public:
36 
37 private:
38  VTKM_CONT FieldType GetField(const vtkm::cont::DataSet& data) const;
39 
40  VTKM_CONT TerminationType GetTermination(const vtkm::cont::DataSet& data) const;
41 
42  VTKM_CONT AnalysisType GetAnalysis(const vtkm::cont::DataSet& data) const;
43 
44  VTKM_CONT vtkm::cont::PartitionedDataSet DoExecutePartitions(
45  const vtkm::cont::PartitionedDataSet& input) override;
46 };
47 }
48 }
49 } // namespace vtkm::filter::flow
50 
51 #endif // vtk_m_filter_flow_FilterParticleAdvectionSteadyState_h
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::filter::flow::FilterParticleAdvectionSteadyState< Streamline >::TerminationType
typename FlowTraits< Streamline >::TerminationType TerminationType
Definition: FilterParticleAdvectionSteadyState.h:34
vtkm::filter::flow::FlowTraits
Definition: FilterParticleAdvectionSteadyState.h:26
vtkm::cont::DataSet
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
vtkm::filter::flow::FilterParticleAdvectionSteadyState< Streamline >::ParticleType
typename FlowTraits< Streamline >::ParticleType ParticleType
Definition: FilterParticleAdvectionSteadyState.h:32
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:32
VTKM_FILTER_FLOW_EXPORT
#define VTKM_FILTER_FLOW_EXPORT
Definition: vtkm_filter_flow_export.h:44
vtkm::filter::flow::FilterParticleAdvectionSteadyState< Streamline >::FieldType
typename FlowTraits< Streamline >::FieldType FieldType
Definition: FilterParticleAdvectionSteadyState.h:33
vtkm::filter::flow::FilterParticleAdvectionSteadyState
Definition: FilterParticleAdvectionSteadyState.h:29
vtkm_filter_flow_export.h
FlowTypes.h
vtkm::filter::flow::FilterParticleAdvectionSteadyState< Streamline >::AnalysisType
typename FlowTraits< Streamline >::AnalysisType AnalysisType
Definition: FilterParticleAdvectionSteadyState.h:35
FilterParticleAdvection.h
vtkm::cont::PartitionedDataSet
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26