Cache.
More...
#include <vtkIOSSUtilities.h>
Cache.
Definition at line 64 of file vtkIOSSUtilities.h.
vtkIOSSUtilities::Cache::Cache |
( |
| ) |
|
vtkIOSSUtilities::Cache::~Cache |
( |
| ) |
|
void vtkIOSSUtilities::Cache::ResetAccessCounts |
( |
| ) |
|
Call this to clear internal count for hits.
void vtkIOSSUtilities::Cache::ClearUnused |
( |
| ) |
|
Removes all cached entries not accessed since most recent call to ResetAccessCounts
.
void vtkIOSSUtilities::Cache::Clear |
( |
| ) |
|
vtkObject* vtkIOSSUtilities::Cache::Find |
( |
const Ioss::GroupingEntity * |
entity, |
|
|
const std::string & |
cachekey |
|
) |
| const |
void vtkIOSSUtilities::Cache::Insert |
( |
const Ioss::GroupingEntity * |
entity, |
|
|
const std::string & |
cachekey, |
|
|
vtkObject * |
array |
|
) |
| |
The documentation for this class was generated from the following file: