VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree::JoinSuperArcFinder< T > Class Template Reference

#include <JoinSuperArcFinder.h>

Inheritance diagram for vtkm::worklet::contourtree::JoinSuperArcFinder< T >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using TagType = vtkm::List< T >
 
using ControlSignature = void(FieldIn vertex, WholeArrayIn values, WholeArrayInOut saddles, WholeArrayInOut extrema)
 
using ExecutionSignature = void(_1, _2, _3, _4)
 
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 JoinSuperArcFinder (bool IsJoinTree)
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &vertex, const InFieldPortalType &values, const OutFieldPortalType &saddles, const OutFieldPortalType &extrema) const
 

Public Attributes

bool isJoinTree
 

Member Typedef Documentation

◆ ControlSignature

template<typename T >
using vtkm::worklet::contourtree::JoinSuperArcFinder< T >::ControlSignature = void(FieldIn vertex, WholeArrayIn values, WholeArrayInOut saddles, WholeArrayInOut extrema)

◆ ExecutionSignature

template<typename T >
using vtkm::worklet::contourtree::JoinSuperArcFinder< T >::ExecutionSignature = void(_1, _2, _3, _4)

◆ InputDomain

template<typename T >
using vtkm::worklet::contourtree::JoinSuperArcFinder< T >::InputDomain = _1

◆ TagType

template<typename T >
using vtkm::worklet::contourtree::JoinSuperArcFinder< T >::TagType = vtkm::List<T>

Constructor & Destructor Documentation

◆ JoinSuperArcFinder()

template<typename T >
VTKM_EXEC_CONT vtkm::worklet::contourtree::JoinSuperArcFinder< T >::JoinSuperArcFinder ( bool  IsJoinTree)
inline

Member Function Documentation

◆ operator()()

template<typename T >
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree::JoinSuperArcFinder< T >::operator() ( const vtkm::Id vertex,
const InFieldPortalType &  values,
const OutFieldPortalType &  saddles,
const OutFieldPortalType &  extrema 
) const
inline

Member Data Documentation

◆ isJoinTree

template<typename T >
bool vtkm::worklet::contourtree::JoinSuperArcFinder< T >::isJoinTree

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