| 1440 | } |
| 1441 | |
| 1442 | void vtkAMReXGridReaderInternal::ReadBlockAttribute( |
| 1443 | std::istream& is, std::size_t numberOfPoints, std::size_t size, char* buffer) |
| 1444 | { |
| 1445 | is.read(buffer, numberOfPoints * size); |
| 1446 | } |
| 1447 | |
| 1448 | void vtkAMReXGridReaderInternal::Convert(void* out, const void* in, std::size_t nitems, |
| 1449 | const RealDescriptor& ord, const RealDescriptor& ird) |
no test coverage detected