vtk-m2/vtkm/worklet
Robert Maynard 60b63af707 Merge topic 'histogram_filter'
31156d2e Add a histogram filter.
04761975 Refactor FieldHistogram so class is not templated.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !503
2016-08-12 10:01:54 -04:00
..
internal Update ListTag and DispatcherBase to leverage C++11 features. 2016-08-03 15:38:38 -04:00
splatkernels Add export macros to splat kernel methods 2016-06-02 12:30:37 -06:00
testing Refactor FieldHistogram so class is not templated. 2016-08-11 14:46:45 -04:00
AverageByKey.h Remove type conversion related warnings for GCC 2016-03-17 13:05:38 -04:00
CellAverage.h Prefer using PointCount instead of FromCount in cell based worklets. 2016-05-31 10:42:39 -04:00
Clip.h Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
CMakeLists.txt List splatter worklet header files in build files 2016-06-02 10:24:21 -06:00
DispatcherMapField.h Perform less unnecessary copies when deducing a worklets parameters. 2016-01-19 09:20:49 -05:00
DispatcherMapTopology.h Perform less unnecessary copies when deducing a worklets parameters. 2016-01-19 09:20:49 -05:00
ExternalFaces.h Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
FieldHistogram.h Add a histogram filter. 2016-08-12 08:40:11 -04:00
FieldStatistics.h Fix incorrect export macro in FieldStatistics worklet 2016-06-27 13:39:03 -06:00
KernelSplatter.h List splatter worklet header files in build files 2016-06-02 10:24:21 -06:00
Magnitude.h Restrict the Magnitude worklet signature to vectors of 3 components. 2015-08-31 22:49:53 -04:00
MarchingCubes.h vtkm::filter::MarchingCubes now uses vtkm::worklet 2016-07-28 08:52:34 -04:00
MarchingCubesDataTables.h Move marching cubes edge table out of the worklet. 2015-12-02 15:33:52 -05:00
PointElevation.h Have CoordinateSystem inherit from Field 2015-08-25 14:38:41 -06:00
ScatterCounting.h MarchingCubes is now able to not generate normals. 2016-01-08 10:42:49 -05:00
ScatterIdentity.h ScatterIdentity::GetVisitArray parameters are now named properly 2016-03-15 16:49:36 -04:00
ScatterUniform.h Change tetrahedralize filters to use new Scatter mechanism 2015-11-07 04:57:16 -07:00
StreamLineUniformGrid.h removing all references to field order. 2016-03-23 10:38:14 -04:00
TetrahedralizeExplicitGrid.h Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
TetrahedralizeUniformGrid.h Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
Threshold.h worklet::Threshold now has a default device adapter. 2016-08-11 14:47:59 -04:00
TriangulateExplicitGrid.h Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
TriangulateUniformGrid.h Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
VertexClustering.h Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
WorkletMapField.h Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
WorkletMapTopology.h More corrections needed to suppress false positive host / device warnings. 2016-06-30 16:04:37 -04:00