#include <HypersweepWorklets.h>
|
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 |
|
◆ 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
◆ BranchMinMaxSet()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet::BranchMinMaxSet |
( |
vtkm::Id |
_NumSupernodes | ) |
|
|
inline |
◆ 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 |
◆ NumSupernodes
vtkm::Id vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchMinMaxSet::NumSupernodes |
The documentation for this class was generated from the following file: