
#include <adapt_adj.h>

Public Member Functions | |
| adjRequest () | |
| adjRequest (int _elemID, int _chunkID, int _nodeSetID, int _elemType) | |
| adjRequest (const adjRequest &rhs) | |
| adjRequest & | operator= (const adjRequest &rhs) |
| void | pup (PUP::er &p) |
Data Fields | |
| int | elemID |
| int | chunkID |
| int | elemType |
| int | nodeSetID |
| int | translatedNodeSet [MAX_NODESET_SIZE] |
Definition at line 147 of file adapt_adj.h.
| adjRequest::adjRequest | ( | ) | [inline] |
Definition at line 151 of file adapt_adj.h.
Definition at line 155 of file adapt_adj.h.
| adjRequest::adjRequest | ( | const adjRequest & | rhs | ) | [inline] |
Definition at line 160 of file adapt_adj.h.
| adjRequest& adjRequest::operator= | ( | const adjRequest & | rhs | ) | [inline] |
Definition at line 163 of file adapt_adj.h.
References chunkID, elemID, elemType, nodeSetID, and translatedNodeSet.
| void adjRequest::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 172 of file adapt_adj.h.
References chunkID, elemID, elemType, nodeSetID, p, and translatedNodeSet.
Definition at line 149 of file adapt_adj.h.
Referenced by operator=(), pup(), and replyAdjacencyRequests().
Definition at line 149 of file adapt_adj.h.
Referenced by operator=(), pup(), and replyAdjacencyRequests().
Definition at line 149 of file adapt_adj.h.
Referenced by operator=(), pup(), and replyAdjacencyRequests().
Definition at line 149 of file adapt_adj.h.
Referenced by operator=(), pup(), and replyAdjacencyRequests().
| int adjRequest::translatedNodeSet[MAX_NODESET_SIZE] |
Definition at line 150 of file adapt_adj.h.
Referenced by operator=(), pup(), and replyAdjacencyRequests().
1.5.5