VTK
9.3.20240918
|
#include <vtkExodusIICache.h>
Public Member Functions | |
vtkExodusIICacheKey () | |
vtkExodusIICacheKey (int time, int objType, int objId, int arrId) | |
vtkExodusIICacheKey (const vtkExodusIICacheKey &src) | |
vtkExodusIICacheKey & | operator= (const vtkExodusIICacheKey &src)=default |
bool | match (const vtkExodusIICacheKey &other, const vtkExodusIICacheKey &pattern) const |
bool | operator< (const vtkExodusIICacheKey &other) const |
Public Attributes | |
int | Time |
int | ObjectType |
int | ObjectId |
int | ArrayId |
Definition at line 35 of file vtkExodusIICache.h.
|
inline |
Definition at line 42 of file vtkExodusIICache.h.
|
inline |
Definition at line 49 of file vtkExodusIICache.h.
|
inline |
Definition at line 56 of file vtkExodusIICache.h.
|
default |
|
inline |
Definition at line 64 of file vtkExodusIICache.h.
|
inline |
Definition at line 76 of file vtkExodusIICache.h.
int vtkExodusIICacheKey::Time |
Definition at line 38 of file vtkExodusIICache.h.
int vtkExodusIICacheKey::ObjectType |
Definition at line 39 of file vtkExodusIICache.h.
int vtkExodusIICacheKey::ObjectId |
Definition at line 40 of file vtkExodusIICache.h.
int vtkExodusIICacheKey::ArrayId |
Definition at line 41 of file vtkExodusIICache.h.