vtk-m/vtkm/worklet/wavelets
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 move wavelet stuff back to worklet folder 2016-07-27 14:28:38 -06:00
FilterBanks.h two new wavelet filters, HAAR and CDF8/4 supported now 2016-08-16 15:20:19 -06:00
WaveletBase.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
WaveletDWT.h update 2D idwt to not assign zero to the last element of cDTemp 2016-10-24 19:11:05 -07:00
WaveletFilter.h change variable names to avoid confusion 2016-10-25 19:19:55 -07:00
WaveletTransforms.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00