|
VTK-m
2.3
|
#include <vtkm/StaticAssert.h>#include <vtkm/VecTraits.h>#include <vtkm/cont/ArrayExtractComponent.h>#include <vtkm/cont/ArrayHandle.h>Go to the source code of this file.
Classes | |
| class | vtkm::cont::StorageTagExtractComponent< ArrayHandleType > |
| class | vtkm::cont::ArrayHandleExtractComponent< ArrayHandleType > |
A fancy ArrayHandle that turns a vector array into a scalar array by slicing out a single component of each vector. More... | |
Namespaces | |
| vtkm | |
| Groups connected points that have the same field value. | |
| vtkm::cont | |
| VTK-m Control Environment. | |
Functions | |
| template<typename ArrayHandleType > | |
| ArrayHandleExtractComponent< ArrayHandleType > | vtkm::cont::make_ArrayHandleExtractComponent (const ArrayHandleType &array, vtkm::IdComponent component) |
make_ArrayHandleExtractComponent is convenience function to generate an ArrayHandleExtractComponent. More... | |
1.8.17