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

#include <BoundingIntervalHierarchy.h>

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

Public Types

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

Public Member Functions

VTKM_CONT SplitSelector (vtkm::IdComponent numPlanes, vtkm::IdComponent maxLeafSize, vtkm::IdComponent stride)
 
template<typename SplitPropertiesPortal >
VTKM_EXEC void operator() (vtkm::Id index, const SplitPropertiesPortal &xSplits, const SplitPropertiesPortal &ySplits, const SplitPropertiesPortal &zSplits, const vtkm::Id &segmentSize, TreeNode &node, vtkm::FloatDefault &plane, vtkm::Id &choice) const
 
template<typename ArrayPortal >
VTKM_EXEC vtkm::Id ArgMin (const ArrayPortal &values, vtkm::Id start, vtkm::Id length) const
 

Public Attributes

vtkm::IdComponent NumPlanes
 
vtkm::IdComponent MaxLeafSize
 
vtkm::Id Stride
 

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::SplitSelector::ExecutionSignature(_1, _2, _3, _4, _5, _6, _7, _8)

◆ InputDomain

Constructor & Destructor Documentation

◆ SplitSelector()

VTKM_CONT vtkm::worklet::spatialstructure::SplitSelector::SplitSelector ( vtkm::IdComponent  numPlanes,
vtkm::IdComponent  maxLeafSize,
vtkm::IdComponent  stride 
)
inline

Member Function Documentation

◆ ArgMin()

template<typename ArrayPortal >
VTKM_EXEC vtkm::Id vtkm::worklet::spatialstructure::SplitSelector::ArgMin ( const ArrayPortal &  values,
vtkm::Id  start,
vtkm::Id  length 
) const
inline

◆ operator()()

template<typename SplitPropertiesPortal >
VTKM_EXEC void vtkm::worklet::spatialstructure::SplitSelector::operator() ( vtkm::Id  index,
const SplitPropertiesPortal &  xSplits,
const SplitPropertiesPortal &  ySplits,
const SplitPropertiesPortal &  zSplits,
const vtkm::Id segmentSize,
TreeNode node,
vtkm::FloatDefault plane,
vtkm::Id choice 
) const
inline

Member Data Documentation

◆ MaxLeafSize

vtkm::IdComponent vtkm::worklet::spatialstructure::SplitSelector::MaxLeafSize

◆ NumPlanes

vtkm::IdComponent vtkm::worklet::spatialstructure::SplitSelector::NumPlanes

◆ Stride

vtkm::Id vtkm::worklet::spatialstructure::SplitSelector::Stride

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