VTK-m  2.0
Namespaces | Typedefs | Variables
filter/scalar_topology/worklet/contourtree_augmented/meshtypes/freudenthal_3D/Types.h File Reference
#include <vtkm/Types.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleGroupVec.h>

Go to the source code of this file.

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::worklet
 VTK-m Worklets.
 
 vtkm::worklet::contourtree_augmented
 
 vtkm::worklet::contourtree_augmented::m3d_freudenthal
 

Typedefs

using vtkm::worklet::contourtree_augmented::m3d_freudenthal::EdgeBoundaryDetectionMasksType = vtkm::cont::ArrayHandle< vtkm::Int8 >
 
using vtkm::worklet::contourtree_augmented::m3d_freudenthal::NeighbourOffsetsType = vtkm::cont::ArrayHandleGroupVec< vtkm::cont::ArrayHandle< vtkm::IdComponent >, 3 >
 
using vtkm::worklet::contourtree_augmented::m3d_freudenthal::LinkComponentCaseTableType = vtkm::cont::ArrayHandle< vtkm::UInt16 >
 

Variables

VTKM_STATIC_CONSTEXPR_ARRAY vtkm::IdComponent vtkm::worklet::contourtree_augmented::m3d_freudenthal::NeighbourOffsets [N_INCIDENT_EDGES *3]
 
VTKM_STATIC_CONSTEXPR_ARRAY vtkm::Int8 vtkm::worklet::contourtree_augmented::m3d_freudenthal::EdgeBoundaryDetectionMasks [N_INCIDENT_EDGES]
 
constexpr vtkm::Int32 vtkm::worklet::contourtree_augmented::m3d_freudenthal::LINK_COMPONENT_CASES = 16384
 
VTKM_STATIC_CONSTEXPR_ARRAY vtkm::UInt16 vtkm::worklet::contourtree_augmented::m3d_freudenthal::LinkComponentCaseTable [LINK_COMPONENT_CASES]