Home
last modified time | relevance | path

Searched defs:CopyArrayContents (Results 1 – 1 of 1) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/vtkmlib/
H A DArrayConverters.cxx248 template <int Components> struct CopyArrayContents struct
251 void operator()(IteratorType iter, U* array, vtkIdType numValues) const in operator ()()
268 template <> struct CopyArrayContents<1> struct
271 void operator()(IteratorType iter, U* array, vtkIdType numValues) const in operator ()()