#include <InitializeActiveGraphVertices.h>
|
typedef void | ControlSignature(FieldIn sortIndex, WholeArrayIn outDegrees, WholeArrayIn inverseIndex, WholeArrayIn extrema, WholeArrayOut activeIndices, WholeArrayOut globalIndex, WholeArrayOut outdegree, WholeArrayOut hyperarcs, WholeArrayOut activeVertices) |
|
typedef void | ExecutionSignature(_1, _2, _3, _4, InputIndex, _5, _6, _7, _8, _9) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
VTKM_EXEC_CONT | InitializeActiveGraphVertices () |
|
template<typename InFieldPortalType , typename OutFieldPortalType > |
VTKM_EXEC void | operator() (const vtkm::Id &sortIndex, const InFieldPortalType &outDegrees, const InFieldPortalType &inverseIndex, const InFieldPortalType &extrema, const vtkm::Id, const OutFieldPortalType &activeIndices, const OutFieldPortalType &globalIndex, const OutFieldPortalType &outdegree, const OutFieldPortalType &hyperarcs, const OutFieldPortalType &activeVertices) const |
|
◆ ControlSignature
typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeActiveGraphVertices::ControlSignature(FieldIn sortIndex, WholeArrayIn outDegrees, WholeArrayIn inverseIndex, WholeArrayIn extrema, WholeArrayOut activeIndices, WholeArrayOut globalIndex, WholeArrayOut outdegree, WholeArrayOut hyperarcs, WholeArrayOut activeVertices) |
◆ ExecutionSignature
typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeActiveGraphVertices::ExecutionSignature(_1, _2, _3, _4, InputIndex, _5, _6, _7, _8, _9) |
◆ InputDomain
◆ InitializeActiveGraphVertices()
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeActiveGraphVertices::InitializeActiveGraphVertices |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::InitializeActiveGraphVertices::operator() |
( |
const vtkm::Id & |
sortIndex, |
|
|
const InFieldPortalType & |
outDegrees, |
|
|
const InFieldPortalType & |
inverseIndex, |
|
|
const InFieldPortalType & |
extrema, |
|
|
const vtkm::Id |
, |
|
|
const OutFieldPortalType & |
activeIndices, |
|
|
const OutFieldPortalType & |
globalIndex, |
|
|
const OutFieldPortalType & |
outdegree, |
|
|
const OutFieldPortalType & |
hyperarcs, |
|
|
const OutFieldPortalType & |
activeVertices |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: