VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetSuperparentSetDecorator::Functor< PortalType1, PortalType2 > Struct Template Reference

#include <SetSuperparentSetDecorator.h>

Public Member Functions

VTKM_EXEC_CONT vtkm::Id operator() (vtkm::Id i) const
 

Public Attributes

PortalType1 KeptSupernodesPortal
 
PortalType2 BaseTreeSuperarcsPortal
 

Member Function Documentation

◆ operator()()

template<typename PortalType1 , typename PortalType2 >
VTKM_EXEC_CONT vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetSuperparentSetDecorator::Functor< PortalType1, PortalType2 >::operator() ( vtkm::Id  i) const
inline

Member Data Documentation

◆ BaseTreeSuperarcsPortal

template<typename PortalType1 , typename PortalType2 >
PortalType2 vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetSuperparentSetDecorator::Functor< PortalType1, PortalType2 >::BaseTreeSuperarcsPortal

◆ KeptSupernodesPortal

template<typename PortalType1 , typename PortalType2 >
PortalType1 vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetSuperparentSetDecorator::Functor< PortalType1, PortalType2 >::KeptSupernodesPortal

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