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

Method get_att_text

IO/NetCDF/vtkNetCDFAccessor.cxx:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80int vtkNetCDFAccessor::get_att_text(int ncid, int varid, const char* name, char* value)
81{
82 return nc_get_att_text(ncid, varid, name, value);
83}
84
85int vtkNetCDFAccessor::get_att_double(int ncid, int varid, const char* name, double* value)
86{

Callers 1

ReadTextAttributeMethod · 0.95

Calls 1

nc_get_att_textFunction · 0.85

Tested by

no test coverage detected