vtk-m/vtkm/io/reader
Kenneth Moreland 0731bd4a53 Fix compiler error about difference_type
Whoops. Pointers are not classes and do not have a difference_type
member. You have to get that from iterator_traits. I'm not sure why this
succeeded on MSVC, but it was clearly wrong.
2016-01-26 17:09:10 -07:00
..
testing Fixes related to changes in how the Dynamic class do casting 2016-01-21 15:27:25 -07:00
CMakeLists.txt Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
VTKDataSetReader.h Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
VTKDataSetReaderBase.h All readers now support Fields before data (aka VisIt files). 2016-01-20 15:58:41 -05:00
VTKPolyDataReader.h Fix compiler error about difference_type 2016-01-26 17:09:10 -07:00
VTKStructuredGridReader.h Fixed issues that Sujin found during code review. 2016-01-21 12:44:14 -05:00
VTKStructuredPointsReader.h Fixed issues that Sujin found during code review. 2016-01-21 12:44:14 -05:00
VTKUnstructuredGridReader.h All readers now support Fields before data (aka VisIt files). 2016-01-20 15:58:41 -05:00