vtk-m/vtkm/filter
2017-08-02 16:02:37 -04:00
..
internal Merge topic 'use-c++11=delete' 2017-02-24 13:31:57 -05:00
testing fix multiblock compiling macro issue 2017-08-02 16:02:37 -04:00
CellAverage.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CellAverage.hxx The Average filters now obey the policy when casting DynamicCellSets. 2016-12-29 11:19:30 -05:00
CleanGrid.h External Faces filter add CompactPoints option 2017-03-07 11:05:52 -05:00
CleanGrid.hxx External Faces filter add CompactPoints option 2017-03-07 11:05:52 -05:00
ClipWithField.h Add ClipWithImplicitFunction Filter 2017-05-01 16:56:54 -04:00
ClipWithField.hxx Add ClipWithImplicitFunction Filter 2017-05-01 16:56:54 -04:00
ClipWithImplicitFunction.h Add ClipWithImplicitFunction Filter 2017-05-01 16:56:54 -04:00
ClipWithImplicitFunction.hxx Fix some errors in the clipping code 2017-05-05 15:34:08 -04:00
CMakeLists.txt Properly install clip with fields hxx file 2017-05-05 10:19:53 -04:00
ContourTreeUniform.h Use cont/testing/MakeTestDataSet.h and add contour tree tests. 2017-01-12 10:40:29 -07:00
ContourTreeUniform.hxx Add LANL/LLC copyright notification. 2017-01-09 14:53:59 -07:00
ExternalFaces.h External Faces filter add CompactPoints option 2017-03-07 11:05:52 -05:00
ExternalFaces.hxx External Faces filter add CompactPoints option 2017-03-07 11:05:52 -05:00
ExtractStructured.h Remove unnecessary const parameters 2017-05-02 14:41:47 -06:00
ExtractStructured.hxx Add subsample and include boundary 2017-04-27 14:53:51 -06:00
FieldMetadata.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FilterCell.h Update classes using RuntimeDeviceTracker 2017-02-23 09:54:41 -07:00
FilterCell.hxx Update classes using RuntimeDeviceTracker 2017-02-23 09:54:41 -07:00
FilterDataSet.h Update classes using RuntimeDeviceTracker 2017-02-23 09:54:41 -07:00
FilterDataSet.hxx Merge topic 'use-c++11=delete' 2017-02-24 13:31:57 -05:00
FilterDataSetWithField.h Update classes using RuntimeDeviceTracker 2017-02-23 09:54:41 -07:00
FilterDataSetWithField.hxx Merge topic 'refactor-runtime-device-tracker' 2017-02-24 10:50:19 -05:00
FilterField.h Template function for applying filter to multiblock data 2017-05-31 23:16:12 -04:00
FilterField.hxx fix multiblock compiling macro issue 2017-08-02 15:34:34 -04:00
FilterTraits.h Introduces ListTagUniversal which represents a list of everything. 2016-12-30 15:44:21 -05:00
Gradient.h Add support for computing divergence to the gradient filter. 2016-12-23 09:34:33 -05:00
Gradient.hxx Use C++11 =delete keyword 2017-02-24 09:39:22 -05:00
Histogram.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Histogram.hxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
MarchingCubes.h Allow MarchingCubes to handle multiple iso-contour values. 2017-03-16 11:49:20 -04:00
MarchingCubes.hxx Allow MarchingCubes to handle multiple iso-contour values. 2017-03-16 11:49:20 -04:00
Mask.h Extract using ImplicitFunction for VOI removed from filters 2017-03-28 14:15:15 -06:00
Mask.hxx Extract using ImplicitFunction for VOI removed from filters 2017-03-28 14:15:15 -06:00
MaskPoints.h MaskPoints worklet and filter added 2017-03-08 16:04:12 -07:00
MaskPoints.hxx Default for selected points changed to CompactPoints = true 2017-03-09 09:16:41 -07:00
PointAverage.h Add a PointAverage Filter. 2016-12-14 15:10:43 -05:00
PointAverage.hxx The Average filters now obey the policy when casting DynamicCellSets. 2016-12-29 11:19:30 -05:00
PointElevation.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
PointElevation.hxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
PolicyBase.h vtkm::filter now deduces the subset of valid field types. 2016-12-30 08:30:44 -05:00
PolicyDefault.h Change DefaultPolicy to PolicyDefault 2016-11-23 14:05:16 -07:00
ResultBase.h Allow the gradient filter to compute Vorticity and QCriterion. 2016-12-16 08:42:16 -05:00
ResultDataSet.h Allow the gradient filter to compute Vorticity and QCriterion. 2016-12-16 08:42:16 -05:00
ResultField.h fix multiblock compiling macro issue 2017-08-02 15:34:34 -04:00
Tetrahedralize.h Move the processing of scatter cell data to worklet from the filter. 2017-03-24 16:34:53 -06:00
Tetrahedralize.hxx Fix warnings and add to tetrahedralize unit test 2017-03-28 09:43:32 -06:00
Threshold.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Threshold.hxx Rename StreamCompact to CopyIf 2017-03-06 11:08:27 -05:00
ThresholdPoints.h MaskPoints worklet and filter added 2017-03-08 16:04:12 -07:00
ThresholdPoints.hxx Change subset extraction on points to use WorkletMapCellToPoint 2017-03-29 14:04:58 -06:00
Triangulate.h Move the processing of scatter cell data to worklet from the filter. 2017-03-24 16:34:53 -06:00
Triangulate.hxx Fix warnings and add to tetrahedralize unit test 2017-03-28 09:43:32 -06:00
VectorMagnitude.h Added FilterTraits and code cleanup. 2017-02-09 10:58:49 -07:00
VectorMagnitude.hxx Added FilterTraits and code cleanup. 2017-02-09 10:58:49 -07:00
VertexClustering.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
VertexClustering.hxx Add Field::GetRange and CoordinateSystem::GetBounds to library 2017-03-09 13:18:36 -05:00