#include <SetArcsSetSuperAndHypernodeArcs.h>
|
VTKM_EXEC_CONT | SetArcsSetSuperAndHypernodeArcs () |
|
template<typename InFieldPortalType , typename OutFieldPortalType > |
VTKM_EXEC void | operator() (const InFieldPortalType &graphGlobalIndexPortal, const vtkm::Id graphVertex, const InFieldPortalType &graphHyperarcsPortal, const InFieldPortalType &graphHyperIDPortal, const OutFieldPortalType &treeArcsPortal, const OutFieldPortalType &treeSuperparentsPortal) const |
|
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSetSuperAndHypernodeArcs::ControlSignature(WholeArrayIn graphGlobalIndex, WholeArrayIn graphHyperarcs, WholeArrayIn graphHyperID, WholeArrayOut treeArcs, WholeArrayOut treeSuperparents) |
◆ ExecutionSignature
typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSetSuperAndHypernodeArcs::ExecutionSignature(_1, InputIndex, _2, _3, _4, _5) |
◆ InputDomain
◆ SetArcsSetSuperAndHypernodeArcs()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSetSuperAndHypernodeArcs::SetArcsSetSuperAndHypernodeArcs |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSetSuperAndHypernodeArcs::operator() |
( |
const InFieldPortalType & |
graphGlobalIndexPortal, |
|
|
const vtkm::Id |
graphVertex, |
|
|
const InFieldPortalType & |
graphHyperarcsPortal, |
|
|
const InFieldPortalType & |
graphHyperIDPortal, |
|
|
const OutFieldPortalType & |
treeArcsPortal, |
|
|
const OutFieldPortalType & |
treeSuperparentsPortal |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: