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

#include <CollapseBranchesPointerDoublingWorklet.h>

Inheritance diagram for vtkm::filter::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesPointerDoublingWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(WholeArrayInOut branchRoot)
 Control signature for the worklet. More...
 
using ExecutionSignature = void(InputIndex, _1)
 
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 CollapseBranchesPointerDoublingWorklet ()
 Default Constructor. More...
 
template<typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id superarc, const InOutFieldPortalType &branchRootPortal) const
 operator() of the workelt More...
 

Member Typedef Documentation

◆ ControlSignature

Control signature for the worklet.

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CollapseBranchesPointerDoublingWorklet()

VTKM_EXEC_CONT vtkm::filter::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesPointerDoublingWorklet::CollapseBranchesPointerDoublingWorklet ( )
inline

Default Constructor.

Member Function Documentation

◆ operator()()

template<typename InOutFieldPortalType >
VTKM_EXEC void vtkm::filter::scalar_topology::hierarchical_volumetric_branch_decomposer::CollapseBranchesPointerDoublingWorklet::operator() ( const vtkm::Id  superarc,
const InOutFieldPortalType &  branchRootPortal 
) const
inline

operator() of the workelt


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