VTK-m
2.0
|
#include <vtkm/cont/ArrayExtractComponent.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/StaticAssert.h>
#include <vtkm/Tuple.h>
#include <vtkm/VecTraits.h>
#include <vtkmstd/integer_sequence.h>
#include <numeric>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | vtkm::cont::StorageTagCompositeVec< StorageTags > |
class | vtkm::cont::ArrayHandleCompositeVector< ArrayTs > |
An ArrayHandle that combines components from other arrays. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::cont | |
VTK-m Control Environment. | |
Functions | |
template<typename... ArrayTs> | |
VTKM_CONT ArrayHandleCompositeVector< ArrayTs... > | vtkm::cont::make_ArrayHandleCompositeVector (const ArrayTs &... arrays) |
Create a composite vector array from other arrays. More... | |