#include <CompactActiveEdgesComputeNewVertexOutdegree.h>
|
typedef void | ControlSignature(FieldIn activeVertices, WholeArrayIn activeEdges, WholeArrayIn edgeFar, WholeArrayIn firstEdge, WholeArrayIn outdegree, WholeArrayInOut hyperarcs, FieldOut newOutdegree) |
|
typedef _7 | ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::CompactActiveEdgesComputeNewVertexOutdegree::ControlSignature(FieldIn activeVertices, WholeArrayIn activeEdges, WholeArrayIn edgeFar, WholeArrayIn firstEdge, WholeArrayIn outdegree, WholeArrayInOut hyperarcs, FieldOut newOutdegree) |
◆ ExecutionSignature
typedef _7 vtkm::worklet::contourtree_augmented::active_graph_inc::CompactActiveEdgesComputeNewVertexOutdegree::ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6) |
◆ InputDomain
◆ CompactActiveEdgesComputeNewVertexOutdegree()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::CompactActiveEdgesComputeNewVertexOutdegree::CompactActiveEdgesComputeNewVertexOutdegree |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree_augmented::active_graph_inc::CompactActiveEdgesComputeNewVertexOutdegree::operator() |
( |
const vtkm::Id & |
vertexId, |
|
|
const vtkm::Id |
, |
|
|
const InFieldPortalType & |
activeEdgesPortal, |
|
|
const InFieldPortalType & |
edgeFarPortal, |
|
|
const InFieldPortalType & |
firstEdgePortal, |
|
|
const InFieldPortalType & |
outdegreePortal, |
|
|
const InOutFieldPortalType & |
hyperarcsPortal |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: