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