#include <FindLeaves.h>
|
using | ControlSignature = void(FieldIn superID, WholeArrayIn updegree, WholeArrayIn downdegree, WholeArrayIn joinArc, WholeArrayIn splitArc, WholeArrayInOut superarc) |
|
using | ExecutionSignature = void(_1, _2, _3, _4, _5, _6) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
VTKM_EXEC_CONT | FindLeaves () |
|
template<typename InPortalFieldType , typename OutPortalFieldType > |
VTKM_EXEC void | operator() (const vtkm::Id &superID, const InPortalFieldType &updegree, const InPortalFieldType &downdegree, const InPortalFieldType &joinArc, const InPortalFieldType &splitArc, const OutPortalFieldType &superarc) const |
|
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ FindLeaves()
◆ operator()()
template<typename InPortalFieldType , typename OutPortalFieldType >
VTKM_EXEC void vtkm::worklet::contourtree::FindLeaves::operator() |
( |
const vtkm::Id & |
superID, |
|
|
const InPortalFieldType & |
updegree, |
|
|
const InPortalFieldType & |
downdegree, |
|
|
const InPortalFieldType & |
joinArc, |
|
|
const InPortalFieldType & |
splitArc, |
|
|
const OutPortalFieldType & |
superarc |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: