vtk-m/vtkm/io/reader
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
..
testing Fix more issues with the readers 2017-03-13 13:46:26 -04:00
CMakeLists.txt Add VTK reader for rectilinear grids. 2016-11-30 10:39:32 -05:00
VTKDataSetReader.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
VTKDataSetReaderBase.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
VTKPolyDataReader.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
VTKRectilinearGridReader.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
VTKStructuredGridReader.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
VTKStructuredPointsReader.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
VTKUnstructuredGridReader.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00