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

Method CreateHdfDataset

IO/HDF/vtkHDFWriterImplementation.cxx:397–401  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

395
396//------------------------------------------------------------------------------
397vtkHDF::ScopedH5DHandle vtkHDFWriter::Implementation::CreateHdfDataset(
398 hid_t group, const char* name, hid_t type, hid_t dataspace)
399{
400 return H5Dcreate(group, name, type, dataspace, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
401}
402
403//------------------------------------------------------------------------------
404vtkHDF::ScopedH5DHandle vtkHDFWriter::Implementation::CreateHdfDataset(

Callers 2

Calls 1

CreateSimpleDataspaceMethod · 0.95

Tested by

no test coverage detected