vtk-m2/vtkm/filter
Robert Maynard 996dde8332 Don't try and hold rvalue's by const ref, it causes issues.
Previously we tried to capture rvalues by const ref, and would get
Undefined Behavior since the rvalue would go out of scope, and than
we would try to use it.
2016-03-22 12:27:45 -04:00
..
internal First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
testing Correct issues with MarchingCubesFilter not merging points properly. 2016-03-18 16:39:54 -04:00
CellAverage.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
CellAverage.hxx First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
CellFilter.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
CellFilter.hxx First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
CMakeLists.txt Fix the installation of template source files. 2016-03-18 06:24:43 -04:00
DataSetFilter.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
DataSetFilter.hxx Don't try and hold rvalue's by const ref, it causes issues. 2016-03-22 12:27:45 -04:00
DataSetWithFieldFilter.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
DataSetWithFieldFilter.hxx Don't try and hold rvalue's by const ref, it causes issues. 2016-03-22 12:27:45 -04:00
DefaultPolicy.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
ExternalFaces.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
ExternalFaces.hxx Renamed the ``Convert` method to `ApplyPolicy`` 2016-03-14 08:39:17 -04:00
FieldFilter.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
FieldFilter.hxx Don't try and hold rvalue's by const ref, it causes issues. 2016-03-22 12:27:45 -04:00
FieldMetadata.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
FieldTypes.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
FilterTraits.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
MarchingCubes.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
MarchingCubes.hxx Correct issues with MarchingCubesFilter not merging points properly. 2016-03-18 16:39:54 -04:00
PointElevation.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
PointElevation.hxx First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
PolicyBase.h Renamed the ``Convert` method to `ApplyPolicy`` 2016-03-14 08:39:17 -04:00
Threshold.h Switch filter::threshold over to have a lower and upper bounds. 2016-03-14 08:39:17 -04:00
Threshold.hxx Renamed the ``Convert` method to `ApplyPolicy`` 2016-03-14 08:39:17 -04:00
VertexClustering.h First draft of vtkm::filter design. 2016-03-14 08:39:17 -04:00
VertexClustering.hxx Renamed the ``Convert` method to `ApplyPolicy`` 2016-03-14 08:39:17 -04:00