VTK-m  2.0
Classes | Namespaces | Functions
ArrayHandleCartesianProduct.h File Reference
#include <vtkm/Assert.h>
#include <vtkm/cont/ArrayExtractComponent.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ErrorBadAllocation.h>
#include <vtkm/cont/Token.h>
#include <array>

Go to the source code of this file.

Classes

struct  vtkm::cont::StorageTagCartesianProduct< StorageTag1, StorageTag2, StorageTag3 >
 
class  vtkm::cont::ArrayHandleCartesianProduct< FirstHandleType, SecondHandleType, ThirdHandleType >
 ArrayHandleCartesianProduct is a specialization of ArrayHandle. More...
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::cont
 VTK-m Control Environment.
 

Functions

template<typename FirstHandleType , typename SecondHandleType , typename ThirdHandleType >
VTKM_CONT vtkm::cont::ArrayHandleCartesianProduct< FirstHandleType, SecondHandleType, ThirdHandleType > vtkm::cont::make_ArrayHandleCartesianProduct (const FirstHandleType &first, const SecondHandleType &second, const ThirdHandleType &third)
 A convenience function for creating an ArrayHandleCartesianProduct. More...