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

Method Reset

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

* Clear all regions, databases etc. */

Source from the content-addressed store, hash-verified

323 * Clear all regions, databases etc.
324 */
325 void Reset()
326 {
327 this->Cache.Clear();
328 this->RegionMap.clear();
329 this->DatabaseNames.clear();
330 this->IOSSReader->RemoveAllSelections();
331 this->DatabaseNamesMTime = vtkTimeStamp();
332 this->SelectionsMTime = vtkTimeStamp();
333 this->TimestepValuesMTime = vtkTimeStamp();
334 }
335
336 void ResetDatabaseNamesMTime() { this->DatabaseNamesMTime = vtkTimeStamp(); }
337

Callers 5

AddPropertyMethod · 0.45
RemovePropertyMethod · 0.45
ClearPropertiesMethod · 0.45
exitFieldMethod · 0.45
useNodeMethod · 0.45

Calls 3

vtkTimeStampClass · 0.50
ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected