vtk-m2/vtkm/io
David C. Lonie 4807b3c472 Silence warnings about unavoidable weak vtables.
- Exception classes cannot be exported due to MSVC's design decisions.
  See http://stackoverflow.com/questions/24511376. We must leave these
  classes as header only and silence the warnings.
- TransferResource in BufferState.h must remain a header-only class since
  there is no vtkm_interop library to compile the class into.
- The VTKDataSetReader hierarchy must similarly remain header-only since
  there is no vtkm_io library.
- The OptionParser Action classes are part of a header-only utility and
  cannot be easily compiled into a library.
-
2017-04-13 14:06:33 -04:00
..
internal Fix endian flip when reading vector arrays 2016-05-31 17:36:08 -06:00
reader Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
writer Catch all exceptions by reference 2017-02-23 13:25:01 -05:00
CMakeLists.txt Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
ErrorIO.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00