VTK  9.3.20240423
Classes | Typedefs
vtkExodusIICache.h File Reference
#include "vtkIOExodusModule.h"
#include "vtkObject.h"
#include <list>
#include <map>
Include dependency graph for vtkExodusIICache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkExodusIICacheKey
 
class  vtkExodusIICacheEntry
 
class  vtkExodusIICache
 

Typedefs

typedef std::map< vtkExodusIICacheKey, vtkExodusIICacheEntry * > vtkExodusIICacheSet
 
typedef std::map< vtkExodusIICacheKey, vtkExodusIICacheEntry * >::iterator vtkExodusIICacheRef
 
typedef std::list< vtkExodusIICacheRefvtkExodusIICacheLRU
 
typedef std::list< vtkExodusIICacheRef >::iterator vtkExodusIICacheLRURef
 

Typedef Documentation

◆ vtkExodusIICacheSet

Definition at line 100 of file vtkExodusIICache.h.

◆ vtkExodusIICacheRef

Definition at line 101 of file vtkExodusIICache.h.

◆ vtkExodusIICacheLRU

Definition at line 102 of file vtkExodusIICache.h.

◆ vtkExodusIICacheLRURef

typedef std::list<vtkExodusIICacheRef>::iterator vtkExodusIICacheLRURef

Definition at line 103 of file vtkExodusIICache.h.