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

#include <ComputePotentialBin.h>

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

Public Types

using TagType = vtkm::List< T >
 
using ControlSignature = void(FieldIn binId, WholeArrayIn binCount, WholeArrayIn binX, WholeArrayIn binY, WholeArrayIn binZ, FieldInOut bestPot, FieldInOut worstPot)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5, _6, _7)
 
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 ComputePotentialBin (vtkm::Id N, T Mass, T LinkLen)
 
template<typename InIdPortalType >
VTKM_EXEC void operator() (const vtkm::Id &i, const InIdPortalType &count, const InIdPortalType &binX, const InIdPortalType &binY, const InIdPortalType &binZ, T &bestPotential, T &worstPotential) const
 

Public Attributes

vtkm::Id nBins
 
mass
 
linkLen
 

Member Typedef Documentation

◆ ControlSignature

template<typename T >
using vtkm::worklet::cosmotools::ComputePotentialBin< T >::ControlSignature = void(FieldIn binId, WholeArrayIn binCount, WholeArrayIn binX, WholeArrayIn binY, WholeArrayIn binZ, FieldInOut bestPot, FieldInOut worstPot)

◆ ExecutionSignature

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

◆ InputDomain

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

◆ TagType

template<typename T >
using vtkm::worklet::cosmotools::ComputePotentialBin< T >::TagType = vtkm::List<T>

Constructor & Destructor Documentation

◆ ComputePotentialBin()

template<typename T >
VTKM_EXEC_CONT vtkm::worklet::cosmotools::ComputePotentialBin< T >::ComputePotentialBin ( vtkm::Id  N,
Mass,
LinkLen 
)
inline

Member Function Documentation

◆ operator()()

template<typename T >
template<typename InIdPortalType >
VTKM_EXEC void vtkm::worklet::cosmotools::ComputePotentialBin< T >::operator() ( const vtkm::Id i,
const InIdPortalType &  count,
const InIdPortalType &  binX,
const InIdPortalType &  binY,
const InIdPortalType &  binZ,
T &  bestPotential,
T &  worstPotential 
) const
inline

Member Data Documentation

◆ linkLen

template<typename T >
T vtkm::worklet::cosmotools::ComputePotentialBin< T >::linkLen

◆ mass

template<typename T >
T vtkm::worklet::cosmotools::ComputePotentialBin< T >::mass

◆ nBins

template<typename T >
vtkm::Id vtkm::worklet::cosmotools::ComputePotentialBin< T >::nBins

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