Viskores  1.0
Public Attributes | List of all members
viskores::cont::openmp::scan::ScanExclusiveBody< InPortalT, OutPortalT, RawFunctorT >::Node Struct Reference

#include <ParallelScanOpenMP.h>

Public Attributes

ValueType Sum { viskores::TypeTraits<ValueType>::ZeroInitialization() }
 
ValueType Carry { viskores::TypeTraits<ValueType>::ZeroInitialization() }
 

Member Data Documentation

◆ Carry

template<typename InPortalT , typename OutPortalT , typename RawFunctorT >
ValueType viskores::cont::openmp::scan::ScanExclusiveBody< InPortalT, OutPortalT, RawFunctorT >::Node::Carry { viskores::TypeTraits<ValueType>::ZeroInitialization() }

◆ Sum

template<typename InPortalT , typename OutPortalT , typename RawFunctorT >
ValueType viskores::cont::openmp::scan::ScanExclusiveBody< InPortalT, OutPortalT, RawFunctorT >::Node::Sum { viskores::TypeTraits<ValueType>::ZeroInitialization() }

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