VTK
|
#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) |
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 33 of file vtkExodusIICache.h.
vtkExodusIICacheKey::vtkExodusIICacheKey | ( | ) | [inline] |
Definition at line 40 of file vtkExodusIICache.h.
vtkExodusIICacheKey::vtkExodusIICacheKey | ( | int | time, |
int | objType, | ||
int | objId, | ||
int | arrId | ||
) | [inline] |
Definition at line 47 of file vtkExodusIICache.h.
vtkExodusIICacheKey::vtkExodusIICacheKey | ( | const vtkExodusIICacheKey & | src | ) | [inline] |
Definition at line 54 of file vtkExodusIICache.h.
vtkExodusIICacheKey& vtkExodusIICacheKey::operator= | ( | const vtkExodusIICacheKey & | src | ) | [inline] |
Definition at line 61 of file vtkExodusIICache.h.
bool vtkExodusIICacheKey::match | ( | const vtkExodusIICacheKey & | other, |
const vtkExodusIICacheKey & | pattern | ||
) | const [inline] |
Definition at line 69 of file vtkExodusIICache.h.
bool vtkExodusIICacheKey::operator< | ( | const vtkExodusIICacheKey & | other | ) | const [inline] |
Definition at line 81 of file vtkExodusIICache.h.
Definition at line 36 of file vtkExodusIICache.h.
Definition at line 37 of file vtkExodusIICache.h.
Definition at line 38 of file vtkExodusIICache.h.
Definition at line 39 of file vtkExodusIICache.h.