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