NLLIGO::CLigoError::CVertex Class Reference


Detailed Description

Vertex error.

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 & Destructor Documentation

NLLIGO::CLigoError::CVertex::CVertex TError  code,
uint  id,
uint  edge
[inline]
 

Constructor.

Definition at line 134 of file ligo_error.h.

References Code, Id, and uint.

00135                 {
00136                         Code = code;
00137                         Id = id;
00138                         Edge = edge;
00139                 }


Field Documentation

TError NLLIGO::CLigoError::CVertex::Code
 

Error code on this vertex.

Definition at line 143 of file ligo_error.h.

Referenced by CVertex(), and NLLIGO::CLigoError::getVertexError().

uint NLLIGO::CLigoError::CVertex::Edge
 

Edge id (no always used).

Definition at line 149 of file ligo_error.h.

Referenced by NLLIGO::CLigoError::getVertexError().

uint NLLIGO::CLigoError::CVertex::Id
 

Vertex id.

Definition at line 146 of file ligo_error.h.

Referenced by CVertex(), and NLLIGO::CLigoError::getVertexError().


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 12:47:55 2004 for NeL by doxygen 1.3.6