vtk-m/vtkm/io/reader
Kenneth Moreland 713cf4228a Make it not possible to create a cell set without specifying num points
The CellSetExplicit and CellSetSingleType classes have an ivar that
marks the number of points. There were several instances of code
creating cell sets without specifying the number of points. This can be
very bad if subsequent code needs that information.
2017-01-12 13:02:10 -07:00
..
testing Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
CMakeLists.txt Add VTK reader for rectilinear grids. 2016-11-30 10:39:32 -05:00
VTKDataSetReader.h Add VTK reader for rectilinear grids. 2016-11-30 10:39:32 -05:00
VTKDataSetReaderBase.h Merge topic 'fix/dataset_reader' 2016-10-21 12:35:18 -04:00
VTKPolyDataReader.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
VTKRectilinearGridReader.h Fix compiler warnings. 2016-11-30 12:52:40 -05:00
VTKStructuredGridReader.h Fixed issues that Sujin found during code review. 2016-01-21 12:44:14 -05:00
VTKStructuredPointsReader.h removing all references to field order. 2016-03-23 10:38:14 -04:00
VTKUnstructuredGridReader.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00