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

Method GetCacheManager

Rendering/FreeType/vtkFreeTypeTools.cxx:328–336  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

326
327//------------------------------------------------------------------------------
328FTC_Manager* vtkFreeTypeTools::GetCacheManager()
329{
330 if (!this->CacheManager)
331 {
332 this->InitializeCacheManager();
333 }
334
335 return this->CacheManager;
336}
337
338//------------------------------------------------------------------------------
339FTC_ImageCache* vtkFreeTypeTools::GetImageCache()

Callers 2

GetSizeMethod · 0.95
GetFaceMethod · 0.95

Calls 1

Tested by

no test coverage detected