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

Method GetLatestOutput

Web/Core/vtkDataEncoder.cxx:283–287  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281
282//------------------------------------------------------------------------------
283bool vtkDataEncoder::GetLatestOutput(vtkTypeUInt32 key, vtkSmartPointer<vtkUnsignedCharArray>& data)
284{
285 auto& internals = (*this->Internals);
286 return internals.Queue.GetResult(key, data);
287}
288
289//------------------------------------------------------------------------------
290const char* vtkDataEncoder::EncodeAsBase64Png(vtkImageData* img, int compressionLevel)

Callers 2

StillRenderMethod · 0.80
TestLatestOutputFunction · 0.80

Calls 1

GetResultMethod · 0.45

Tested by 1

TestLatestOutputFunction · 0.64