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

Method InvalidateCache

Web/Core/vtkWebApplication.cxx:154–157  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

152
153//------------------------------------------------------------------------------
154void vtkWebApplication::InvalidateCache(vtkRenderWindow* view)
155{
156 this->Internals->ImageCache[view].NeedsRender = true;
157}
158
159//------------------------------------------------------------------------------
160vtkUnsignedCharArray* vtkWebApplication::StillRender(vtkRenderWindow* view, int quality)

Callers 8

resetCameraMethod · 0.45
updateCameraMethod · 0.45
stillRenderMethod · 0.45
imagePushMethod · 0.45
stillRenderMethod · 0.45
invalidateCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected