VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::histogram::To1DIndex Class Reference

#include <MarginalizeNDHistogram.h>

Inheritance diagram for vtkm::worklet::histogram::To1DIndex:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

VTKM_CONT To1DIndex (vtkm::Id numberOfBins0)
 
VTKM_EXEC void operator() (const vtkm::Id &bin, const vtkm::Id &binIndexIn, vtkm::Id &binIndexOut) const
 

Public Attributes

vtkm::Id numberOfBins
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ To1DIndex()

VTKM_CONT vtkm::worklet::histogram::To1DIndex::To1DIndex ( vtkm::Id  numberOfBins0)
inlineexplicit

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::histogram::To1DIndex::operator() ( const vtkm::Id bin,
const vtkm::Id binIndexIn,
vtkm::Id binIndexOut 
) const
inline

Member Data Documentation

◆ numberOfBins

vtkm::Id vtkm::worklet::histogram::To1DIndex::numberOfBins

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