VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_distributed::bract_maker::FindNecessaryInteriorSupernodesFindNodesWorklet Class Reference

1.B. More...

#include <FindNecessaryInteriorSupernodesFindNodesWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::bract_maker::FindNecessaryInteriorSupernodesFindNodesWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn superarc, FieldIn superarcDependentBoundaryCount, WholeArrayOut isNecessary)
 
using ExecutionSignature = void(_1, _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 FindNecessaryInteriorSupernodesFindNodesWorklet (vtkm::Id numBoundary)
 
template<typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &superarc, const vtkm::Id &dependentWeight, const OutFieldPortalType &isNecessaryPortal) const
 

Private Attributes

vtkm::Id NumBoundary
 

Detailed Description

1.B.

Our condition is that if the superarc dependent count is neither 0 nor the # of boundary points, the superarc target is necessary. Note that there may be write conflicts, but it's an OR operation, so it doesn't matter Part of the BoundaryRestrictedAugmentedContourTree.FindNecessaryInteriorSupernodes function

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ FindNecessaryInteriorSupernodesFindNodesWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::FindNecessaryInteriorSupernodesFindNodesWorklet::FindNecessaryInteriorSupernodesFindNodesWorklet ( vtkm::Id  numBoundary)
inline

Member Function Documentation

◆ operator()()

template<typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::FindNecessaryInteriorSupernodesFindNodesWorklet::operator() ( const vtkm::Id superarc,
const vtkm::Id dependentWeight,
const OutFieldPortalType &  isNecessaryPortal 
) const
inline

Member Data Documentation

◆ NumBoundary

vtkm::Id vtkm::worklet::contourtree_distributed::bract_maker::FindNecessaryInteriorSupernodesFindNodesWorklet::NumBoundary
private

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