Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_find_boundary_vertices_is_necessary_h
54 #define vtk_m_worklet_contourtree_distributed_bract_maker_find_boundary_vertices_is_necessary_h
63 namespace contourtree_distributed
75 ExecObject meshBoundaryExec,
76 FieldOut necessaryBoundaryTreeVertexSuperset
85 template <
typename MeshBoundaryExecType>
87 const MeshBoundaryExecType& meshBoundaryExec)
const
89 return meshBoundaryExec.IsNecessary(node);
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
A control signature tag for output fields.
Definition: WorkletMapField.h:60
VTKM_EXEC bool operator()(const vtkm::Id &node, const MeshBoundaryExecType &meshBoundaryExec) const
Definition: FindBoundaryVerticesIsNecessaryWorklet.h:86
_3(_1, _2) ExecutionSignature
Definition: FindBoundaryVerticesIsNecessaryWorklet.h:78
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A control signature tag for input fields.
Definition: WorkletMapField.h:49
Worklet used in BoundaryTreeMaker<>::FindBoundaryVertices to create a stencil of the vertices that ar...
Definition: FindBoundaryVerticesIsNecessaryWorklet.h:71
_1 InputDomain
Definition: FindBoundaryVerticesIsNecessaryWorklet.h:79
VTKM_EXEC_CONT FindBoundaryVerticesIsNecessaryWorklet()
Definition: FindBoundaryVerticesIsNecessaryWorklet.h:83
void(FieldIn bractVertexSuperset, ExecObject meshBoundaryExec, FieldOut necessaryBoundaryTreeVertexSuperset) ControlSignature
Definition: FindBoundaryVerticesIsNecessaryWorklet.h:77
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38