Go to the documentation of this file.
19 #ifndef viskores_filter_flow_Streamline_h
20 #define viskores_filter_flow_Streamline_h
26 #include <viskores/filter/flow/worklet/Analysis.h>
27 #include <viskores/filter/flow/worklet/Field.h>
28 #include <viskores/filter/flow/worklet/Termination.h>
44 using AnalysisType = viskores::worklet::flow::StreamlineAnalysis<ParticleType>;
46 using FieldType = viskores::worklet::flow::VelocityField<ArrayType>;
78 #endif // viskores_filter_flow_Streamline_h
typename FlowTraits< Streamline >::FieldType FieldType
Definition: Streamline.h:65
Definition: FilterParticleAdvectionSteadyState.h:37
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
typename FlowTraits< Streamline >::TerminationType TerminationType
Definition: Streamline.h:62
Definition: FilterParticleAdvectionSteadyState.h:34
Manages an array-worth of data.
Definition: ArrayHandle.h:313
typename FlowTraits< Streamline >::AnalysisType AnalysisType
Definition: Streamline.h:63
typename FlowTraits< Streamline >::ArrayType ArrayType
Definition: Streamline.h:64
Advect particles in a vector field and display the path they take.
Definition: Streamline.h:57
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
Definition: Particle.h:105
viskores::worklet::flow::VelocityField< ArrayType > FieldType
Definition: Streamline.h:46
viskores::worklet::flow::NormalTermination TerminationType
Definition: Streamline.h:43
viskores::worklet::flow::StreamlineAnalysis< ParticleType > AnalysisType
Definition: Streamline.h:44
typename FlowTraits< Streamline >::ParticleType ParticleType
Definition: Streamline.h:61