vtk-m2/vtkm/filter
Robert Maynard 6883a5ac94 Simplify using CellSetPermutation by providing a default permutation type.
Previously you had to explicitly state you wanted a CellSetPermutation
with an ArrayHanlde of Id's, now that is done automatically.
2016-04-12 14:24:51 -04:00
..
internal Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
testing Simplify MarchingCubes implementation to reuse code where possible. 2016-03-24 09:09:08 -04:00
CellAverage.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
CellAverage.hxx Bug: CellAverage output storage type can be different than the input. 2016-04-07 17:09:46 -04:00
CellFilter.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
CellFilter.hxx Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
CMakeLists.txt Fix the installation of template source files. 2016-03-18 06:24:43 -04:00
DataSetFilter.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -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 Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -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 Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
ExternalFaces.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
ExternalFaces.hxx Renamed the ``Convert` method to `ApplyPolicy`` 2016-03-14 08:39:17 -04:00
FieldFilter.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -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 Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
FieldTypes.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
FilterTraits.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
MarchingCubes.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
MarchingCubes.hxx Fixed issues with NVCC and anonymous namespace compilation issues. 2016-04-01 15:50:52 -04:00
PointElevation.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
PointElevation.hxx removing all references to field order. 2016-03-23 10:38:14 -04:00
PolicyBase.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
Threshold.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
Threshold.hxx Simplify using CellSetPermutation by providing a default permutation type. 2016-04-12 14:24:51 -04:00
VertexClustering.h Add missing new lines and #endif comments to vtkm::filter 2016-04-07 17:09:11 -04:00
VertexClustering.hxx Renamed the ``Convert` method to `ApplyPolicy`` 2016-03-14 08:39:17 -04:00