#include <retrievable_surface.h>
Nevrax France
Definition at line 77 of file retrievable_surface.h.
Public Member Functions | |
CSurfaceLink (sint32 chain=0, sint32 surface=0) | |
Constructor. | |
void | serial (NLMISC::IStream &f) |
Serialises this CSurfaceLink. | |
Data Fields | |
sint32 | Chain |
The id of the chain between the 2 neighbors. | |
sint32 | Surface |
The id of the neighbor. |
|
Constructor.
Definition at line 87 of file retrievable_surface.h. References sint32.
|
|
Serialises this CSurfaceLink.
Definition at line 90 of file retrievable_surface.h. References NLMISC::IStream::serial().
00090 { f.serial(Chain, Surface); } |
|
The id of the chain between the 2 neighbors.
Definition at line 81 of file retrievable_surface.h. Referenced by NLPACS::CLocalRetriever::replaceChain(). |
|
The id of the neighbor.
Definition at line 84 of file retrievable_surface.h. Referenced by NLPACS::CLocalRetriever::replaceChain(). |