vtk-m/vtkm/exec
Kenneth Moreland cc8a5d35ec Some fixes to VertexClustering
VertexClustering previously only worked with data of a specific floating
point type (32 bit for point coordinates). Add some templates to accept
either 32 bit or 64 bit floating points for point coordintes and be a
bit more careful about implicit type conversions.

I also made some changes to conform better with the VTK-m coding
standards. The most common changes are using 2 space indentation for all
block levels, capitolizing and using camel case for all class members,
and prefixing "this->" to all use of internal class members.
2015-06-29 15:14:50 -06:00
..
arg Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
cuda Make it so that we actually use cuda texture memory loads. 2015-06-25 08:21:49 -04:00
internal Resolved all implicit conversions between unsigned int and vtkm::Id. 2015-05-26 09:34:43 -04:00
Assert.h Some fixes to VertexClustering 2015-06-29 15:14:50 -06:00
CMakeLists.txt Some fixes to VertexClustering 2015-06-29 15:14:50 -06:00
ExecutionObjectBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExplicitConnectivity.h ExplicitConnectivity can now use different storage backends. 2015-06-01 09:42:10 -04:00
FunctorBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TopologyData.h adding missing file 2015-05-19 15:24:36 -04:00