Viskores
1.0
|
#include <viskores/cont/ArrayHandleImplicit.h>
#include <viskores/cont/internal/ArrayRangeComputeUtils.h>
#include <viskores/Range.h>
#include <viskores/TypeTraits.h>
#include <viskores/VecFlat.h>
#include <viskores/VecTraits.h>
Go to the source code of this file.
Classes | |
struct | viskores::cont::StorageTagCounting |
class | viskores::cont::ArrayHandleCounting< CountingValueType > |
ArrayHandleCounting is a specialization of ArrayHandle. More... | |
Namespaces | |
viskores | |
Groups connected points that have the same field value. | |
viskores::cont | |
Viskores Control Environment. | |
Functions | |
template<typename CountingValueType > | |
viskores::cont::ArrayHandleCounting< CountingValueType > | viskores::cont::make_ArrayHandleCounting (CountingValueType start, CountingValueType step, viskores::Id length) |
A convenience function for creating an ArrayHandleCounting. More... | |