VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree Class Reference

#include <TransferLeafChains_TransferToContourTree.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn activeSupernodes, WholeArrayOut contourTreeHyperparents, WholeArrayOut contourTreeHyperarcs, WholeArrayOut contourTreeSuperarcs, WholeArrayOut contourTreeWhenTransferred)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4, _5)
 
using InputDomain = _1
 
using IdPortalType = vtkm::cont::ArrayHandle< vtkm::Id >::ReadPortalType
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

 TransferLeafChains_TransferToContourTree (const vtkm::Id nIterations, const bool IsJoin, const IdArrayType &outdegree, const IdArrayType &indegree, const IdArrayType &outbound, const IdArrayType &inbound, const IdArrayType &inwards, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 
template<typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &superID, const vtkm::Id, const OutFieldPortalType &contourTreeHyperparentsPortal, const OutFieldPortalType &contourTreeHyperarcsPortal, const OutFieldPortalType &contourTreeSuperarcsPortal, const OutFieldPortalType &contourTreeWhenTransferredPortal) const
 

Public Attributes

IdPortalType OutdegreePortal
 
IdPortalType IndegreePortal
 
IdPortalType OutboundPortal
 
IdPortalType InboundPortal
 
IdPortalType InwardsPortal
 
vtkm::Id NumIterations
 
bool isJoin
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::ControlSignature(FieldIn activeSupernodes, WholeArrayOut contourTreeHyperparents, WholeArrayOut contourTreeHyperarcs, WholeArrayOut contourTreeSuperarcs, WholeArrayOut contourTreeWhenTransferred)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::ExecutionSignature(_1, InputIndex, _2, _3, _4, _5)

◆ IdPortalType

◆ InputDomain

Constructor & Destructor Documentation

◆ TransferLeafChains_TransferToContourTree()

vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::TransferLeafChains_TransferToContourTree ( const vtkm::Id  nIterations,
const bool  IsJoin,
const IdArrayType outdegree,
const IdArrayType indegree,
const IdArrayType outbound,
const IdArrayType inbound,
const IdArrayType inwards,
vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Function Documentation

◆ operator()()

template<typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::operator() ( const vtkm::Id superID,
const vtkm::Id  ,
const OutFieldPortalType &  contourTreeHyperparentsPortal,
const OutFieldPortalType &  contourTreeHyperarcsPortal,
const OutFieldPortalType &  contourTreeSuperarcsPortal,
const OutFieldPortalType &  contourTreeWhenTransferredPortal 
) const
inline

Member Data Documentation

◆ InboundPortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::InboundPortal

◆ IndegreePortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::IndegreePortal

◆ InwardsPortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::InwardsPortal

◆ isJoin

bool vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::isJoin

◆ NumIterations

vtkm::Id vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::NumIterations

◆ OutboundPortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::OutboundPortal

◆ OutdegreePortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_TransferToContourTree::OutdegreePortal

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