#include <CopySupernodes.h>
|
| using | ControlSignature = void(FieldIn isSupernode, FieldIn regularID, FieldIn superID, FieldIn upCandidate, FieldIn downCandidate, WholeArrayOut regularToCritical, WholeArrayOut supernodes, WholeArrayOut updegree, WholeArrayOut downdegree) |
| |
| using | ExecutionSignature = void(_1, _2, _3, _4, _5, _6, _7, _8, _9) |
| |
| using | InputDomain = _1 |
| |
| template<typename Worklet > |
| using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
| |
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ CopySupernodes()
| VTKM_EXEC_CONT vtkm::worklet::contourtree::CopySupernodes::CopySupernodes |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename OutFieldPortalType >
| VTKM_EXEC void vtkm::worklet::contourtree::CopySupernodes::operator() |
( |
const vtkm::Id & |
isSupernode, |
|
|
const vtkm::Id & |
regularID, |
|
|
const vtkm::Id & |
superID, |
|
|
const vtkm::Id & |
upCandidate, |
|
|
const vtkm::Id & |
downCandidate, |
|
|
const OutFieldPortalType & |
regularToCritical, |
|
|
const OutFieldPortalType & |
supernodes, |
|
|
const OutFieldPortalType & |
updegree, |
|
|
const OutFieldPortalType & |
downdegree |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: