VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::PointMerge::FindNeighbors Class Reference

#include <PointMerge.h>

Inheritance diagram for vtkm::worklet::PointMerge::FindNeighbors:
vtkm::worklet::WorkletReduceByKey vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(KeysIn keys, ValuesInOut pointIndices, ValuesInOut pointCoordinates, ExecObject binLocator, ValuesOut neighborIndices)
 
using ExecutionSignature = void(_2, _3, _4, _5)
 
- Public Types inherited from vtkm::worklet::WorkletReduceByKey
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet >
 

Public Member Functions

VTKM_CONT FindNeighbors (bool fastCheck=true, vtkm::Float64 delta=vtkm::Epsilon64())
 
template<typename IndexVecInType , typename CoordinateVecInType , typename IndexVecOutType >
VTKM_EXEC void operator() (IndexVecInType &pointIndices, CoordinateVecInType &pointCoordinates, const BinLocator &binLocator, IndexVecOutType &neighborIndices) const
 
- Public Member Functions inherited from vtkm::worklet::WorkletReduceByKey
template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , typename InputDomainType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesReduceByKey GetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &inputDomain) const
 Reduce by key worklets use the related thread indices class. More...
 

Private Attributes

vtkm::Float64 DeltaSquared
 
bool FastCheck
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::PointMerge::FindNeighbors::ControlSignature = void(KeysIn keys, ValuesInOut pointIndices, ValuesInOut pointCoordinates, ExecObject binLocator, ValuesOut neighborIndices)

◆ ExecutionSignature

Constructor & Destructor Documentation

◆ FindNeighbors()

VTKM_CONT vtkm::worklet::PointMerge::FindNeighbors::FindNeighbors ( bool  fastCheck = true,
vtkm::Float64  delta = vtkm::Epsilon64() 
)
inline

Member Function Documentation

◆ operator()()

template<typename IndexVecInType , typename CoordinateVecInType , typename IndexVecOutType >
VTKM_EXEC void vtkm::worklet::PointMerge::FindNeighbors::operator() ( IndexVecInType &  pointIndices,
CoordinateVecInType &  pointCoordinates,
const BinLocator binLocator,
IndexVecOutType &  neighborIndices 
) const
inline

Member Data Documentation

◆ DeltaSquared

vtkm::Float64 vtkm::worklet::PointMerge::FindNeighbors::DeltaSquared
private

◆ FastCheck

bool vtkm::worklet::PointMerge::FindNeighbors::FastCheck
private

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