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

Method inq_ndims

IO/NetCDF/vtkXArrayAccessor.cxx:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170int vtkXArrayAccessor::inq_ndims(int vtkNotUsed(ncid), int* ndimsp)
171{
172 *ndimsp = static_cast<int>(this->Dim.size());
173 return NC_NOERR;
174}
175
176int vtkXArrayAccessor::inq_vardimid(int vtkNotUsed(ncid), int varid, int* dimidsp)
177{

Callers 1

ReadMetaDataMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected