VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet Class Reference

#include <HypersweepWorklets.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayInOut, WholeArrayInOut)
 
typedef void ExecutionSignature(InputIndex, _1, _2, _3, _4)
 
using InputDomain = _2
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC_CONT BranchMinMaxSet (vtkm::Id _NumSupernodes)
 
template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType >
VTKM_EXEC void operator() (const vtkm::Id supernode, const IdWholeArrayInPortalType &supernodeSorterPortal, const IdWholeArrayInPortalType &whichBranchPortal, const IdWholeArrayInOutPortalType &branchMinimumPortal, const IdWholeArrayInOutPortalType &branchMaximumPortal) const
 

Public Attributes

vtkm::Id NumSupernodes
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet::ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayInOut, WholeArrayInOut)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet::ExecutionSignature(InputIndex, _1, _2, _3, _4)

◆ InputDomain

Constructor & Destructor Documentation

◆ BranchMinMaxSet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet::BranchMinMaxSet ( vtkm::Id  _NumSupernodes)
inline

Member Function Documentation

◆ operator()()

template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet::operator() ( const vtkm::Id  supernode,
const IdWholeArrayInPortalType &  supernodeSorterPortal,
const IdWholeArrayInPortalType &  whichBranchPortal,
const IdWholeArrayInOutPortalType &  branchMinimumPortal,
const IdWholeArrayInOutPortalType &  branchMaximumPortal 
) const
inline

Member Data Documentation

◆ NumSupernodes

vtkm::Id vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet::NumSupernodes

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