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

Method OpenExistingGroup

IO/HDF/vtkHDFWriterImplementation.cxx:200–205  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

198
199//------------------------------------------------------------------------------
200vtkHDF::ScopedH5GHandle vtkHDFWriter::Implementation::OpenExistingGroup(
201 hid_t group, const char* name)
202{
203 vtkDebugWithObjectMacro(this->Writer, << "Opening group " << name);
204 return H5Gopen(group, name, H5P_DEFAULT);
205}
206
207//------------------------------------------------------------------------------
208vtkHDF::ScopedH5DHandle vtkHDFWriter::Implementation::OpenDataset(hid_t group, const char* name)

Callers 10

OpenFileMethod · 0.95
CreateVirtualDatasetMethod · 0.95
GetSubfileNumberOfMethod · 0.95
GetSubfileNonNullPartMethod · 0.95
WriteDatasetToFileMethod · 0.80
AppendBlocksMethod · 0.80
AppendMultiblockMethod · 0.80
AppendIterDataObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected