#include <SetSupernodeInward.h>
|
using | ControlSignature = void(FieldIn superID, WholeArrayIn inbound, WholeArrayIn outbound, WholeArrayIn indegree, WholeArrayIn outdegree, WholeArrayInOut superarcs) |
|
using | ExecutionSignature = void(_1, _2, _3, _4, _5, _6) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
VTKM_EXEC_CONT | SetSupernodeInward () |
|
template<typename InFieldPortalType , typename OutFieldPortalType > |
VTKM_EXEC void | operator() (const vtkm::Id &superID, const InFieldPortalType &inbound, const InFieldPortalType &outbound, const InFieldPortalType &indegree, const InFieldPortalType &outdegree, const OutFieldPortalType &superarcs) const |
|
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ SetSupernodeInward()
VTKM_EXEC_CONT vtkm::worklet::contourtree::SetSupernodeInward::SetSupernodeInward |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree::SetSupernodeInward::operator() |
( |
const vtkm::Id & |
superID, |
|
|
const InFieldPortalType & |
inbound, |
|
|
const InFieldPortalType & |
outbound, |
|
|
const InFieldPortalType & |
indegree, |
|
|
const InFieldPortalType & |
outdegree, |
|
|
const OutFieldPortalType & |
superarcs |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: