vtk-m2/vtkm/io
Kenneth Moreland f6b13df513 Support coordinates of both float32 and float64
Previously there were issues if the coordinate system was using floating
point values that were not FloatDefault. This remedies that issue.
2020-07-14 08:53:01 -06:00
..
internal Update VTKDataSetWriter to compile into vtkm_io 2020-05-19 14:32:48 -06:00
reader vtkm::io::reader::BOVDataSet fix 'constructor delegates to itself' 2020-05-28 08:34:31 -04:00
testing Support coordinates of both float32 and float64 2020-07-14 08:53:01 -06:00
writer Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
BOVDataSetReader.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
BOVDataSetReader.h Add BOVDataSetReader implementation to vtkm_io 2020-05-19 14:33:45 -06:00
CMakeLists.txt Update image writes to style and library 2020-06-01 10:00:36 -06:00
DecodePNG.cxx Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
DecodePNG.h Export symbol as VTK_IO_EXPORT. 2020-04-28 09:12:11 -04:00
EncodePNG.cxx First stab at building a vtkm_io library target. 2020-04-28 07:13:27 -04:00
EncodePNG.h Export symbol as VTK_IO_EXPORT. 2020-04-28 09:12:11 -04:00
ErrorIO.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ImageReaderBase.cxx Remove reference to Canvas in ImageReaderBase 2020-06-03 09:25:19 -06:00
ImageReaderBase.h Add get/set filename methods for image reader/writer 2020-06-01 10:33:20 -06:00
ImageReaderPNG.cxx Remove pixel type selection from PNG reader 2020-06-01 10:00:37 -06:00
ImageReaderPNG.h Remove pixel type selection from PNG reader 2020-06-01 10:00:37 -06:00
ImageReaderPNM.cxx Update image readers to style and library 2020-06-01 10:00:18 -06:00
ImageReaderPNM.h Update image readers to style and library 2020-06-01 10:00:18 -06:00
ImageWriterBase.cxx Update image writes to style and library 2020-06-01 10:00:36 -06:00
ImageWriterBase.h Add get/set filename methods for image reader/writer 2020-06-01 10:33:20 -06:00
ImageWriterPNG.cxx Update image writes to style and library 2020-06-01 10:00:36 -06:00
ImageWriterPNG.h Update image writes to style and library 2020-06-01 10:00:36 -06:00
ImageWriterPNM.cxx Update image writes to style and library 2020-06-01 10:00:36 -06:00
ImageWriterPNM.h Update image writes to style and library 2020-06-01 10:00:36 -06:00
PixelTypes.h Reorder member functions. 2020-05-14 16:10:33 -04:00
PixelTypes.hxx Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
VTKDataSetReader.cxx Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKDataSetReader.h Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKDataSetReaderBase.cxx Move VTKDataSetReaderBase code to vtkm_io 2020-05-19 12:27:01 -06:00
VTKDataSetReaderBase.h Update VTKDataSetWriter to compile into vtkm_io 2020-05-19 14:32:48 -06:00
VTKDataSetWriter.cxx Support coordinates of both float32 and float64 2020-07-14 08:53:01 -06:00
VTKDataSetWriter.h Update VTKDataSetWriter to compile into vtkm_io 2020-05-19 14:32:48 -06:00
VTKPolyDataReader.cxx remove debug statements 2020-06-16 11:43:20 -04:00
VTKPolyDataReader.h Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKRectilinearGridReader.cxx change float/double to vtkm typedefs. 2020-06-15 14:09:42 -04:00
VTKRectilinearGridReader.h Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKStructuredGridReader.cxx Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKStructuredGridReader.h Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKStructuredPointsReader.cxx Write uniform and rectilinear grids to legacy VTK files 2020-07-08 19:12:14 -06:00
VTKStructuredPointsReader.h Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKUnstructuredGridReader.cxx Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKUnstructuredGridReader.h Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00