Viskores
1.0
|
#include <viskores/StaticAssert.h>
#include <viskores/VecTraits.h>
#include <viskores/cont/ArrayExtractComponent.h>
#include <viskores/cont/ArrayHandle.h>
Go to the source code of this file.
Classes | |
class | viskores::cont::StorageTagExtractComponent< ArrayHandleType > |
class | viskores::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 | |
viskores | |
Groups connected points that have the same field value. | |
viskores::cont | |
Viskores Control Environment. | |
Functions | |
template<typename ArrayHandleType > | |
ArrayHandleExtractComponent< ArrayHandleType > | viskores::cont::make_ArrayHandleExtractComponent (const ArrayHandleType &array, viskores::IdComponent component) |
make_ArrayHandleExtractComponent is convenience function to generate an ArrayHandleExtractComponent . More... | |