|
VTK-m
2.0
|
#include <DegreeDelta.h>
Public Types | |
| using | ControlSignature = void(FieldIn sortID, WholeArrayIn sortVector, WholeArrayOut candidate) |
| using | ExecutionSignature = void(_1, _2, _3) |
| using | InputDomain = _1 |
Public Types inherited from vtkm::worklet::WorkletMapField | |
| template<typename Worklet > | |
| using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
| VTKM_EXEC_CONT | DegreeDelta (vtkm::Id NCandidates) |
| template<typename InFieldPortalType , typename OutFieldPortalType > | |
| VTKM_EXEC void | operator() (const vtkm::Id &sortID, const InFieldPortalType &sortVector, const OutFieldPortalType &candidate) const |
Public Attributes | |
| vtkm::Id | nCandidates |
| using vtkm::worklet::contourtree::DegreeDelta::ControlSignature = void(FieldIn sortID, WholeArrayIn sortVector, WholeArrayOut candidate) |
| using vtkm::worklet::contourtree::DegreeDelta::ExecutionSignature = void(_1, _2, _3) |
|
inline |
|
inline |
| vtkm::Id vtkm::worklet::contourtree::DegreeDelta::nCandidates |
1.8.17