------------------------------------------------------------------------------
| 352 | |
| 353 | //------------------------------------------------------------------------------ |
| 354 | std::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 | //------------------------------------------------------------------------------ |
| 361 | bool vtkHDFReader::Implementation::IsPathSoftLink(const std::string& path) |
no outgoing calls
no test coverage detected