VTK  9.3.20240329
Public Member Functions | Public Attributes | List of all members
vtkExodusIICacheKey Class Reference

#include <vtkExodusIICache.h>

Public Member Functions

 vtkExodusIICacheKey ()
 
 vtkExodusIICacheKey (int time, int objType, int objId, int arrId)
 
 vtkExodusIICacheKey (const vtkExodusIICacheKey &src)
 
vtkExodusIICacheKeyoperator= (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
 

Detailed Description

Definition at line 35 of file vtkExodusIICache.h.

Constructor & Destructor Documentation

◆ vtkExodusIICacheKey() [1/3]

vtkExodusIICacheKey::vtkExodusIICacheKey ( )
inline

Definition at line 42 of file vtkExodusIICache.h.

◆ vtkExodusIICacheKey() [2/3]

vtkExodusIICacheKey::vtkExodusIICacheKey ( int  time,
int  objType,
int  objId,
int  arrId 
)
inline

Definition at line 49 of file vtkExodusIICache.h.

◆ vtkExodusIICacheKey() [3/3]

vtkExodusIICacheKey::vtkExodusIICacheKey ( const vtkExodusIICacheKey src)
inline

Definition at line 56 of file vtkExodusIICache.h.

Member Function Documentation

◆ operator=()

vtkExodusIICacheKey& vtkExodusIICacheKey::operator= ( const vtkExodusIICacheKey src)
default

◆ match()

bool vtkExodusIICacheKey::match ( const vtkExodusIICacheKey other,
const vtkExodusIICacheKey pattern 
) const
inline

Definition at line 64 of file vtkExodusIICache.h.

◆ operator<()

bool vtkExodusIICacheKey::operator< ( const vtkExodusIICacheKey other) const
inline

Definition at line 76 of file vtkExodusIICache.h.

Member Data Documentation

◆ Time

int vtkExodusIICacheKey::Time

Definition at line 38 of file vtkExodusIICache.h.

◆ ObjectType

int vtkExodusIICacheKey::ObjectType

Definition at line 39 of file vtkExodusIICache.h.

◆ ObjectId

int vtkExodusIICacheKey::ObjectId

Definition at line 40 of file vtkExodusIICache.h.

◆ ArrayId

int vtkExodusIICacheKey::ArrayId

Definition at line 41 of file vtkExodusIICache.h.


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