VTK-m
2.0
vtkm
filter
flow
PathParticle.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_PathParticle_h
12
#define vtk_m_filter_flow_PathParticle_h
13
14
#include <
vtkm/filter/flow/FilterParticleAdvectionUnsteadyState.h
>
15
#include <
vtkm/filter/flow/FlowTypes.h
>
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
PathParticle
31
:
public
vtkm::filter::flow::FilterParticleAdvectionUnsteadyState
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_PathParticle_h
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
vtkm::filter::flow::FlowResultType
FlowResultType
Definition:
FlowTypes.h:31
VTKM_CONT
#define VTKM_CONT
Definition:
ExportMacros.h:57
vtkm::filter::flow::FilterParticleAdvectionUnsteadyState
Definition:
FilterParticleAdvectionUnsteadyState.h:24
FlowTypes.h
FilterParticleAdvectionUnsteadyState.h
vtkm::filter::flow::PathParticle
Advect particles in a vector field.
Definition:
PathParticle.h:30
Generated by
1.8.17