VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::cosmotools::SetCandidateParticles< T > Class Template Reference

#include <SetCandidateParticles.h>

Inheritance diagram for vtkm::worklet::cosmotools::SetCandidateParticles< T >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using TagType = vtkm::List< T >
 
using ControlSignature = void(FieldIn bestPot, FieldIn partOffset, FieldIn partCount, WholeArrayOut candidate)
 
using ExecutionSignature = void(_1, _2, _3, _4)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC_CONT SetCandidateParticles (T Cutoff)
 
template<typename OutPortalType >
VTKM_EXEC void operator() (const T &bestPot, const vtkm::Id &offset, const vtkm::Id &count, const OutPortalType &candidate) const
 

Public Attributes

cutoffPotential
 

Member Typedef Documentation

◆ ControlSignature

template<typename T >
using vtkm::worklet::cosmotools::SetCandidateParticles< T >::ControlSignature = void(FieldIn bestPot, FieldIn partOffset, FieldIn partCount, WholeArrayOut candidate)

◆ ExecutionSignature

template<typename T >
using vtkm::worklet::cosmotools::SetCandidateParticles< T >::ExecutionSignature = void(_1, _2, _3, _4)

◆ InputDomain

template<typename T >
using vtkm::worklet::cosmotools::SetCandidateParticles< T >::InputDomain = _1

◆ TagType

Constructor & Destructor Documentation

◆ SetCandidateParticles()

Member Function Documentation

◆ operator()()

template<typename T >
template<typename OutPortalType >
VTKM_EXEC void vtkm::worklet::cosmotools::SetCandidateParticles< T >::operator() ( const T &  bestPot,
const vtkm::Id offset,
const vtkm::Id count,
const OutPortalType &  candidate 
) const
inline

Member Data Documentation

◆ cutoffPotential

template<typename T >
T vtkm::worklet::cosmotools::SetCandidateParticles< T >::cutoffPotential

The documentation for this class was generated from the following file: