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

Method HaveRestartFiles

IO/IOSS/vtkIOSSReaderInternal.h:234–234  ·  view source on GitHub ↗

* Get if there are restart files available. */

Source from the content-addressed store, hash-verified

232 * Get if there are restart files available.
233 */
234 bool HaveRestartFiles() const { return this->DatabaseTimes.size() > 1; }
235
236 /**
237 * Returns the list of fileids, if any to be read for a given "piece" for the

Callers 4

ReadMetaDataMethod · 0.80
ReadMeshMethod · 0.80
ReadMetaDataMethod · 0.80
ReadMeshMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected