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

#include <BoundingIntervalHierarchy.h>

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

Public Types

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

Public Member Functions

VTKM_CONT SplitPlaneCalculatorWorklet (vtkm::IdComponent planeIdx, vtkm::IdComponent numPlanes)
 
VTKM_EXEC void operator() (const vtkm::Range &range, vtkm::FloatDefault &splitPlane) const
 

Public Attributes

vtkm::FloatDefault Scale
 

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::SplitPlaneCalculatorWorklet::ExecutionSignature(_1, _2)

◆ InputDomain

Constructor & Destructor Documentation

◆ SplitPlaneCalculatorWorklet()

VTKM_CONT vtkm::worklet::spatialstructure::SplitPlaneCalculatorWorklet::SplitPlaneCalculatorWorklet ( vtkm::IdComponent  planeIdx,
vtkm::IdComponent  numPlanes 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::spatialstructure::SplitPlaneCalculatorWorklet::operator() ( const vtkm::Range range,
vtkm::FloatDefault splitPlane 
) const
inline

Member Data Documentation

◆ Scale

vtkm::FloatDefault vtkm::worklet::spatialstructure::SplitPlaneCalculatorWorklet::Scale

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