|
VTK-m
2.0
|
#include <Triangulate.h>
Public Types | |
| using | ControlSignature = void(FieldIn inIndices, FieldOut outIndices) |
| using | ScatterType = vtkm::worklet::ScatterCounting |
Public Types inherited from vtkm::worklet::WorkletMapField | |
| template<typename Worklet > | |
| using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
| template<typename T > | |
| VTKM_EXEC void | operator() (T inputIndex, T &outputIndex) const |
Static Public Member Functions | |
| template<typename CountArrayType > | |
| static VTKM_CONT ScatterType | MakeScatter (const CountArrayType &countArray) |
| using vtkm::worklet::Triangulate::DistributeCellData::ControlSignature = void(FieldIn inIndices, FieldOut outIndices) |
|
inlinestatic |
|
inline |
1.8.17