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

#include <ComputeHyperAndSuperStructure_ResetHyperparentsId.h>

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

Public Types

typedef void ControlSignature(WholeArrayIn superSortIndex, WholeArrayInOut contourTreeHyperparents)
 
typedef void ExecutionSignature(_1, InputIndex, _2)
 
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_ResetHyperparentsId ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const InFieldPortalType &superSortIndexPortal, const vtkm::Id supernode, const InOutFieldPortalType &contourTreeHyperparentsPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_ResetHyperparentsId::ControlSignature(WholeArrayIn superSortIndex, WholeArrayInOut contourTreeHyperparents)

◆ ExecutionSignature

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

◆ InputDomain

Constructor & Destructor Documentation

◆ ComputeHyperAndSuperStructure_ResetHyperparentsId()

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

Member Function Documentation

◆ operator()()

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

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