VTK
9.4.20241117
|
#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 30 of file vtkCGNSCache.h.
vtkCGNSCache::vtkCGNSCache |
Definition at line 57 of file vtkCGNSCache.h.
vtkSmartPointer< CacheDataType > vtkCGNSCache::Find | ( | const std::string & | query | ) |
Definition at line 77 of file vtkCGNSCache.h.
void vtkCGNSCache::Insert | ( | const std::string & | key, |
const vtkSmartPointer< CacheDataType > & | data | ||
) |
Definition at line 88 of file vtkCGNSCache.h.
void vtkCGNSCache::ClearCache |
Definition at line 103 of file vtkCGNSCache.h.
void vtkCGNSCache::SetCacheSizeLimit | ( | int | size | ) |
Definition at line 65 of file vtkCGNSCache.h.
int vtkCGNSCache::GetCacheSizeLimit |
Definition at line 71 of file vtkCGNSCache.h.