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

Method Read

Utilities/DICOMParser/DICOMFile.cxx:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void DICOMFile::Read(void* ptr, long nbytes)
165{
166 InputStream->read(static_cast<char*>(ptr), nbytes);
167 // std::cout << (char*) ptr << std::endl;
168}
169
170doublebyte DICOMFile::ReadDoubleByte()
171{

Callers 9

ReadDoubleByteMethod · 0.95
ReadQuadByteMethod · 0.95
ReadNBytesMethod · 0.95
ReadAsciiFloatMethod · 0.95
ReadAsciiIntMethod · 0.95
ReadAsciiCharArrayMethod · 0.95
vtkReadFunction · 0.45
IsDICOMFileMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected