#include <HypersweepWorklets.h>
|
typedef void | ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayInOut) |
|
typedef void | ExecutionSignature(InputIndex, _1, _2, _3, _4, _5, _6) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
VTKM_EXEC_CONT | InitialiseArcs (vtkm::Id _globalMinSortedIndex, vtkm::Id _globalMaxSortedIndex, vtkm::Id _rootSupernodeId) |
|
template<typename IdWholeArrayInPortalType , typename EdgeWholeArrayInOutPortal > |
VTKM_EXEC void | operator() (const vtkm::Id currentId, const IdWholeArrayInPortalType &minParentsPortal, const IdWholeArrayInPortalType &maxParentsPortal, const IdWholeArrayInPortalType &minValuesPortal, const IdWholeArrayInPortalType &maxValuesPortal, const IdWholeArrayInPortalType &superarcsPortal, const EdgeWholeArrayInOutPortal &arcsPortal) const |
|
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::InitialiseArcs::ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayInOut) |
◆ ExecutionSignature
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::InitialiseArcs::ExecutionSignature(InputIndex, _1, _2, _3, _4, _5, _6) |
◆ InputDomain
◆ InitialiseArcs()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::InitialiseArcs::InitialiseArcs |
( |
vtkm::Id |
_globalMinSortedIndex, |
|
|
vtkm::Id |
_globalMaxSortedIndex, |
|
|
vtkm::Id |
_rootSupernodeId |
|
) |
| |
|
inline |
◆ operator()()
template<typename IdWholeArrayInPortalType , typename EdgeWholeArrayInOutPortal >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::InitialiseArcs::operator() |
( |
const vtkm::Id |
currentId, |
|
|
const IdWholeArrayInPortalType & |
minParentsPortal, |
|
|
const IdWholeArrayInPortalType & |
maxParentsPortal, |
|
|
const IdWholeArrayInPortalType & |
minValuesPortal, |
|
|
const IdWholeArrayInPortalType & |
maxValuesPortal, |
|
|
const IdWholeArrayInPortalType & |
superarcsPortal, |
|
|
const EdgeWholeArrayInOutPortal & |
arcsPortal |
|
) |
| const |
|
inline |
◆ GlobalMaxSortedIndex
vtkm::Id vtkm::worklet::contourtree_augmented::process_contourtree_inc::InitialiseArcs::GlobalMaxSortedIndex |
◆ GlobalMinSortedIndex
vtkm::Id vtkm::worklet::contourtree_augmented::process_contourtree_inc::InitialiseArcs::GlobalMinSortedIndex |
◆ RootSupernodeId
vtkm::Id vtkm::worklet::contourtree_augmented::process_contourtree_inc::InitialiseArcs::RootSupernodeId |
The documentation for this class was generated from the following file: