#include <SetArcsSlideVertices.h>
|
VTKM_EXEC_CONT | SetArcsSlideVertices (bool isJoinGraph, vtkm::Id nSupernodes, vtkm::Id nHypernodes) |
|
template<typename InFieldPortalType , typename InOutFieldPortalType > |
VTKM_EXEC void | operator() (const InFieldPortalType &treeArcsPortal, const vtkm::Id nodeID, const InFieldPortalType &meshExtremaPortal, const InFieldPortalType &treeFirstSuperchildPortal, const InFieldPortalType &treeSupernodesPortal, const InOutFieldPortalType &treeSuperparentsPortal) const |
|
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::ControlSignature(WholeArrayIn treeArcs, WholeArrayIn meshExtrema, WholeArrayIn treeFirstSuperchild, WholeArrayIn treeSupernodes, WholeArrayInOut treeSuperparents) |
◆ ExecutionSignature
typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::ExecutionSignature(_1, InputIndex, _2, _3, _4, _5) |
◆ InputDomain
◆ SetArcsSlideVertices()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::SetArcsSlideVertices |
( |
bool |
isJoinGraph, |
|
|
vtkm::Id |
nSupernodes, |
|
|
vtkm::Id |
nHypernodes |
|
) |
| |
|
inline |
◆ operator()()
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::operator() |
( |
const InFieldPortalType & |
treeArcsPortal, |
|
|
const vtkm::Id |
nodeID, |
|
|
const InFieldPortalType & |
meshExtremaPortal, |
|
|
const InFieldPortalType & |
treeFirstSuperchildPortal, |
|
|
const InFieldPortalType & |
treeSupernodesPortal, |
|
|
const InOutFieldPortalType & |
treeSuperparentsPortal |
|
) |
| const |
|
inline |
◆ IsJoinGraph
bool vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::IsJoinGraph |
|
private |
◆ NumHypernodes
vtkm::Id vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::NumHypernodes |
|
private |
◆ NumSupernodes
vtkm::Id vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::NumSupernodes |
|
private |
The documentation for this class was generated from the following file: