VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::cosmotools::IsStar Class Reference

#include <IsStar.h>

Inheritance diagram for vtkm::worklet::cosmotools::IsStar:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn index, WholeArrayInOut haloIdCurrent, WholeArrayInOut haloIdLast, WholeArrayInOut rootedStar)
 
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 IsStar ()
 
template<typename InPortalType , typename InPortalType2 >
VTKM_EXEC void operator() (const vtkm::Id &i, const InPortalType &haloIdCurrent, const InPortalType &haloIdLast, InPortalType2 &rootedStar) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::cosmotools::IsStar::ControlSignature = void(FieldIn index, WholeArrayInOut haloIdCurrent, WholeArrayInOut haloIdLast, WholeArrayInOut rootedStar)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ IsStar()

VTKM_EXEC_CONT vtkm::worklet::cosmotools::IsStar::IsStar ( )
inline

Member Function Documentation

◆ operator()()

template<typename InPortalType , typename InPortalType2 >
VTKM_EXEC void vtkm::worklet::cosmotools::IsStar::operator() ( const vtkm::Id i,
const InPortalType &  haloIdCurrent,
const InPortalType &  haloIdLast,
InPortalType2 &  rootedStar 
) const
inline

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