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

Method closePoints

IO/NetCDF/vtkNetCDFCAMReader.cxx:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {
87 if (nc_points != -1)
88 {
89 nc_err(nc_close(nc_points));
90 nc_points = -1;
91 }
92 }
93
94 void closeConnectivity()
95 {

Callers 2

SetFileNameMethod · 0.80
RequestInformationMethod · 0.80

Calls 1

nc_closeFunction · 0.85

Tested by

no test coverage detected