VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree Struct Reference

#include <ContourTreeMaker.h>

Public Member Functions

 LeafChainsToContourTree (const vtkm::Id nIterations, const bool isJoin, const IdArrayType &outdegree, const IdArrayType &indegree, const IdArrayType &outbound, const IdArrayType &inbound, const IdArrayType &inwards)
 
template<typename DeviceAdapter , typename... Args>
bool operator() (DeviceAdapter device, Args &&... args) const
 

Public Attributes

const vtkm::Id NumIterations
 
const bool IsJoin
 
const IdArrayTypeOutdegree
 
const IdArrayTypeIndegree
 
const IdArrayTypeOutbound
 
const IdArrayTypeInbound
 
const IdArrayTypeInwards
 

Constructor & Destructor Documentation

◆ LeafChainsToContourTree()

vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::LeafChainsToContourTree ( const vtkm::Id  nIterations,
const bool  isJoin,
const IdArrayType outdegree,
const IdArrayType indegree,
const IdArrayType outbound,
const IdArrayType inbound,
const IdArrayType inwards 
)
inline

Member Function Documentation

◆ operator()()

template<typename DeviceAdapter , typename... Args>
bool vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::operator() ( DeviceAdapter  device,
Args &&...  args 
) const
inline

Member Data Documentation

◆ Inbound

const IdArrayType& vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::Inbound

◆ Indegree

const IdArrayType& vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::Indegree

◆ Inwards

const IdArrayType& vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::Inwards

◆ IsJoin

const bool vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::IsJoin

◆ NumIterations

const vtkm::Id vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::NumIterations

◆ Outbound

const IdArrayType& vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::Outbound

◆ Outdegree

const IdArrayType& vtkm::worklet::contourtree_augmented::details::LeafChainsToContourTree::Outdegree

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