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

Function ArrayExists

IO/CONVERGECFD/vtkCONVERGECFDReader.cxx:46–49  ·  view source on GitHub ↗

---------------------------------------------------------------------------- * Check existence of array defined by pathName relative to fileId. */

Source from the content-addressed store, hash-verified

44 * Check existence of array defined by pathName relative to fileId.
45 */
46bool ArrayExists(hid_t fileId, const char* pathName)
47{
48 return (H5Lexists(fileId, pathName, H5P_DEFAULT) > 0);
49}
50
51//----------------------------------------------------------------------------
52/**

Callers 4

ReadParcelDataSetMethod · 0.85
RequestInformationMethod · 0.85
RequestDataMethod · 0.85
CreateDataArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected