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

Method CreateHdfGroup

IO/HDF/vtkHDFWriterImplementation.cxx:364–367  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

362
363//------------------------------------------------------------------------------
364vtkHDF::ScopedH5GHandle vtkHDFWriter::Implementation::CreateHdfGroup(hid_t group, const char* name)
365{
366 return H5Gcreate(group, name, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
367}
368
369//------------------------------------------------------------------------------
370vtkHDF::ScopedH5GHandle vtkHDFWriter::Implementation::CreateHdfGroupWithLinkOrder(

Callers 1

AppendBlocksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected