#include <HypersweepWorklets.h>
|
VTKM_EXEC_CONT | ComputeIntrinsicWeight () |
|
template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType > |
VTKM_EXEC void | operator() (const vtkm::Id superarc, const IdWholeArrayInPortalType &arcsPortal, const IdWholeArrayInPortalType &superarcsPortal, const IdWholeArrayInPortalType &firstVertexForSuperparentPortal, const IdWholeArrayInOutPortalType &superarcIntrinsicWeightPortal) const |
|
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeIntrinsicWeight::ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayInOut) |
◆ ExecutionSignature
typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeIntrinsicWeight::ExecutionSignature(InputIndex, _1, _2, _3, _4) |
◆ InputDomain
◆ ComputeIntrinsicWeight()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeIntrinsicWeight::ComputeIntrinsicWeight |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeIntrinsicWeight::operator() |
( |
const vtkm::Id |
superarc, |
|
|
const IdWholeArrayInPortalType & |
arcsPortal, |
|
|
const IdWholeArrayInPortalType & |
superarcsPortal, |
|
|
const IdWholeArrayInPortalType & |
firstVertexForSuperparentPortal, |
|
|
const IdWholeArrayInOutPortalType & |
superarcIntrinsicWeightPortal |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: