|
VTK-m
2.0
|
#include <SetCandidateParticles.h>
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 | |
| T | cutoffPotential |
| using vtkm::worklet::cosmotools::SetCandidateParticles< T >::ControlSignature = void(FieldIn bestPot, FieldIn partOffset, FieldIn partCount, WholeArrayOut candidate) |
| using vtkm::worklet::cosmotools::SetCandidateParticles< T >::ExecutionSignature = void(_1, _2, _3, _4) |
| using vtkm::worklet::cosmotools::SetCandidateParticles< T >::InputDomain = _1 |
| using vtkm::worklet::cosmotools::SetCandidateParticles< T >::TagType = vtkm::List<T> |
|
inline |
|
inline |
| T vtkm::worklet::cosmotools::SetCandidateParticles< T >::cutoffPotential |
1.8.17