VTK-m  2.0
Streamline.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_Streamline_h
12 #define vtk_m_filter_flow_Streamline_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 
26 
29 
30 class VTKM_FILTER_FLOW_EXPORT Streamline
32 {
33 private:
34  VTKM_CONT vtkm::filter::flow::FlowResultType GetResultType() const override;
35 };
36 
37 }
38 }
39 } // namespace vtkm::filter::flow
40 
41 #endif // vtk_m_filter_flow_Streamline_h
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
FilterParticleAdvectionSteadyState.h
vtkm::filter::flow::FlowResultType
FlowResultType
Definition: FlowTypes.h:31
vtkm::filter::flow::Streamline
Advect particles in a vector field.
Definition: Streamline.h:30
VTKM_CONT
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::filter::flow::FilterParticleAdvectionSteadyState
Definition: FilterParticleAdvectionSteadyState.h:24
FlowTypes.h