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

#include <BoundingIntervalHierarchy.h>

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

Public Types

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

Public Member Functions

VTKM_CONT SplitPropertiesCalculator (vtkm::IdComponent index, vtkm::Id stride)
 
template<typename SplitPropertiesPortal >
VTKM_EXEC void operator() (const vtkm::Id &pointsToLeft, const vtkm::Id &pointsToRight, const vtkm::Range &lMaxRanges, const vtkm::Range &rMinRanges, const vtkm::FloatDefault &planeValue, SplitPropertiesPortal &splits, vtkm::Id inputIndex) const
 

Public Attributes

vtkm::IdComponent Index
 
vtkm::Id Stride
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::spatialstructure::SplitPropertiesCalculator::ControlSignature(FieldIn, FieldIn, FieldIn, FieldIn, FieldIn, WholeArrayInOut)

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::SplitPropertiesCalculator::ExecutionSignature(_1, _2, _3, _4, _5, _6, InputIndex)

◆ InputDomain

Constructor & Destructor Documentation

◆ SplitPropertiesCalculator()

VTKM_CONT vtkm::worklet::spatialstructure::SplitPropertiesCalculator::SplitPropertiesCalculator ( vtkm::IdComponent  index,
vtkm::Id  stride 
)
inline

Member Function Documentation

◆ operator()()

template<typename SplitPropertiesPortal >
VTKM_EXEC void vtkm::worklet::spatialstructure::SplitPropertiesCalculator::operator() ( const vtkm::Id pointsToLeft,
const vtkm::Id pointsToRight,
const vtkm::Range lMaxRanges,
const vtkm::Range rMinRanges,
const vtkm::FloatDefault planeValue,
SplitPropertiesPortal &  splits,
vtkm::Id  inputIndex 
) const
inline

Member Data Documentation

◆ Index

vtkm::IdComponent vtkm::worklet::spatialstructure::SplitPropertiesCalculator::Index

◆ Stride

vtkm::Id vtkm::worklet::spatialstructure::SplitPropertiesCalculator::Stride

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