VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree::FindLeaves Class Reference

#include <FindLeaves.h>

Inheritance diagram for vtkm::worklet::contourtree::FindLeaves:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn superID, WholeArrayIn updegree, WholeArrayIn downdegree, WholeArrayIn joinArc, WholeArrayIn splitArc, WholeArrayInOut superarc)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5, _6)
 
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 FindLeaves ()
 
template<typename InPortalFieldType , typename OutPortalFieldType >
VTKM_EXEC void operator() (const vtkm::Id &superID, const InPortalFieldType &updegree, const InPortalFieldType &downdegree, const InPortalFieldType &joinArc, const InPortalFieldType &splitArc, const OutPortalFieldType &superarc) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::FindLeaves::ControlSignature = void(FieldIn superID, WholeArrayIn updegree, WholeArrayIn downdegree, WholeArrayIn joinArc, WholeArrayIn splitArc, WholeArrayInOut superarc)

◆ ExecutionSignature

using vtkm::worklet::contourtree::FindLeaves::ExecutionSignature = void(_1, _2, _3, _4, _5, _6)

◆ InputDomain

Constructor & Destructor Documentation

◆ FindLeaves()

VTKM_EXEC_CONT vtkm::worklet::contourtree::FindLeaves::FindLeaves ( )
inline

Member Function Documentation

◆ operator()()

template<typename InPortalFieldType , typename OutPortalFieldType >
VTKM_EXEC void vtkm::worklet::contourtree::FindLeaves::operator() ( const vtkm::Id superID,
const InPortalFieldType &  updegree,
const InPortalFieldType &  downdegree,
const InPortalFieldType &  joinArc,
const InPortalFieldType &  splitArc,
const OutPortalFieldType &  superarc 
) const
inline

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