------------------------------------------------------------------------------
| 381 | |
| 382 | //------------------------------------------------------------------------------ |
| 383 | bool vtkHDFWriter::Implementation::CreateSoftLink( |
| 384 | hid_t group, const char* groupName, const char* targetLink) |
| 385 | { |
| 386 | return H5Lcreate_soft(targetLink, group, groupName, H5P_DEFAULT, H5P_DEFAULT) >= 0; |
| 387 | } |
| 388 | |
| 389 | //------------------------------------------------------------------------------ |
| 390 | bool vtkHDFWriter::Implementation::CreateExternalLink( |
no test coverage detected