VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::ComputeMeshBoundaryContourTreeMesh Class Reference

#include <ComputeMeshBoundaryContourTreeMesh.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::ComputeMeshBoundaryContourTreeMesh:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn nodeIndex, ExecObject meshBoundary, FieldOut isOnBoundary)
 
typedef void ExecutionSignature(_1, _2, _3)
 
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 ComputeMeshBoundaryContourTreeMesh ()
 
template<typename MeshBoundaryType >
VTKM_EXEC void operator() (const vtkm::Id &nodeIndex, const MeshBoundaryType &meshBoundary, bool &isOnBoundary) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::ComputeMeshBoundaryContourTreeMesh::ControlSignature(FieldIn nodeIndex, ExecObject meshBoundary, FieldOut isOnBoundary)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::ComputeMeshBoundaryContourTreeMesh::ExecutionSignature(_1, _2, _3)

◆ InputDomain

Constructor & Destructor Documentation

◆ ComputeMeshBoundaryContourTreeMesh()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::ComputeMeshBoundaryContourTreeMesh::ComputeMeshBoundaryContourTreeMesh ( )
inline

Member Function Documentation

◆ operator()()

template<typename MeshBoundaryType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::ComputeMeshBoundaryContourTreeMesh::operator() ( const vtkm::Id nodeIndex,
const MeshBoundaryType &  meshBoundary,
bool &  isOnBoundary 
) const
inline

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