VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::mesh_extrema_inc::PointerDoubling Class Reference

#include <PointerDoubling.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::mesh_extrema_inc::PointerDoubling:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn vertexID, WholeArrayInOut chains)
 
typedef void ExecutionSignature(_1, _2)
 
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 PointerDoubling ()
 
template<typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &vertexID, const InOutFieldPortalType &chains) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::mesh_extrema_inc::PointerDoubling::ControlSignature(FieldIn vertexID, WholeArrayInOut chains)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::mesh_extrema_inc::PointerDoubling::ExecutionSignature(_1, _2)

◆ InputDomain

Constructor & Destructor Documentation

◆ PointerDoubling()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::mesh_extrema_inc::PointerDoubling::PointerDoubling ( )
inline

Member Function Documentation

◆ operator()()

template<typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::mesh_extrema_inc::PointerDoubling::operator() ( const vtkm::Id vertexID,
const InOutFieldPortalType &  chains 
) const
inline

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