Definition at line 129 of file ligo_error.h.
Public Member Functions | |
CVertex (TError code, uint id, uint edge) | |
Constructor. | |
Data Fields | |
TError | Code |
Error code on this vertex. | |
uint | Edge |
Edge id (no always used). | |
uint | Id |
Vertex id. |
|
Constructor.
Definition at line 134 of file ligo_error.h. References Code, Id, and uint.
|
|
Error code on this vertex.
Definition at line 143 of file ligo_error.h. Referenced by CVertex(), and NLLIGO::CLigoError::getVertexError(). |
|
Edge id (no always used).
Definition at line 149 of file ligo_error.h. Referenced by NLLIGO::CLigoError::getVertexError(). |
|
Vertex id.
Definition at line 146 of file ligo_error.h. Referenced by CVertex(), and NLLIGO::CLigoError::getVertexError(). |