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

#include <InitializeNeighbourhoodMasksAndOutDegrees.h>

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

Public Types

typedef void ControlSignature(FieldIn sortIndex, ExecObject meshStructure, WholeArrayOut neighbourhoodMasks, WholeArrayOut outDegrees)
 
typedef void ExecutionSignature(_1, _2, _3, _4)
 
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 InitializeNeighbourhoodMasksAndOutDegrees ()
 
VTKM_EXEC_CONT InitializeNeighbourhoodMasksAndOutDegrees (const bool joinGraph)
 
template<typename MeshStructureType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &sortIndex, const MeshStructureType &meshStructure, const OutFieldPortalType &neighbourhoodMasksPortal, const OutFieldPortalType &outDegreesPortal) const
 

Private Attributes

bool IsJoinGraph
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeNeighbourhoodMasksAndOutDegrees::ControlSignature(FieldIn sortIndex, ExecObject meshStructure, WholeArrayOut neighbourhoodMasks, WholeArrayOut outDegrees)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeNeighbourhoodMasksAndOutDegrees::ExecutionSignature(_1, _2, _3, _4)

◆ InputDomain

Constructor & Destructor Documentation

◆ InitializeNeighbourhoodMasksAndOutDegrees() [1/2]

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

◆ InitializeNeighbourhoodMasksAndOutDegrees() [2/2]

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeNeighbourhoodMasksAndOutDegrees::InitializeNeighbourhoodMasksAndOutDegrees ( const bool  joinGraph)
inline

Member Function Documentation

◆ operator()()

template<typename MeshStructureType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeNeighbourhoodMasksAndOutDegrees::operator() ( const vtkm::Id sortIndex,
const MeshStructureType &  meshStructure,
const OutFieldPortalType &  neighbourhoodMasksPortal,
const OutFieldPortalType &  outDegreesPortal 
) const
inline

Member Data Documentation

◆ IsJoinGraph

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

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