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

Method OpenDataset

IO/HDF/vtkHDFWriterImplementation.cxx:208–211  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

206
207//------------------------------------------------------------------------------
208vtkHDF::ScopedH5DHandle vtkHDFWriter::Implementation::OpenDataset(hid_t group, const char* name)
209{
210 return H5Dopen(group, name, H5P_DEFAULT);
211}
212
213//------------------------------------------------------------------------------
214std::string vtkHDFWriter::Implementation::GetGroupName(hid_t group)

Callers 4

WriteSumStepsMethod · 0.95
WriteSumStepsPolyDataMethod · 0.95
UpdateStepsGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected