vtk-m2/vtkm/worklet/testing
Kenneth Moreland fdaccc22db Remove exports for header-only functions/methods
Change the VTKM_CONT_EXPORT to VTKM_CONT. (Likewise for EXEC and
EXEC_CONT.) Remove the inline from these macros so that they can be
applied to everything, including implementations in a library.

Because inline is not declared in these modifies, you have to add the
keyword to functions and methods where the implementation is not inlined
in the class.
2016-11-15 22:22:13 -07:00
..
CMakeLists.txt Add in Cell Gradient for scalar fields. 2016-11-14 12:52:00 -05:00
UnitTestCellAverage.cxx Add VTK_EXEC_EXPORT to new CellAverage methods 2016-10-23 11:51:09 -04:00
UnitTestCellGradient.cxx Add in support for vector fields to Gradient worklet. 2016-11-15 18:54:53 -05:00
UnitTestClipping.cxx Cleanup clipping so we can use it from a filter. 2016-08-18 12:50:20 -04:00
UnitTestExternalFaces.cxx removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
UnitTestFieldHistogram.cxx Refactor FieldHistogram so class is not templated. 2016-08-11 14:46:45 -04:00
UnitTestFieldStatistics.cxx removing all references to field order. 2016-03-23 10:38:14 -04:00
UnitTestMarchingCubes.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestPointElevation.cxx Pass Fields and CoordinateSystems to Dispatcher::Invoke 2016-08-05 15:26:17 -04:00
UnitTestScatterCounting.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestSplatKernels.cxx Rename kernels directory to splatkernels to avoid confusion 2015-09-15 19:46:53 +02:00
UnitTestStreamingSine.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestStreamLineUniformGrid.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestTetrahedralizeExplicitGrid.cxx Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
UnitTestTetrahedralizeUniformGrid.cxx Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
UnitTestThreshold.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestVertexClustering.cxx Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
UnitTestWaveletCompressor.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestWorkletMapField.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestWorkletMapFieldExecArg.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestWorkletMapFieldWholeArray.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestWorkletMapTopologyExplicit.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestWorkletMapTopologyUniform.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00