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

#include <InitializeActiveGraphVertices.h>

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

Public Types

typedef void ControlSignature(FieldIn sortIndex, WholeArrayIn outDegrees, WholeArrayIn inverseIndex, WholeArrayIn extrema, WholeArrayOut activeIndices, WholeArrayOut globalIndex, WholeArrayOut outdegree, WholeArrayOut hyperarcs, WholeArrayOut activeVertices)
 
typedef void ExecutionSignature(_1, _2, _3, _4, InputIndex, _5, _6, _7, _8, _9)
 
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 InitializeActiveGraphVertices ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &sortIndex, const InFieldPortalType &outDegrees, const InFieldPortalType &inverseIndex, const InFieldPortalType &extrema, const vtkm::Id, const OutFieldPortalType &activeIndices, const OutFieldPortalType &globalIndex, const OutFieldPortalType &outdegree, const OutFieldPortalType &hyperarcs, const OutFieldPortalType &activeVertices) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeActiveGraphVertices::ControlSignature(FieldIn sortIndex, WholeArrayIn outDegrees, WholeArrayIn inverseIndex, WholeArrayIn extrema, WholeArrayOut activeIndices, WholeArrayOut globalIndex, WholeArrayOut outdegree, WholeArrayOut hyperarcs, WholeArrayOut activeVertices)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeActiveGraphVertices::ExecutionSignature(_1, _2, _3, _4, InputIndex, _5, _6, _7, _8, _9)

◆ InputDomain

Constructor & Destructor Documentation

◆ InitializeActiveGraphVertices()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeActiveGraphVertices::operator() ( const vtkm::Id sortIndex,
const InFieldPortalType &  outDegrees,
const InFieldPortalType &  inverseIndex,
const InFieldPortalType &  extrema,
const vtkm::Id  ,
const OutFieldPortalType &  activeIndices,
const OutFieldPortalType &  globalIndex,
const OutFieldPortalType &  outdegree,
const OutFieldPortalType &  hyperarcs,
const OutFieldPortalType &  activeVertices 
) const
inline

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