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

Method CreateStepsGroup

IO/HDF/vtkHDFWriterImplementation.cxx:228–233  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

226
227//------------------------------------------------------------------------------
228bool vtkHDFWriter::Implementation::CreateStepsGroup(hid_t group)
229{
230 vtkHDF::ScopedH5GHandle stepsGroup{ H5Gcreate(
231 group, PATH::STEPS.c_str(), H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT) };
232 return stepsGroup != H5I_INVALID_HID;
233}
234
235//------------------------------------------------------------------------------
236hid_t vtkHDFWriter::Implementation::GetStepsGroup(hid_t currentGroup)

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected