#include <HypersweepWorklets.h>
|
VTKM_EXEC_CONT | PropagateBestUpDown () |
|
template<typename IdWholeArrayInPortalType , typename IdWholeArrayOutPortalType > |
VTKM_EXEC void | operator() (const vtkm::Id supernodeId, const IdWholeArrayInPortalType &bestUpwardPortal, const IdWholeArrayInPortalType &bestDownwardPortal, const IdWholeArrayOutPortalType &whichBranchPortal) const |
|
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::PropagateBestUpDown::ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayOut) |
◆ ExecutionSignature
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::PropagateBestUpDown::ExecutionSignature(InputIndex, _1, _2, _3) |
◆ InputDomain
◆ PropagateBestUpDown()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::PropagateBestUpDown::PropagateBestUpDown |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename IdWholeArrayInPortalType , typename IdWholeArrayOutPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::PropagateBestUpDown::operator() |
( |
const vtkm::Id |
supernodeId, |
|
|
const IdWholeArrayInPortalType & |
bestUpwardPortal, |
|
|
const IdWholeArrayInPortalType & |
bestDownwardPortal, |
|
|
const IdWholeArrayOutPortalType & |
whichBranchPortal |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: