vtk-m/vtkm/cont/arg
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
..
testing The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CMakeLists.txt Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
ControlSignatureTagBase.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
Transport.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TransportTagArrayIn.h Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
TransportTagArrayOut.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TransportTagExecObject.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
TransportTagTopologyIn.h Change TopologyType identifiers from enumeration to tags. 2015-07-31 13:59:37 -06:00
TypeCheck.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TypeCheckTagArray.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TypeCheckTagExecObject.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
TypeCheckTagTopology.h DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00