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

#include <BoundingIntervalHierarchy.h>

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

Public Types

typedef void ControlSignature(FieldIn, FieldOut)
 
typedef void ExecutionSignature(_1, _2)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT NonSplitIndexCalculator (vtkm::IdComponent maxLeafSize)
 
VTKM_EXEC void operator() (const vtkm::Id &inSegmentSize, vtkm::Id &outSegmentSize) const
 

Public Attributes

vtkm::Id MaxLeafSize
 

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::NonSplitIndexCalculator::ExecutionSignature(_1, _2)

◆ InputDomain

Constructor & Destructor Documentation

◆ NonSplitIndexCalculator()

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

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::spatialstructure::NonSplitIndexCalculator::operator() ( const vtkm::Id inSegmentSize,
vtkm::Id outSegmentSize 
) const
inline

Member Data Documentation

◆ MaxLeafSize

vtkm::Id vtkm::worklet::spatialstructure::NonSplitIndexCalculator::MaxLeafSize

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