Viskores  1.0
Public Types | Public Member Functions | Public Attributes | List of all members
viskores::worklet::FieldStatistics< FieldType >::CalculatePowers Class Reference

#include <FieldStatistics.h>

Inheritance diagram for viskores::worklet::FieldStatistics< FieldType >::CalculatePowers:
viskores::worklet::WorkletMapField viskores::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn value, FieldOut pow1Array, FieldOut pow2Array, FieldOut pow3Array, FieldOut pow4Array)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5)
 
using InputDomain = _1
 
- Public Types inherited from viskores::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = viskores::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

 CalculatePowers (viskores::Id num)
 
void operator() (const FieldType &value, FieldType &pow1, FieldType &pow2, FieldType &pow3, FieldType &pow4) const
 

Public Attributes

viskores::Id numPowers
 

Member Typedef Documentation

◆ ControlSignature

template<typename FieldType >
using viskores::worklet::FieldStatistics< FieldType >::CalculatePowers::ControlSignature = void(FieldIn value, FieldOut pow1Array, FieldOut pow2Array, FieldOut pow3Array, FieldOut pow4Array)

◆ ExecutionSignature

template<typename FieldType >
using viskores::worklet::FieldStatistics< FieldType >::CalculatePowers::ExecutionSignature = void(_1, _2, _3, _4, _5)

◆ InputDomain

template<typename FieldType >
using viskores::worklet::FieldStatistics< FieldType >::CalculatePowers::InputDomain = _1

Constructor & Destructor Documentation

◆ CalculatePowers()

template<typename FieldType >
viskores::worklet::FieldStatistics< FieldType >::CalculatePowers::CalculatePowers ( viskores::Id  num)
inline

Member Function Documentation

◆ operator()()

template<typename FieldType >
void viskores::worklet::FieldStatistics< FieldType >::CalculatePowers::operator() ( const FieldType &  value,
FieldType &  pow1,
FieldType &  pow2,
FieldType &  pow3,
FieldType &  pow4 
) const
inline

Member Data Documentation

◆ numPowers

template<typename FieldType >
viskores::Id viskores::worklet::FieldStatistics< FieldType >::CalculatePowers::numPowers

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