vtk-m2/vtkm/io
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
..
internal Fix endian flip when reading vector arrays 2016-05-31 17:36:08 -06:00
reader Merge topic 'fix/dataset_reader' 2016-10-21 12:35:18 -04:00
writer Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CMakeLists.txt Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
ErrorIO.h Add legacy VTK file readers 2015-11-04 14:23:16 -05:00