Viskores
1.0
|
#include <FunctorsOpenMP.h>
Public Attributes | |
viskores::Id2 | InputRange { -1, -1 } |
viskores::Id2 | OutputRange { -1, -1 } |
unsigned char | Padding [PaddingSize] |
Static Public Attributes | |
static constexpr size_t | DataSize = 2 * sizeof(viskores::Id2) |
static constexpr size_t | NumCacheLines = CeilDivide<size_t>(DataSize, VISKORES_CACHE_LINE_SIZE) |
static constexpr size_t | PaddingSize = NumCacheLines * VISKORES_CACHE_LINE_SIZE - DataSize |
|
staticconstexpr |
viskores::Id2 viskores::cont::openmp::UniqueHelper< IterT, RawPredicateT >::Node::InputRange { -1, -1 } |
|
staticconstexpr |
viskores::Id2 viskores::cont::openmp::UniqueHelper< IterT, RawPredicateT >::Node::OutputRange { -1, -1 } |
unsigned char viskores::cont::openmp::UniqueHelper< IterT, RawPredicateT >::Node::Padding[PaddingSize] |
|
staticconstexpr |