vtk-m2/vtkm/filter
Kenneth Moreland f23ff9fa49 Fix warnings about assignment operators not being generated
For some reason when VTK-m was being compiled as an accelerator in VTK,
Visual Studio 2013 gave a bunch of warnings about not being able to generate
assignment operators for many classes. This happened for classes with a
const ivar that could not be automatically set. (Automatic copy constructors
are fine on this count.) I'm not sure why these warnings did not happen
when just compiling VTK-m, nor am I sure why they were generated at all as
no code actually used the copy constructors.

This commit fixes the problems by adding a private declaration for assignment
operators that cannot be automatically created. No implementation is
provided, nor should any be needed.
2017-01-10 11:10:38 -07:00
..
internal Fix warnings about assignment operators not being generated 2017-01-10 11:10:38 -07:00
testing Fix example data set for marching cubes test 2016-12-20 13:03:24 -07: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 Implement CleanGrid filter 2016-11-22 17:16:49 -07:00
CleanGrid.hxx Implement CleanGrid filter 2016-11-22 17:16:49 -07:00
Clip.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Clip.hxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CMakeLists.txt Add a PointAverage Filter. 2016-12-14 15:10:43 -05:00
ExternalFaces.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ExternalFaces.hxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FieldMetadata.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FilterCell.h Add a filter that handles all the gradient computations. 2016-12-14 11:00:07 -05:00
FilterCell.hxx Add a filter that handles all the gradient computations. 2016-12-14 11:00:07 -05:00
FilterDataSet.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FilterDataSet.hxx Fix warnings about assignment operators not being generated 2017-01-10 11:10:38 -07:00
FilterDataSetWithField.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FilterDataSetWithField.hxx Change DefaultPolicy to PolicyDefault 2016-11-23 14:05:16 -07:00
FilterField.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FilterField.hxx Change DefaultPolicy to PolicyDefault 2016-11-23 14:05:16 -07: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 Fix warnings about assignment operators not being generated 2017-01-10 11:10:38 -07: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 Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
MarchingCubes.hxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -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 Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Threshold.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Threshold.hxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
VertexClustering.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
VertexClustering.hxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00