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

Method ReleaseCacheManager

Rendering/FreeType/vtkFreeTypeTools.cxx:432–447  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

430
431//------------------------------------------------------------------------------
432void vtkFreeTypeTools::ReleaseCacheManager()
433{
434 if (this->CacheManager)
435 {
436 FTC_Manager_Done(*this->CacheManager);
437
438 delete this->CacheManager;
439 this->CacheManager = nullptr;
440 }
441
442 delete this->ImageCache;
443 this->ImageCache = nullptr;
444
445 delete this->CMapCache;
446 this->CMapCache = nullptr;
447}
448
449//------------------------------------------------------------------------------
450bool vtkFreeTypeTools::GetBoundingBox(

Callers 2

~vtkFreeTypeToolsMethod · 0.95

Calls 1

FTC_Manager_DoneFunction · 0.85

Tested by

no test coverage detected