VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild Class Reference

#include <ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(WholeArrayIn contourTreeHyperparents, WholeArrayIn superSortIndex, WholeArrayOut contourTreeHypernodes)
 
typedef void ExecutionSignature(_1, InputIndex, _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 ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const InFieldPortalType &contourTreeHyperparentsPortal, const vtkm::Id supernode, const InFieldPortalType &superSortIndexPortal, const OutFieldPortalType &contourTreeHypernodesPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild::ControlSignature(WholeArrayIn contourTreeHyperparents, WholeArrayIn superSortIndex, WholeArrayOut contourTreeHypernodes)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild::ExecutionSignature(_1, InputIndex, _2, _3)

◆ InputDomain

Constructor & Destructor Documentation

◆ ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild::ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild::operator() ( const InFieldPortalType &  contourTreeHyperparentsPortal,
const vtkm::Id  supernode,
const InFieldPortalType &  superSortIndexPortal,
const OutFieldPortalType &  contourTreeHypernodesPortal 
) const
inline

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