vtk-m2/vtkm
Kenneth Moreland d6b8c8f510 Change TopologyType identifiers from enumeration to tags.
Previously, the items used to identify parts of topology like points,
cells, faces, etc. were in an enumeration. However, they are only really
used in template specialization, and it is easier to use tags in this
case. So, change the enumeration to a set of tag structures. Also made
the following changes:

* Renamed TopologyType to TopologyElement, which is more indicative of
what we are referring to.
* Moved the structures from the vtkm::cont namespace to the vtkm
namespace. There is no reason not to be able to use them from either the
control or execution environments.
* Added a VTKM_IS_TOPOLOGY_ELEMENT_TAG macro to do type checks on
template arguments that are supposed to be topology element tags.
2015-07-31 13:59:37 -06:00
..
benchmarking Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
cont Change TopologyType identifiers from enumeration to tags. 2015-07-31 13:59:37 -06:00
exec Deal with small integer promotions 2015-07-30 17:41:58 -06:00
internal Ignore unused parameter warnings in boost headers 2015-07-31 10:10:31 -06:00
testing Deal with small integer promotions 2015-07-30 17:41:58 -06:00
worklet Change TopologyType identifiers from enumeration to tags. 2015-07-31 13:59:37 -06:00
CellType.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
CMakeLists.txt Change TopologyType identifiers from enumeration to tags. 2015-07-31 13:59:37 -06:00
Extent.h Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
ListTag.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
Math.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
Math.h.in Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
Matrix.h Deal with small integer promotions 2015-07-30 17:41:58 -06:00
Pair.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
RegularConnectivity.h Change TopologyType identifiers from enumeration to tags. 2015-07-31 13:59:37 -06:00
RegularStructure.h Conform DataSet classes to coding practices better 2015-07-27 12:49:42 -06:00
TopologyElementTag.h Change TopologyType identifiers from enumeration to tags. 2015-07-31 13:59:37 -06:00
TypeListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Types.h Deal with small integer promotions 2015-07-30 17:41:58 -06:00
TypeTraits.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
VectorAnalysis.h Add basic vector analysis methods. 2015-07-07 14:25:58 -06:00
VecTraits.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00