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

Method Push

Web/Core/vtkDataEncoder.cxx:276–280  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

274
275//------------------------------------------------------------------------------
276void vtkDataEncoder::Push(vtkTypeUInt32 key, vtkImageData* data, int quality, int encoding)
277{
278 auto& internals = (*this->Internals);
279 internals.Queue.PushBack(detail::vtkWork(key, data, quality, encoding));
280}
281
282//------------------------------------------------------------------------------
283bool vtkDataEncoder::GetLatestOutput(vtkTypeUInt32 key, vtkSmartPointer<vtkUnsignedCharArray>& data)

Callers 8

paintGLMethod · 0.45
vtkQWidgetTextureMethod · 0.45
AllocateFromWidgetMethod · 0.45
paintGLMethod · 0.45
renderMethod · 0.45
StillRenderMethod · 0.45
TestFlushFunction · 0.45
TestLatestOutputFunction · 0.45

Calls 2

vtkWorkFunction · 0.85
PushBackMethod · 0.45

Tested by 2

TestFlushFunction · 0.36
TestLatestOutputFunction · 0.36