VTK-m
2.0
|
#include <BoundingIntervalHierarchy.h>
Public Types | |
typedef void | ControlSignature(FieldIn, FieldIn, FieldIn, FieldOut) |
typedef void | ExecutionSignature(_1, _2, _3, _4) |
using | InputDomain = _1 |
Public Types inherited from vtkm::worklet::WorkletMapField | |
template<typename Worklet > | |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
VTKM_CONT | SegmentSplitter (vtkm::IdComponent maxLeafSize) |
VTKM_EXEC void | operator() (const vtkm::Id &segmentId, const vtkm::Id &leqFlag, const vtkm::Id &segmentSize, vtkm::Id &newSegmentId) const |
Public Attributes | |
vtkm::IdComponent | MaxLeafSize |
typedef void vtkm::worklet::spatialstructure::SegmentSplitter::ControlSignature(FieldIn, FieldIn, FieldIn, FieldOut) |
typedef void vtkm::worklet::spatialstructure::SegmentSplitter::ExecutionSignature(_1, _2, _3, _4) |
|
inline |
|
inline |
vtkm::IdComponent vtkm::worklet::spatialstructure::SegmentSplitter::MaxLeafSize |