VTK-m
2.2
|
#include <vtkm/cont/ArrayHandleTransform.h>
#include <vtkm/cont/Logging.h>
#include <vtkm/Range.h>
#include <vtkm/VecTraits.h>
#include <limits>
Go to the source code of this file.
Classes | |
struct | vtkm::cont::StorageTagCast< SourceT, SourceStorage > |
class | vtkm::cont::ArrayHandleCast< T, ArrayHandleType > |
Cast the values of an array to the specified type, on demand. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::cont | |
VTK-m Control Environment. | |
Functions | |
template<typename T , typename ArrayType > | |
detail::MakeArrayHandleCastImpl< T, typename ArrayType::ValueType, ArrayType >::ReturnType | vtkm::cont::make_ArrayHandleCast (const ArrayType &array, const T &=T()) |
make_ArrayHandleCast is convenience function to generate an ArrayHandleCast. More... | |