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

Method CreateSoftLink

IO/HDF/vtkHDFWriterImplementation.cxx:383–387  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

381
382//------------------------------------------------------------------------------
383bool 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//------------------------------------------------------------------------------
390bool vtkHDFWriter::Implementation::CreateExternalLink(

Callers 2

AppendAssemblyMethod · 0.80
AppendMultiblockMethod · 0.80

Calls 1

H5Lcreate_softFunction · 0.85

Tested by

no test coverage detected