VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices Class Reference

#include <SetArcsSlideVertices.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(WholeArrayIn treeArcs, WholeArrayIn meshExtrema, WholeArrayIn treeFirstSuperchild, WholeArrayIn treeSupernodes, WholeArrayInOut treeSuperparents)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4, _5)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

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
 

Private Attributes

bool IsJoinGraph
 
vtkm::Id NumSupernodes
 
vtkm::Id NumHypernodes
 

Member Typedef Documentation

◆ 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

Constructor & Destructor Documentation

◆ SetArcsSlideVertices()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSlideVertices::SetArcsSlideVertices ( bool  isJoinGraph,
vtkm::Id  nSupernodes,
vtkm::Id  nHypernodes 
)
inline

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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: