VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::spatialstructure::SegmentSplitter Struct Reference

#include <BoundingIntervalHierarchy.h>

Inheritance diagram for vtkm::worklet::spatialstructure::SegmentSplitter:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

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
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::spatialstructure::SegmentSplitter::ControlSignature(FieldIn, FieldIn, FieldIn, FieldOut)

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::SegmentSplitter::ExecutionSignature(_1, _2, _3, _4)

◆ InputDomain

Constructor & Destructor Documentation

◆ SegmentSplitter()

VTKM_CONT vtkm::worklet::spatialstructure::SegmentSplitter::SegmentSplitter ( vtkm::IdComponent  maxLeafSize)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::spatialstructure::SegmentSplitter::operator() ( const vtkm::Id segmentId,
const vtkm::Id leqFlag,
const vtkm::Id segmentSize,
vtkm::Id newSegmentId 
) const
inline

Member Data Documentation

◆ MaxLeafSize

vtkm::IdComponent vtkm::worklet::spatialstructure::SegmentSplitter::MaxLeafSize

The documentation for this struct was generated from the following file: