Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ openPoints
Method
openPoints
IO/NetCDF/vtkNetCDFCAMReader.cxx:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
return true;
82
}
83
bool openPoints(const char* file) { return open(file, &nc_points); }
84
bool openConnectivity(const char* file) { return open(file, &nc_connectivity); }
85
void closePoints()
86
{
Callers
2
CanReadFile
Method · 0.80
RequestInformation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected