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

#include <SaddleAscentFunctor.h>

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

Public Types

using ControlSignature = void(FieldIn vertexID, WholeArrayIn firstEdge, WholeArrayIn outdegree, WholeArrayIn activeEdges, WholeArrayIn chainExtemum, WholeArrayInOut edgeFar, FieldOut newOutdegree)
 
using ExecutionSignature = _7(_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 SaddleAscentFunctor ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC vtkm::Id operator() (const vtkm::Id &vertexID, const InFieldPortalType &firstEdge, const InFieldPortalType &outdegree, const InFieldPortalType &activeEdges, const InFieldPortalType &chainExtremum, const InOutFieldPortalType &edgeFar) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::SaddleAscentFunctor::ControlSignature = void(FieldIn vertexID, WholeArrayIn firstEdge, WholeArrayIn outdegree, WholeArrayIn activeEdges, WholeArrayIn chainExtemum, WholeArrayInOut edgeFar, FieldOut newOutdegree)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ SaddleAscentFunctor()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree::SaddleAscentFunctor::operator() ( const vtkm::Id vertexID,
const InFieldPortalType &  firstEdge,
const InFieldPortalType &  outdegree,
const InFieldPortalType &  activeEdges,
const InFieldPortalType &  chainExtremum,
const InOutFieldPortalType &  edgeFar 
) const
inline

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