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

#include <ComputeNDEntropy.h>

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

Public Types

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

Public Member Functions

VTKM_CONT SetBinInformationContent (vtkm::Float64 _freqSum)
 
template<typename FreqType >
VTKM_EXEC void operator() (const FreqType &freq, vtkm::Float64 &informationContent) const
 

Public Attributes

vtkm::Float64 FreqSum
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Constructor & Destructor Documentation

◆ SetBinInformationContent()

VTKM_CONT vtkm::worklet::histogram::SetBinInformationContent::SetBinInformationContent ( vtkm::Float64  _freqSum)
inlineexplicit

Member Function Documentation

◆ operator()()

template<typename FreqType >
VTKM_EXEC void vtkm::worklet::histogram::SetBinInformationContent::operator() ( const FreqType &  freq,
vtkm::Float64 informationContent 
) const
inline

Member Data Documentation

◆ FreqSum

vtkm::Float64 vtkm::worklet::histogram::SetBinInformationContent::FreqSum

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