VTK-m
2.2
|
#include <vtkm/Assert.h>
#include <vtkm/TypeTraits.h>
#include <vtkm/cont/ArrayExtractComponent.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleCartesianProduct.h>
#include <vtkm/cont/ArrayHandleCast.h>
#include <vtkm/cont/ArrayHandleUniformPointCoordinates.h>
#include <vtkm/cont/Variant.h>
#include <vtkm/exec/Variant.h>
Go to the source code of this file.
Classes | |
struct | vtkm::cont::StorageTagMultiplexer< StorageTags > |
class | vtkm::cont::ArrayHandleMultiplexer< ArrayHandleTypes > |
An ArrayHandle that can behave like several other handles. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::cont | |
VTK-m Control Environment. | |
Typedefs | |
template<typename List > | |
using | vtkm::cont::ArrayHandleMultiplexerFromList = vtkm::ListApply< List, ArrayHandleMultiplexer > |
Converts avtkm::List to an ArrayHandleMultiplexer More... | |