Public Member Functions | List of all members
CGNSRead::vtkCGNSCache< CacheDataType > Class Template Reference

#include <vtkCGNSCache.h>

Inheritance diagram for CGNSRead::vtkCGNSCache< CacheDataType >:
Inheritance graph
[legend]

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 ()
 

Detailed Description

template<typename CacheDataType>
class CGNSRead::vtkCGNSCache< CacheDataType >

Definition at line 41 of file vtkCGNSCache.h.

Constructor & Destructor Documentation

◆ vtkCGNSCache()

template<typename CacheDataType >
vtkCGNSCache::vtkCGNSCache ( )

Definition at line 68 of file vtkCGNSCache.h.

Member Function Documentation

◆ Find()

template<typename CacheDataType >
vtkSmartPointer< CacheDataType > vtkCGNSCache::Find ( const std::string query)

Definition at line 88 of file vtkCGNSCache.h.

◆ Insert()

template<typename CacheDataType>
void vtkCGNSCache::Insert ( const std::string key,
const vtkSmartPointer< CacheDataType > &  data 
)

Definition at line 99 of file vtkCGNSCache.h.

◆ ClearCache()

template<typename CacheDataType >
void vtkCGNSCache::ClearCache ( )

Definition at line 114 of file vtkCGNSCache.h.

◆ SetCacheSizeLimit()

template<typename CacheDataType >
void vtkCGNSCache::SetCacheSizeLimit ( int  size)

Definition at line 76 of file vtkCGNSCache.h.

◆ GetCacheSizeLimit()

template<typename CacheDataType >
int vtkCGNSCache::GetCacheSizeLimit ( )

Definition at line 82 of file vtkCGNSCache.h.


The documentation for this class was generated from the following file: