#include <vtkCGNSCache.h>

Public Member Functions | |
| vtkCGNSCache () | |
| vtkSmartPointer< CacheDataType > | Find (const std::string &query) |
| void | Insert (const std::string &key, const vtkSmartPointer< CacheDataType > &data) |
| void | ClearCache () |
| void | SetCacheSizeLimit (int size) |
| int | GetCacheSizeLimit () |
Definition at line 41 of file vtkCGNSCache.h.
| vtkCGNSCache::vtkCGNSCache | ( | ) |
Definition at line 68 of file vtkCGNSCache.h.
| vtkSmartPointer< CacheDataType > vtkCGNSCache::Find | ( | const std::string & | query | ) |
Definition at line 88 of file vtkCGNSCache.h.
| void vtkCGNSCache::Insert | ( | const std::string & | key, |
| const vtkSmartPointer< CacheDataType > & | data | ||
| ) |
Definition at line 99 of file vtkCGNSCache.h.
| void vtkCGNSCache::ClearCache | ( | ) |
Definition at line 114 of file vtkCGNSCache.h.
| void vtkCGNSCache::SetCacheSizeLimit | ( | int | size | ) |
Definition at line 76 of file vtkCGNSCache.h.
| int vtkCGNSCache::GetCacheSizeLimit | ( | ) |
Definition at line 82 of file vtkCGNSCache.h.
1.8.13 on Tue May 18 2021