vtk-m2/examples
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
..
clipping Remove all occurrences of boost::lexical_cast from vtk-m. 2016-10-20 16:55:15 -04:00
demo Merge topic 'master' 2016-09-16 09:02:06 -04:00
dynamic_dispatcher Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
hello_world Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
isosurface Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
multi_backend Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
rendering Get rid of warnings in examples. 2016-11-04 16:29:07 -04:00
streamline Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
tetrahedra Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CMakeLists.txt Change VTKm_BUILD_RENDERING to VTKm_ENABLE_RENDERING 2016-09-21 14:38:00 -06:00