Viskores  1.0
FilterParticleAdvectionSteadyState.h
Go to the documentation of this file.
1 //============================================================================
2 // The contents of this file are covered by the Viskores license. See
3 // LICENSE.txt for details.
4 //
5 // By contributing to this file, all contributors agree to the Developer
6 // Certificate of Origin Version 1.1 (DCO 1.1) as stated in DCO.txt.
7 //============================================================================
8 
9 //============================================================================
10 // Copyright (c) Kitware, Inc.
11 // All rights reserved.
12 // See LICENSE.txt for details.
13 //
14 // This software is distributed WITHOUT ANY WARRANTY; without even
15 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16 // PURPOSE. See the above copyright notice for more information.
17 //============================================================================
18 
19 #ifndef viskores_filter_flow_FilterParticleAdvectionSteadyState_h
20 #define viskores_filter_flow_FilterParticleAdvectionSteadyState_h
21 
25 
26 namespace viskores
27 {
28 namespace filter
29 {
30 namespace flow
31 {
32 
33 template <typename Derived>
34 struct FlowTraits;
35 
36 template <typename Derived>
37 class VISKORES_FILTER_FLOW_EXPORT FilterParticleAdvectionSteadyState
39 {
40 public:
45 
46 private:
47  VISKORES_CONT FieldType GetField(const viskores::cont::DataSet& data) const;
48 
49  VISKORES_CONT TerminationType GetTermination(const viskores::cont::DataSet& data) const;
50 
51  VISKORES_CONT AnalysisType GetAnalysis(const viskores::cont::DataSet& data) const;
52 
54  const viskores::cont::PartitionedDataSet& input) override;
55 };
56 }
57 }
58 } // namespace viskores::filter::flow
59 
60 #endif // viskores_filter_flow_FilterParticleAdvectionSteadyState_h
viskores::filter::flow::FilterParticleAdvection
base class for advecting particles in a vector field.
Definition: FilterParticleAdvection.h:42
viskores::filter::flow::FilterParticleAdvectionSteadyState
Definition: FilterParticleAdvectionSteadyState.h:37
viskores::cont::DataSet
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
viskores::filter::flow::FlowTraits
Definition: FilterParticleAdvectionSteadyState.h:34
viskores_filter_flow_export.h
viskores::filter::flow::FilterParticleAdvectionSteadyState< WarpXStreamline >::FieldType
typename FlowTraits< WarpXStreamline >::FieldType FieldType
Definition: FilterParticleAdvectionSteadyState.h:42
VISKORES_CONT
#define VISKORES_CONT
Definition: ExportMacros.h:65
viskores
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::cont::PartitionedDataSet
Comprises a set of viskores::cont::DataSet objects.
Definition: PartitionedDataSet.h:34
viskores::filter::flow::FilterParticleAdvectionSteadyState< WarpXStreamline >::TerminationType
typename FlowTraits< WarpXStreamline >::TerminationType TerminationType
Definition: FilterParticleAdvectionSteadyState.h:43
viskores::filter::flow::FilterParticleAdvectionSteadyState< WarpXStreamline >::AnalysisType
typename FlowTraits< WarpXStreamline >::AnalysisType AnalysisType
Definition: FilterParticleAdvectionSteadyState.h:44
FlowTypes.h
FilterParticleAdvection.h
viskores::filter::flow::FilterParticleAdvectionSteadyState< WarpXStreamline >::ParticleType
typename FlowTraits< WarpXStreamline >::ParticleType ParticleType
Definition: FilterParticleAdvectionSteadyState.h:41