------------------------------------------------------------------------------
| 198 | |
| 199 | //------------------------------------------------------------------------------ |
| 200 | vtkHDF::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 | //------------------------------------------------------------------------------ |
| 208 | vtkHDF::ScopedH5DHandle vtkHDFWriter::Implementation::OpenDataset(hid_t group, const char* name) |
no outgoing calls
no test coverage detected