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

Worklet used in BoundaryTreeMaker<>::FindBoundaryVertices to create a stencil of the vertices that are necessary for merging neighbouring data blocks (a.k.a., the points on shared boundaries that are boundary cirtical) More...

#include <FindBoundaryVerticesIsNecessaryWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn bractVertexSuperset, ExecObject meshBoundaryExec, FieldOut necessaryBoundaryTreeVertexSuperset)
 
using ExecutionSignature = _3(_1, _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 FindBoundaryVerticesIsNecessaryWorklet ()
 
template<typename MeshBoundaryExecType >
VTKM_EXEC bool operator() (const vtkm::Id &node, const MeshBoundaryExecType &meshBoundaryExec) const
 

Detailed Description

Worklet used in BoundaryTreeMaker<>::FindBoundaryVertices to create a stencil of the vertices that are necessary for merging neighbouring data blocks (a.k.a., the points on shared boundaries that are boundary cirtical)

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::FindBoundaryVerticesIsNecessaryWorklet::ControlSignature = void(FieldIn bractVertexSuperset, ExecObject meshBoundaryExec, FieldOut necessaryBoundaryTreeVertexSuperset )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ FindBoundaryVerticesIsNecessaryWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::FindBoundaryVerticesIsNecessaryWorklet::FindBoundaryVerticesIsNecessaryWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename MeshBoundaryExecType >
VTKM_EXEC bool vtkm::worklet::contourtree_distributed::bract_maker::FindBoundaryVerticesIsNecessaryWorklet::operator() ( const vtkm::Id node,
const MeshBoundaryExecType &  meshBoundaryExec 
) const
inline

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