VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_augmented::process_contourtree_inc::IncorporateParent< Operator > Class Template Reference

#include <HypersweepWorklets.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::process_contourtree_inc::IncorporateParent< Operator >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayInOut)
 
typedef void ExecutionSignature(InputIndex, _1, _2, _3)
 
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 IncorporateParent (Operator _op)
 
template<typename IdWholeArrayIn , typename IdWholeArrayInOut >
VTKM_EXEC void operator() (const vtkm::Id superarcId, const IdWholeArrayIn &parentsPortal, const IdWholeArrayIn &supernodesPortal, const IdWholeArrayInOut &hypersweepValuesPortal) const
 

Public Attributes

Operator Op
 

Member Typedef Documentation

◆ ControlSignature

template<typename Operator >
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::IncorporateParent< Operator >::ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayInOut)

◆ ExecutionSignature

template<typename Operator >
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::IncorporateParent< Operator >::ExecutionSignature(InputIndex, _1, _2, _3)

◆ InputDomain

Constructor & Destructor Documentation

◆ IncorporateParent()

Member Function Documentation

◆ operator()()

template<typename Operator >
template<typename IdWholeArrayIn , typename IdWholeArrayInOut >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::IncorporateParent< Operator >::operator() ( const vtkm::Id  superarcId,
const IdWholeArrayIn &  parentsPortal,
const IdWholeArrayIn &  supernodesPortal,
const IdWholeArrayInOut &  hypersweepValuesPortal 
) const
inline

Member Data Documentation

◆ Op

template<typename Operator >
Operator vtkm::worklet::contourtree_augmented::process_contourtree_inc::IncorporateParent< Operator >::Op

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