VTK-m  2.0
Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec Class Reference

#include <MeshBoundaryContourTreeMesh.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_EXEC_CONT MeshBoundaryContourTreeMeshExec (const IdArrayType &globalMeshIndex, vtkm::Id3 globalSize, vtkm::Id3 minIdx, vtkm::Id3 maxIdx)
 
VTKM_CONT MeshBoundaryContourTreeMesh PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 

Private Attributes

const IdArrayTypeGlobalMeshIndex
 
vtkm::Id3 GlobalSize
 
vtkm::Id3 MinIdx
 
vtkm::Id3 MaxIdx
 

Constructor & Destructor Documentation

◆ MeshBoundaryContourTreeMeshExec()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec::MeshBoundaryContourTreeMeshExec ( const IdArrayType globalMeshIndex,
vtkm::Id3  globalSize,
vtkm::Id3  minIdx,
vtkm::Id3  maxIdx 
)
inline

Member Function Documentation

◆ PrepareForExecution()

VTKM_CONT MeshBoundaryContourTreeMesh vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ GlobalMeshIndex

const IdArrayType& vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec::GlobalMeshIndex
private

◆ GlobalSize

vtkm::Id3 vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec::GlobalSize
private

◆ MaxIdx

vtkm::Id3 vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec::MaxIdx
private

◆ MinIdx

vtkm::Id3 vtkm::worklet::contourtree_augmented::MeshBoundaryContourTreeMeshExec::MinIdx
private

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