VTK-m
2.0
|
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>
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 |
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)
using vtkm::worklet::contourtree_distributed::bract_maker::FindBoundaryVerticesIsNecessaryWorklet::ControlSignature = void(FieldIn bractVertexSuperset, ExecObject meshBoundaryExec, FieldOut necessaryBoundaryTreeVertexSuperset ) |
using vtkm::worklet::contourtree_distributed::bract_maker::FindBoundaryVerticesIsNecessaryWorklet::ExecutionSignature = _3(_1, _2) |
|
inline |
|
inline |