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

Method GetMetadata

IO/HDF/vtkHDFReaderImplementation.cxx:354–358  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

352
353//------------------------------------------------------------------------------
354std::vector<vtkIdType> vtkHDFReader::Implementation::GetMetadata(
355 const char* name, hsize_t size, hsize_t offset)
356{
357 return vtkHDFUtilities::GetMetadata(this->VTKGroup, name, size, offset);
358}
359
360//------------------------------------------------------------------------------
361bool vtkHDFReader::Implementation::IsPathSoftLink(const std::string& path)

Callers 3

GetNumberOfPiecesMethod · 0.95
ReadHyperTreeGridDataMethod · 0.95
ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected