NL3D::CBorderVertex Struct Reference

#include <zone.h>


Detailed Description

The struct for connectivity of zone vertices.

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

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint16 CurrentVertex
uint16 NeighborVertex
uint16 NeighborZoneId


Member Function Documentation

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

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

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

00403 {
00404         (void)f.serialVersion(0);
00405 
00406         f.xmlSerial (CurrentVertex, "CURRENT_VERTEX");
00407         f.xmlSerial (NeighborZoneId, "NEIGHTBOR_ZONE_ID");
00408         f.xmlSerial (NeighborVertex, "NEIGHTBOR_VERTEX");
00409 }


Field Documentation

uint16 NL3D::CBorderVertex::CurrentVertex
 

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

Referenced by NL3D::CZoneTgtSmoother::makeVerticesCoplanar(), and serial().

uint16 NL3D::CBorderVertex::NeighborVertex
 

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

Referenced by NL3D::CZoneTgtSmoother::makeVerticesCoplanar(), and serial().

uint16 NL3D::CBorderVertex::NeighborZoneId
 

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

Referenced by NL3D::CZoneTgtSmoother::makeVerticesCoplanar(), and serial().


The documentation for this struct was generated from the following files:
Generated on Tue Mar 16 06:44:41 2004 for NeL by doxygen 1.3.6