VTK-m
2.0
|
#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 > | |
VTKM_CONT ArrayHandleExtractComponent< ArrayHandleType > | vtkm::cont::make_ArrayHandleExtractComponent (const ArrayHandleType &array, vtkm::IdComponent component) |
make_ArrayHandleExtractComponent is convenience function to generate an ArrayHandleExtractComponent. More... | |