Go to the documentation of this file.
   63 #ifndef vtk_m_worklet_contourtree_ppp2_contourtree_mesh_inc_id_relabeler_h 
   64 #define vtk_m_worklet_contourtree_ppp2_contourtree_mesh_inc_id_relabeler_h 
   73 namespace contourtree_augmented
 
  106       this->
LocalBlockOrigin[2] + (v / (this->LocalBlockSize[1] * this->LocalBlockSize[0]))
 
  
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
 
VTKM_EXEC_CONT IdRelabeler()
Definition: IdRelabeler.h:83
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
VTKM_EXEC_CONT IdRelabeler(vtkm::Id3 lBO, vtkm::Id3 lBS, vtkm::Id3 gS)
Definition: IdRelabeler.h:91
 
vtkm::Id3 LocalBlockSize
Local block size.
Definition: IdRelabeler.h:116
 
A utility class that converts Ids from local to global given a mesh.
Definition: IdRelabeler.h:79
 
vtkm::Id3 LocalBlockOrigin
Local block origin.
Definition: IdRelabeler.h:114
 
vtkm::Id3 GlobalSize
Global mesh size.
Definition: IdRelabeler.h:118
 
VTKM_EXEC_CONT vtkm::Id operator()(vtkm::Id v) const
Definition: IdRelabeler.h:99