#include <ComputeMeshBoundary2D.h>
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::ComputeMeshBoundary2D::ControlSignature(FieldIn boundaryId, WholeArrayIn sortIndices, ExecObject meshBoundary, FieldOut boundaryVertexArray, FieldOut boundarySortIndexArray) |
◆ ExecutionSignature
typedef void vtkm::worklet::contourtree_augmented::ComputeMeshBoundary2D::ExecutionSignature(_1, _2, _3, _4, _5) |
◆ InputDomain
◆ ComputeMeshBoundary2D()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::ComputeMeshBoundary2D::ComputeMeshBoundary2D |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename InFieldPortalType , typename MeshBoundaryType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::ComputeMeshBoundary2D::operator() |
( |
const vtkm::Id & |
boundaryId, |
|
|
const InFieldPortalType |
sortIndicesPortal, |
|
|
const MeshBoundaryType & |
meshBoundary, |
|
|
vtkm::Id & |
boundaryVertex, |
|
|
vtkm::Id & |
boundarySortIndex |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: