#include <CopyJoinSplit.h>
|
VTKM_EXEC_CONT | CopyJoinSplit () |
|
template<typename InFieldPortalType , typename OutFieldPortalType > |
VTKM_EXEC void | operator() (const vtkm::Id &superID, const InFieldPortalType &inbound, const InFieldPortalType &indegree, const InFieldPortalType &outdegree, const OutFieldPortalType &outbound) const |
|
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ CopyJoinSplit()
VTKM_EXEC_CONT vtkm::worklet::contourtree::CopyJoinSplit::CopyJoinSplit |
( |
| ) |
|
|
inline |
◆ operator()()
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree::CopyJoinSplit::operator() |
( |
const vtkm::Id & |
superID, |
|
|
const InFieldPortalType & |
inbound, |
|
|
const InFieldPortalType & |
indegree, |
|
|
const InFieldPortalType & |
outdegree, |
|
|
const OutFieldPortalType & |
outbound |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: