# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CBorderVertex Struct Reference

The struct for connectivity of zone vertices. More...

#include <zone.h>

List of all members.

Public Methods

void serial (NLMISC::IStream &f)

Public Attributes

uint16 CurrentVertex
uint16 NeighborZoneId
uint16 NeighborVertex


Detailed Description

The struct for connectivity of zone vertices.

Definition at line 64 of file src/3d/zone.h.


Member Function Documentation

void NL3D::CBorderVertex::serial NLMISC::IStream   f
 

Definition at line 389 of file 3d/zone.cpp.

References CurrentVertex, NeighborVertex, NeighborZoneId, NLMISC::IStream::serialVersion, and NLMISC::IStream::xmlSerial.


Member Data Documentation

uint16 NL3D::CBorderVertex::CurrentVertex
 

Definition at line 67 of file src/3d/zone.h.

Referenced by serial.

uint16 NL3D::CBorderVertex::NeighborVertex
 

Definition at line 71 of file src/3d/zone.h.

Referenced by serial.

uint16 NL3D::CBorderVertex::NeighborZoneId
 

Definition at line 69 of file src/3d/zone.h.

Referenced by serial.


The documentation for this struct was generated from the following files: