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

#include <CompressTrees_Step.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::contourtree_maker_inc::CompressTrees_Step:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn activeSupernodes, WholeArrayIn contourTreeSuperarcs, WholeArrayInOut augmentedJoinSuperarcs, WholeArrayInOut augmentedSplitSuperarcs)
 
typedef void ExecutionSignature(_1, InputIndex, _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 CompressTrees_Step ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &superID, const vtkm::Id, const InFieldPortalType &contourTreeSuperarcsPortal, const InOutFieldPortalType &augmentedJoinSuperarcsPortal, const InOutFieldPortalType &augmentedSplitSuperarcsPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::CompressTrees_Step::ControlSignature(FieldIn activeSupernodes, WholeArrayIn contourTreeSuperarcs, WholeArrayInOut augmentedJoinSuperarcs, WholeArrayInOut augmentedSplitSuperarcs)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::CompressTrees_Step::ExecutionSignature(_1, InputIndex, _2, _3, _4)

◆ InputDomain

Constructor & Destructor Documentation

◆ CompressTrees_Step()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::CompressTrees_Step::CompressTrees_Step ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::CompressTrees_Step::operator() ( const vtkm::Id superID,
const vtkm::Id  ,
const InFieldPortalType &  contourTreeSuperarcsPortal,
const InOutFieldPortalType &  augmentedJoinSuperarcsPortal,
const InOutFieldPortalType &  augmentedSplitSuperarcsPortal 
) const
inline

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