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

A utility class that converts Ids from local to global given a mesh. More...

#include <IdRelabeler.h>

Public Member Functions

VTKM_EXEC_CONT IdRelabeler ()
 
VTKM_EXEC_CONT IdRelabeler (vtkm::Id3 lBO, vtkm::Id3 lBS, vtkm::Id3 gS)
 
VTKM_EXEC_CONT vtkm::Id operator() (vtkm::Id v) const
 

Public Attributes

vtkm::Id3 LocalBlockOrigin
 Local block origin. More...
 
vtkm::Id3 LocalBlockSize
 Local block size. More...
 
vtkm::Id3 GlobalSize
 Global mesh size. More...
 

Detailed Description

A utility class that converts Ids from local to global given a mesh.

Constructor & Destructor Documentation

◆ IdRelabeler() [1/2]

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler::IdRelabeler ( )
inline

◆ IdRelabeler() [2/2]

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler::IdRelabeler ( vtkm::Id3  lBO,
vtkm::Id3  lBS,
vtkm::Id3  gS 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC_CONT vtkm::Id vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler::operator() ( vtkm::Id  v) const
inline

Member Data Documentation

◆ GlobalSize

vtkm::Id3 vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler::GlobalSize

Global mesh size.

◆ LocalBlockOrigin

vtkm::Id3 vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler::LocalBlockOrigin

Local block origin.

◆ LocalBlockSize

vtkm::Id3 vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler::LocalBlockSize

Local block size.


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