VTK-m  2.0
Public Attributes | List of all members
vtkm::cont::openmp::scan::ScanExclusiveBody< InPortalT, OutPortalT, RawFunctorT >::Node Struct Reference

#include <ParallelScanOpenMP.h>

Public Attributes

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

Member Data Documentation

◆ Carry

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

◆ Sum

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

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