VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_distributed::Edge Class Reference

#include <TreeCompiler.h>

Public Member Functions

 Edge (vtkm::Id Low=-1, vtkm::Id High=-1)
 

Public Attributes

indexType low
 
indexType high
 

Constructor & Destructor Documentation

◆ Edge()

vtkm::worklet::contourtree_distributed::Edge::Edge ( vtkm::Id  Low = -1,
vtkm::Id  High = -1 
)
inline

Member Data Documentation

◆ high

indexType vtkm::worklet::contourtree_distributed::Edge::high

◆ low

indexType vtkm::worklet::contourtree_distributed::Edge::low

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