Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_augmented_mesh_dem_mesh_types_mesh_boundary_compute_mesh_boundary_contour_tree_mesh_h
54 #define vtk_m_worklet_contourtree_augmented_mesh_dem_mesh_types_mesh_boundary_compute_mesh_boundary_contour_tree_mesh_h
63 namespace contourtree_augmented
73 ExecObject meshBoundary,
84 template <
typename MeshBoundaryType>
86 const MeshBoundaryType& meshBoundary,
87 bool& isOnBoundary)
const
89 isOnBoundary = meshBoundary.LiesOnBoundary(nodeIndex);
VTKM_EXEC void operator()(const vtkm::Id &nodeIndex, const MeshBoundaryType &meshBoundary, bool &isOnBoundary) const
Definition: ComputeMeshBoundaryContourTreeMesh.h:85
#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::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A control signature tag for input fields.
Definition: WorkletMapField.h:49
void ControlSignature(FieldIn nodeIndex, ExecObject meshBoundary, FieldOut isOnBoundary)
Definition: ComputeMeshBoundaryContourTreeMesh.h:72
Definition: ComputeMeshBoundaryContourTreeMesh.h:69
VTKM_EXEC_CONT ComputeMeshBoundaryContourTreeMesh()
Definition: ComputeMeshBoundaryContourTreeMesh.h:82
void ExecutionSignature(_1, _2, _3)
Definition: ComputeMeshBoundaryContourTreeMesh.h:76
_1 InputDomain
Definition: ComputeMeshBoundaryContourTreeMesh.h:77
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38