Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ isExtraDim
Method
isExtraDim
IO/NetCDF/vtkMPASReader.cxx:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
};
221
222
bool vtkMPASReader::Internal::isExtraDim(const std::string& name)
223
{
224
return name !=
"nCells"
&& name !=
"nVertices"
&& name !=
"Time"
;
225
}
226
227
bool vtkMPASReader::Internal::nc_err(int nc_ret, bool msg_on_err) const
228
{
Callers
1
UpdateDimensions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected