NL3D::CZoneSmoother::CZoneInfo Struct Reference

#include <zone_smoother.h>


Public Member Functions

 CZoneInfo ()

Data Fields

std::vector< CPatchInfo > * Patchs
 A ptr on the array of patchs of the zone.

uint16 ZoneId
 Id of the zone.


Constructor & Destructor Documentation

NL3D::CZoneSmoother::CZoneInfo::CZoneInfo  )  [inline]
 

Definition at line 57 of file zone_smoother.h.

00058                 {
00059                         ZoneId= 0;
00060                         Patchs= NULL;
00061                 }


Field Documentation

std::vector<CPatchInfo>* NL3D::CZoneSmoother::CZoneInfo::Patchs
 

A ptr on the array of patchs of the zone.

Definition at line 55 of file zone_smoother.h.

Referenced by NL3D::CZoneSmoother::smoothTangents().

uint16 NL3D::CZoneSmoother::CZoneInfo::ZoneId
 

Id of the zone.

Definition at line 52 of file zone_smoother.h.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 08:36:27 2004 for NeL by doxygen 1.3.6