vtk-m2/vtkm
Kenneth Moreland b917cf49f4 Replace CountByTwo with String Int in ArrayHandleCounting test.
I wanted to test ArrayHandleCounting with some non-standard data type.
I was using a class that looked like a number that counts by two, but
the operator behavior was not a proper group and that was causing issues.
Replaced that with a class that inefficiently represents an unsigned
integer as a string with that many characters. The inefficiency does not
matter because it is just a test.
2014-07-17 14:35:39 -06:00
..
cont Replace CountByTwo with String Int in ArrayHandleCounting test. 2014-07-17 14:35:39 -06:00
exec Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
internal If pyexpander is available, run it and check the source file. 2014-06-26 18:26:45 -06:00
testing Make floating point comparison more tolerant in UnitTestDynamicArrayHandle 2014-07-10 10:53:02 -06:00
CMakeLists.txt Add CMake configuration for execution environment code 2014-06-10 11:14:11 -06:00
Extent.h Remove alignment attribute from Extent struct. 2014-06-10 13:00:26 -06:00
ListTag.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
TypeListTag.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
Types.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
TypeTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
VectorTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00