VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesWorklet Class Reference

#include <CollapseBranchesWorklet.h>

Inheritance diagram for vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn bestUpSupernode, FieldIn bestDownSupernode, ExecObject findRegularByGlobal, ExecObject findSuperArcBetweenNodes, WholeArrayIn hierarchicalTreeRegular2supernode, WholeArrayIn hierarchicalTreeWhichRound, WholeArrayInOut branchRoot)
 Control signature for the worklet. More...
 
using ExecutionSignature = void(InputIndex, _1, _2, _3, _4, _5, _6, _7)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC_CONT CollapseBranchesWorklet ()
 Default Constructor. More...
 
template<typename ExecObjectType1 , typename ExecObjectType2 , typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &supernode, const vtkm::Id &bestUpSupernodeId, const vtkm::Id &bestDownSupernodeId, const ExecObjectType1 &findRegularByGlobal, const ExecObjectType2 &findSuperArcBetweenNodes, const InFieldPortalType &hierarchicalTreeRegular2supernodePortal, const InFieldPortalType &hierarchicalTreeWhichRoundPortal, const InOutFieldPortalType &branchRootPortal) const
 operator() of the workelt More...
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesWorklet::ControlSignature = void( FieldIn bestUpSupernode, FieldIn bestDownSupernode, ExecObject findRegularByGlobal, ExecObject findSuperArcBetweenNodes, WholeArrayIn hierarchicalTreeRegular2supernode, WholeArrayIn hierarchicalTreeWhichRound, WholeArrayInOut branchRoot)

Control signature for the worklet.

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CollapseBranchesWorklet()

VTKM_EXEC_CONT vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesWorklet::CollapseBranchesWorklet ( )
inline

Default Constructor.

Member Function Documentation

◆ operator()()

template<typename ExecObjectType1 , typename ExecObjectType2 , typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesWorklet::operator() ( const vtkm::Id supernode,
const vtkm::Id bestUpSupernodeId,
const vtkm::Id bestDownSupernodeId,
const ExecObjectType1 &  findRegularByGlobal,
const ExecObjectType2 &  findSuperArcBetweenNodes,
const InFieldPortalType &  hierarchicalTreeRegular2supernodePortal,
const InFieldPortalType &  hierarchicalTreeWhichRoundPortal,
const InOutFieldPortalType &  branchRootPortal 
) const
inline

operator() of the workelt


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