vtk-m2/vtkm/filter/testing
Robert Maynard 5e200528ee Allow filters to have finer control on what cell sets they support
Certain algorithms like VertexClustering only work on certain cellset types.
It is pointless to generate the code paths for structured data cell sets,
when the algorithm can't operate on those dataset types.
2016-05-26 11:32:35 -04:00
..
CMakeLists.txt First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
UnitTestCellAverageFilter.cxx Make sure all field filters specify a default name for their fields 2016-05-05 15:27:32 -06:00
UnitTestExternalFacesFilter.cxx Merge branch 'master' into cellsetdim 2016-05-13 14:53:08 -04:00
UnitTestFieldMetadata.cxx removing all references to field order. 2016-03-23 10:38:14 -04:00
UnitTestMarchingCubesFilter.cxx Allow filters to have finer control on what cell sets they support 2016-05-26 11:32:35 -04:00
UnitTestPointElevationFilter.cxx Merge branch 'master' into cellsetdim 2016-05-13 14:53:08 -04:00
UnitTestThresholdFilter.cxx Give result classes their own header file. 2016-05-05 15:07:55 -06:00
UnitTestVertexClusteringFilter.cxx Give result classes their own header file. 2016-05-05 15:07:55 -06:00