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