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

#include <FindSuperAndHyperNodesWorklet.h>

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

Public Types

typedef void ControlSignature(FieldIn graphVertexIndex, WholeArrayIn hyperarcs, WholeArrayIn newHypernodePosition, WholeArrayIn newSupernodePosition, WholeArrayOut hyperId, WholeArrayOut treeHypernodes, WholeArrayOut treeSupernodes)
 
typedef void ExecutionSignature(_1, _2, _3, _4, _5, _6, _7)
 
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 FindSuperAndHyperNodesWorklet ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &graphVertex, const InFieldPortalType &hyperarcsPortal, const InFieldPortalType &newHypernodePositionPortal, const InFieldPortalType &newSupernodePositionPortal, const OutFieldPortalType &hyperIdPortal, const OutFieldPortalType &treeHypernodesPortal, const OutFieldPortalType &treeSupernodesPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::FindSuperAndHyperNodesWorklet::ControlSignature(FieldIn graphVertexIndex, WholeArrayIn hyperarcs, WholeArrayIn newHypernodePosition, WholeArrayIn newSupernodePosition, WholeArrayOut hyperId, WholeArrayOut treeHypernodes, WholeArrayOut treeSupernodes)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::FindSuperAndHyperNodesWorklet::ExecutionSignature(_1, _2, _3, _4, _5, _6, _7)

◆ InputDomain

Constructor & Destructor Documentation

◆ FindSuperAndHyperNodesWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::FindSuperAndHyperNodesWorklet::FindSuperAndHyperNodesWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::FindSuperAndHyperNodesWorklet::operator() ( const vtkm::Id graphVertex,
const InFieldPortalType &  hyperarcsPortal,
const InFieldPortalType &  newHypernodePositionPortal,
const InFieldPortalType &  newSupernodePositionPortal,
const OutFieldPortalType &  hyperIdPortal,
const OutFieldPortalType &  treeHypernodesPortal,
const OutFieldPortalType &  treeSupernodesPortal 
) const
inline

The documentation for this class was generated from the following file: