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

#include <BoundingIntervalHierarchy.h>

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

Public Types

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

Public Member Functions

VTKM_EXEC void operator() (const vtkm::FloatDefault &x, const vtkm::FloatDefault &y, const vtkm::FloatDefault &z, const TreeNode &split, const vtkm::FloatDefault &plane, vtkm::Id &flag) const
 

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

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

◆ InputDomain

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::spatialstructure::CalculateSplitDirectionFlag::operator() ( const vtkm::FloatDefault x,
const vtkm::FloatDefault y,
const vtkm::FloatDefault z,
const TreeNode split,
const vtkm::FloatDefault plane,
vtkm::Id flag 
) const
inline

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