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

#include <InitializeHyperarcsFromActiveIndices.h>

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

Public Types

typedef void ControlSignature(WholeArrayInOut hyperarcs, WholeArrayIn activeIndices)
 
typedef void ExecutionSignature(_1, InputIndex, _2)
 
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 InitializeHyperarcsFromActiveIndices ()
 
template<typename InOutFieldPortalType , typename InFieldPortalType >
VTKM_EXEC void operator() (const InOutFieldPortalType &hyperarcsPortal, const vtkm::Id activeVertex, const InFieldPortalType &activeIndicesPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeHyperarcsFromActiveIndices::ControlSignature(WholeArrayInOut hyperarcs, WholeArrayIn activeIndices)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeHyperarcsFromActiveIndices::ExecutionSignature(_1, InputIndex, _2)

◆ InputDomain

Constructor & Destructor Documentation

◆ InitializeHyperarcsFromActiveIndices()

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

Member Function Documentation

◆ operator()()

template<typename InOutFieldPortalType , typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeHyperarcsFromActiveIndices::operator() ( const InOutFieldPortalType &  hyperarcsPortal,
const vtkm::Id  activeVertex,
const InFieldPortalType &  activeIndicesPortal 
) const
inline

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