#include <MarkActiveNeighbors.h>
|
using | ControlSignature = void(FieldIn index, FieldIn partId, FieldIn binId, WholeArrayIn partIdArray, WholeArrayIn location, WholeArrayIn firstPartId, WholeArrayIn lastPartId, FieldOut flag) |
|
using | ExecutionSignature = _8(_1, _2, _3, _4, _5, _6, _7) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
VTKM_EXEC_CONT | MarkActiveNeighbors (const vtkm::Id XNum, const vtkm::Id YNum, const vtkm::Id ZNum, const vtkm::Id NumNeighbors, const T LinkLen) |
|
template<typename InIdPortalType , typename InFieldPortalType , typename InVectorPortalType > |
VTKM_EXEC vtkm::UInt32 | operator() (const vtkm::Id &i, const vtkm::Id &iPartId, const vtkm::Id &iBinId, const InIdPortalType &partIdArray, const InFieldPortalType &location, const InVectorPortalType &firstPartId, const InVectorPortalType &lastPartId) const |
|
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ MarkActiveNeighbors()
◆ operator()()
template<typename T >
template<typename InIdPortalType , typename InFieldPortalType , typename InVectorPortalType >
◆ linkLenSq
◆ NUM_NEIGHBORS
◆ xNum
◆ yNum
◆ zNum
The documentation for this class was generated from the following file: