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

Method Flush

Web/Core/vtkDataEncoder.cxx:318–322  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

316
317//------------------------------------------------------------------------------
318void vtkDataEncoder::Flush(vtkTypeUInt32 key)
319{
320 auto& internals = (*this->Internals);
321 internals.Queue.Flush(key);
322}
323
324//------------------------------------------------------------------------------
325void vtkDataEncoder::PrintSelf(ostream& os, vtkIndent indent)

Callers 6

StillRenderMethod · 0.45
TestFlushFunction · 0.45
TestLatestOutputFunction · 0.45
CloseFunction · 0.45
vtkFlushFunction · 0.45
TestThreadedTaskQueueFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestFlushFunction · 0.36
TestLatestOutputFunction · 0.36
TestThreadedTaskQueueFunction · 0.36