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