vtk-m2/vtkm/filter
Robert Maynard 73440ccb4e vtkm::filter::MarchingCubes now uses vtkm::worklet
Instead of having two separate implementations of MarchingCubes, we have
a single implementation in worklet, and filter uses that.

That does mean that the version in worklet has been updated to support
merging of duplicate point coordinates.
2016-07-28 08:52:34 -04:00
..
internal Give result classes their own header file. 2016-05-05 15:07:55 -06:00
testing Allow filters to have finer control on what cell sets they support 2016-05-26 11:32:35 -04:00
CellAverage.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
CellAverage.hxx Make sure all field filters specify a default name for their fields 2016-05-05 15:27:32 -06:00
CMakeLists.txt Give result classes their own header file. 2016-05-05 15:07:55 -06:00
ExternalFaces.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
ExternalFaces.hxx Allow filters to have finer control on what cell sets they support 2016-05-26 11:32:35 -04:00
FieldMetadata.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
FilterCell.h Rename filter base classes to follow VTK-m naming convention 2016-05-05 12:43:28 -06:00
FilterCell.hxx Rename filter base classes to follow VTK-m naming convention 2016-05-05 12:43:28 -06:00
FilterDataSet.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
FilterDataSet.hxx Give result classes their own header file. 2016-05-05 15:07:55 -06:00
FilterDataSetWithField.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
FilterDataSetWithField.hxx Give result classes their own header file. 2016-05-05 15:07:55 -06:00
FilterField.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
FilterField.hxx Give result classes their own header file. 2016-05-05 15:07:55 -06:00
FilterTraits.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
MarchingCubes.h vtkm::filter::MarchingCubes now uses vtkm::worklet 2016-07-28 08:52:34 -04:00
MarchingCubes.hxx vtkm::filter::MarchingCubes now uses vtkm::worklet 2016-07-28 08:52:34 -04:00
PointElevation.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
PointElevation.hxx Make sure all field filters specify a default name for their fields 2016-05-05 15:27:32 -06:00
PolicyBase.h Allow filters to have finer control on what cell sets they support 2016-05-26 11:32:35 -04:00
PolicyDefault.h Allow filters to have finer control on what cell sets they support 2016-05-26 11:32:35 -04:00
ResultBase.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
ResultDataSet.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
ResultField.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
Threshold.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
Threshold.hxx Merge branch 'master' into cellsetdim 2016-05-13 14:53:08 -04:00
VertexClustering.h Give result classes their own header file. 2016-05-05 15:07:55 -06:00
VertexClustering.hxx Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00