VTK-m
2.0
|
#include <vtkm/Pair.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/internal/ArrayPortalHelpers.h>
Go to the source code of this file.
Classes | |
struct | vtkm::cont::StorageTagZip< ST1, ST2 > |
class | vtkm::cont::ArrayHandleZip< FirstHandleType, SecondHandleType > |
ArrayHandleZip is a specialization of ArrayHandle. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::exec | |
VTK-m Execution Environment. | |
vtkm::cont | |
VTK-m Control Environment. | |
Functions | |
template<typename FirstHandleType , typename SecondHandleType > | |
VTKM_CONT vtkm::cont::ArrayHandleZip< FirstHandleType, SecondHandleType > | vtkm::cont::make_ArrayHandleZip (const FirstHandleType &first, const SecondHandleType &second) |
A convenience function for creating an ArrayHandleZip. More... | |