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

#include <ComputeRegularStructure_LocateSuperarcs.h>

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

Public Types

typedef void ControlSignature(WholeArrayInOut contourTreeSuperparents, WholeArrayIn contourTreeWhenTransferred, WholeArrayIn contourTreeHyperparents, WholeArrayIn contourTreeHyperarcs, WholeArrayIn contourTreeHypernodes, WholeArrayIn contourTreeSupernodes, FieldIn meshExtremaPeaks, FieldIn meshExtremaPits, FieldIn sortOrder, ExecObject meshBoundary)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6, _7, _8, _9, _10)
 
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 ComputeRegularStructure_LocateSuperarcsOnBoundary (vtkm::Id numHypernodes, vtkm::Id numSupernodes)
 
template<typename InOutFieldPortalType , typename InFieldPortalType , typename MeshBoundaryType >
VTKM_EXEC void operator() (const InOutFieldPortalType &contourTreeSuperparentsPortal, const vtkm::Id node, const InFieldPortalType &contourTreeWhenTransferredPortal, const InFieldPortalType &contourTreeHyperparentsPortal, const InFieldPortalType &contourTreeHyperarcsPortal, const InFieldPortalType &contourTreeHypernodesPortal, const InFieldPortalType &contourTreeSupernodesPortal, vtkm::Id top, vtkm::Id bottom, vtkm::Id sortOrder, const MeshBoundaryType &meshBoundary) const
 

Public Attributes

vtkm::Id NumHypernodes
 
vtkm::Id NumSupernodes
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_LocateSuperarcsOnBoundary::ControlSignature(WholeArrayInOut contourTreeSuperparents, WholeArrayIn contourTreeWhenTransferred, WholeArrayIn contourTreeHyperparents, WholeArrayIn contourTreeHyperarcs, WholeArrayIn contourTreeHypernodes, WholeArrayIn contourTreeSupernodes, FieldIn meshExtremaPeaks, FieldIn meshExtremaPits, FieldIn sortOrder, ExecObject meshBoundary)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_LocateSuperarcsOnBoundary::ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6, _7, _8, _9, _10)

◆ InputDomain

Constructor & Destructor Documentation

◆ ComputeRegularStructure_LocateSuperarcsOnBoundary()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_LocateSuperarcsOnBoundary::ComputeRegularStructure_LocateSuperarcsOnBoundary ( vtkm::Id  numHypernodes,
vtkm::Id  numSupernodes 
)
inline

Member Function Documentation

◆ operator()()

template<typename InOutFieldPortalType , typename InFieldPortalType , typename MeshBoundaryType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_LocateSuperarcsOnBoundary::operator() ( const InOutFieldPortalType &  contourTreeSuperparentsPortal,
const vtkm::Id  node,
const InFieldPortalType &  contourTreeWhenTransferredPortal,
const InFieldPortalType &  contourTreeHyperparentsPortal,
const InFieldPortalType &  contourTreeHyperarcsPortal,
const InFieldPortalType &  contourTreeHypernodesPortal,
const InFieldPortalType &  contourTreeSupernodesPortal,
vtkm::Id  top,
vtkm::Id  bottom,
vtkm::Id  sortOrder,
const MeshBoundaryType &  meshBoundary 
) const
inline

Member Data Documentation

◆ NumHypernodes

vtkm::Id vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_LocateSuperarcsOnBoundary::NumHypernodes

◆ NumSupernodes

vtkm::Id vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_LocateSuperarcsOnBoundary::NumSupernodes

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