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

#include <HypersweepWorklets.h>

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

Public Types

typedef void ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayInOut, WholeArrayInOut)
 
typedef void ExecutionSignature(InputIndex, _1, _2, _3, _4, _5, _6, _7)
 
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 BranchSaddleParentSet ()
 
template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType >
VTKM_EXEC void operator() (const vtkm::Id branchID, const IdWholeArrayInPortalType &whichBranchPortal, const IdWholeArrayInPortalType &branchMinimumPortal, const IdWholeArrayInPortalType &branchMaximumPortal, const IdWholeArrayInPortalType &bestDownwardPortal, const IdWholeArrayInPortalType &bestUpwardPortal, const IdWholeArrayInOutPortalType &branchSaddlePortal, const IdWholeArrayInOutPortalType &branchParentPortal) const
 

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchSaddleParentSet::ExecutionSignature(InputIndex, _1, _2, _3, _4, _5, _6, _7)

◆ InputDomain

Constructor & Destructor Documentation

◆ BranchSaddleParentSet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchSaddleParentSet::BranchSaddleParentSet ( )
inline

Member Function Documentation

◆ operator()()

template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchSaddleParentSet::operator() ( const vtkm::Id  branchID,
const IdWholeArrayInPortalType &  whichBranchPortal,
const IdWholeArrayInPortalType &  branchMinimumPortal,
const IdWholeArrayInPortalType &  branchMaximumPortal,
const IdWholeArrayInPortalType &  bestDownwardPortal,
const IdWholeArrayInPortalType &  bestUpwardPortal,
const IdWholeArrayInOutPortalType &  branchSaddlePortal,
const IdWholeArrayInOutPortalType &  branchParentPortal 
) const
inline

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