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

Method SetNoPriorTemporalAccessInformationKey

Common/ExecutionModel/vtkAlgorithm.cxx:304–308  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

302
303//------------------------------------------------------------------------------
304void vtkAlgorithm::SetNoPriorTemporalAccessInformationKey()
305{
306 this->SetNoPriorTemporalAccessInformationKey(
307 vtkStreamingDemandDrivenPipeline::NO_PRIOR_TEMPORAL_ACCESS_RESET);
308}
309
310//------------------------------------------------------------------------------
311void vtkAlgorithm::SetNoPriorTemporalAccessInformationKey(int key)

Callers 5

TestTemporalAlgoInSituFunction · 0.80
TestParticleTracersFunction · 0.80

Calls 4

GetOutputInformationMethod · 0.95
SetMethod · 0.45
ModifiedMethod · 0.45

Tested by 2

TestTemporalAlgoInSituFunction · 0.64
TestParticleTracersFunction · 0.64