A link from the current surface to a neighbor surface through a chain. More...
#include <retrievable_surface.h>
Public Member Functions | |
| CSurfaceLink (sint32 chain=0, sint32 surface=0) | |
| Constructor. | |
| void | serial (NLMISC::IStream &f) |
| Serialises this CSurfaceLink. | |
Public Attributes | |
| sint32 | Chain |
| The id of the chain between the 2 neighbors. | |
| sint32 | Surface |
| The id of the neighbor. | |
A link from the current surface to a neighbor surface through a chain.
Definition at line 75 of file retrievable_surface.h.
| NLPACS::CRetrievableSurface::CSurfaceLink::CSurfaceLink | ( | sint32 | chain = 0, |
|
| sint32 | surface = 0 | |||
| ) | [inline] |
Constructor.
Definition at line 85 of file retrievable_surface.h.
| void NLPACS::CRetrievableSurface::CSurfaceLink::serial | ( | NLMISC::IStream & | f | ) | [inline] |
Serialises this CSurfaceLink.
Definition at line 88 of file retrievable_surface.h.
References Chain, NLMISC::IStream::serial(), and Surface.
The id of the chain between the 2 neighbors.
Definition at line 79 of file retrievable_surface.h.
Referenced by NLPACS::CLocalRetriever::replaceChain(), and serial().
The id of the neighbor.
Definition at line 82 of file retrievable_surface.h.
Referenced by NLPACS::CLocalRetriever::replaceChain(), and serial().
1.6.1