MCPcopy Create free account
hub / github.com/Kitware/VTK / ReadBlockAttribute

Method ReadBlockAttribute

IO/AMR/vtkAMReXGridReaderInternal.cxx:1442–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440}
1441
1442void 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
1448void vtkAMReXGridReaderInternal::Convert(void* out, const void* in, std::size_t nitems,
1449 const RealDescriptor& ord, const RealDescriptor& ird)

Callers 2

GetBlockAttributeMethod · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected