Viskores
1.0
|
#include <viskores/cont/ArrayExtractComponent.h>
#include <viskores/cont/ArrayHandle.h>
#include <viskores/cont/ArrayPortal.h>
#include <viskores/cont/ErrorBadValue.h>
Go to the source code of this file.
Classes | |
struct | viskores::cont::StorageTagGroupVec< ComponentsStorageTag, NUM_COMPONENTS > |
class | viskores::cont::ArrayHandleGroupVec< ComponentsArrayHandleType, NUM_COMPONENTS > |
Fancy array handle that groups values into vectors. More... | |
Namespaces | |
viskores | |
Groups connected points that have the same field value. | |
viskores::cont | |
Viskores Control Environment. | |
Functions | |
template<viskores::IdComponent NUM_COMPONENTS, typename ArrayHandleType > | |
viskores::cont::ArrayHandleGroupVec< ArrayHandleType, NUM_COMPONENTS > | viskores::cont::make_ArrayHandleGroupVec (const ArrayHandleType &array) |
make_ArrayHandleGroupVec is convenience function to generate an ArrayHandleGroupVec. More... | |