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

#include <TransferRegularPointsWorklet.h>

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

Public Types

typedef void ControlSignature(FieldIn activeVertices, WholeArrayIn hyperarcs, WholeArrayOut outdegree)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3)
 
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 TransferRegularPointsWorklet ()
 
VTKM_EXEC_CONT TransferRegularPointsWorklet (bool joinGraph)
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &vertexId, const vtkm::Id, const InFieldPortalType &hyperarcsPortal, const OutFieldPortalType &outdegreePortal) const
 

Private Attributes

bool IsJoinGraph
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::TransferRegularPointsWorklet::ControlSignature(FieldIn activeVertices, WholeArrayIn hyperarcs, WholeArrayOut outdegree)

◆ ExecutionSignature

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

◆ InputDomain

Constructor & Destructor Documentation

◆ TransferRegularPointsWorklet() [1/2]

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

◆ TransferRegularPointsWorklet() [2/2]

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::TransferRegularPointsWorklet::TransferRegularPointsWorklet ( bool  joinGraph)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::TransferRegularPointsWorklet::operator() ( const vtkm::Id vertexId,
const vtkm::Id  ,
const InFieldPortalType &  hyperarcsPortal,
const OutFieldPortalType &  outdegreePortal 
) const
inline

Member Data Documentation

◆ IsJoinGraph

bool vtkm::worklet::contourtree_augmented::active_graph_inc::TransferRegularPointsWorklet::IsJoinGraph
private

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