------------------------------------------------------------------------------
| 362 | |
| 363 | //------------------------------------------------------------------------------ |
| 364 | vtkHDF::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 | //------------------------------------------------------------------------------ |
| 370 | vtkHDF::ScopedH5GHandle vtkHDFWriter::Implementation::CreateHdfGroupWithLinkOrder( |