vtk-m/vtkm/io
Kenneth Moreland 05fcda6c76 Compile IO library with device compilers
Because the IO classes use ArrayHandle, they have to be compiled with
device compilers (even though they do not directly produce any device
code). This is a dumb requirement, but it is a requirement nonetheless.
2020-05-19 15:04:08 -06:00
..
internal Update VTKDataSetWriter to compile into vtkm_io 2020-05-19 14:32:48 -06:00
reader Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
testing Add BOVDataSetReader implementation to vtkm_io 2020-05-19 14:33:45 -06:00
writer Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
BOVDataSetReader.cxx Add BOVDataSetReader implementation to vtkm_io 2020-05-19 14:33:45 -06:00
BOVDataSetReader.h Add BOVDataSetReader implementation to vtkm_io 2020-05-19 14:33:45 -06:00
CMakeLists.txt Compile IO library with device compilers 2020-05-19 15:04:08 -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
ImageReader.h Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
ImageReader.hxx Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
ImageWriter.h Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
ImageWriter.hxx Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -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 Update VTKDataSetWriter to compile into vtkm_io 2020-05-19 14:32:48 -06:00
VTKDataSetWriter.h Update VTKDataSetWriter to compile into vtkm_io 2020-05-19 14:32:48 -06:00
VTKPolyDataReader.cxx Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKPolyDataReader.h Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06:00
VTKRectilinearGridReader.cxx Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -06: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 Update variants of VTKDataSetReaders to compile into vtkm_io 2020-05-19 13:04:12 -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