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

#include <MeshBoundary2D.h>

Public Types

using SortIndicesPortalType = IdArrayType::ReadPortalType
 

Public Member Functions

VTKM_EXEC_CONT MeshBoundary2D ()
 
VTKM_CONT MeshBoundary2D (vtkm::Id2 meshSize, const IdArrayType &sortIndices, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 
VTKM_EXEC_CONT bool LiesOnBoundary (const vtkm::Id meshIndex) const
 
VTKM_EXEC_CONT bool IsNecessary (const vtkm::Id meshIndex) const
 
const VTKM_EXEC_CONT data_set_mesh::MeshStructure2DGetMeshStructure () const
 

Private Attributes

data_set_mesh::MeshStructure2D MeshStructure
 
SortIndicesPortalType SortIndicesPortal
 

Member Typedef Documentation

◆ SortIndicesPortalType

Constructor & Destructor Documentation

◆ MeshBoundary2D() [1/2]

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

◆ MeshBoundary2D() [2/2]

VTKM_CONT vtkm::worklet::contourtree_augmented::MeshBoundary2D::MeshBoundary2D ( vtkm::Id2  meshSize,
const IdArrayType sortIndices,
vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Function Documentation

◆ GetMeshStructure()

const VTKM_EXEC_CONT data_set_mesh::MeshStructure2D& vtkm::worklet::contourtree_augmented::MeshBoundary2D::GetMeshStructure ( ) const
inline

◆ IsNecessary()

VTKM_EXEC_CONT bool vtkm::worklet::contourtree_augmented::MeshBoundary2D::IsNecessary ( const vtkm::Id  meshIndex) const
inline

◆ LiesOnBoundary()

VTKM_EXEC_CONT bool vtkm::worklet::contourtree_augmented::MeshBoundary2D::LiesOnBoundary ( const vtkm::Id  meshIndex) const
inline

Member Data Documentation

◆ MeshStructure

data_set_mesh::MeshStructure2D vtkm::worklet::contourtree_augmented::MeshBoundary2D::MeshStructure
private

◆ SortIndicesPortal

SortIndicesPortalType vtkm::worklet::contourtree_augmented::MeshBoundary2D::SortIndicesPortal
private

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